IRC logs for #aegir, 2016-09-07 (GMT)

2016-09-06
2016-09-08
TimeNickMessage
[10:12:46]<gusaus> ergonlogic Your comment has been approved - http://buytaert.net/who-sponsors-drupal-development?utm_content=bufferf1...
[10:16:27]<gusaus>And once again you’ve provided a clear and direct path for not only collaboration, but a call to action!
[10:25:26]<gusaus>http://buytaert.net/comment/128761#comment-128761
[10:52:30]<gusaus>This may (or may not) provide how we’re trying to frame OpenProducer as an enabler https://slack-files.com/T0HSL38JD-F268R0848-3e1dd6de8b
[10:52:39]<gusaus>Aegir is on the list
[10:53:55]<gusaus>This is running list of needs (possibly some shared needs with Aegir) https://slack-files.com/T0HSL38JD-F26759N4B-332b9ff38e?
[12:32:42]* gusaus has quit (Quit: gusaus)
[12:42:46]* gusaus has joined #aegir
[13:46:30]* hefring has joined #aegir
[14:06:22]* tommycox has quit (Remote host closed the connection)
[15:06:28]* stijnvbrande has joined #aegir
[15:54:04]* gusaus has quit (Quit: gusaus)
[16:08:59]* mstenta has quit (Ping timeout: 265 seconds)
[16:22:28]* mstenta has joined #aegir
[16:34:45]* gusaus has joined #aegir
[16:57:03]* gandhiano has joined #aegir
[17:07:43]* ybabel has joined #aegir
[17:08:43]* gandhiano has quit (Ping timeout: 250 seconds)
[18:37:48]* gusaus has quit (Quit: gusaus)
[19:33:27]* memtkmcc has joined #aegir
[19:54:13]* boshtian has joined #aegir
[20:28:48]* |gatsby| has quit (Ping timeout: 276 seconds)
[20:31:34]* |gatsby| has joined #aegir
[20:41:57]* memtkmcc has quit (Quit: Leaving.)
[20:50:05]* memtkmcc has joined #aegir
[20:50:39]* memtkmcc has quit (Client Quit)
[20:51:04]* memtkmcc has joined #aegir
[21:14:09]* gandhiano has joined #aegir
[21:47:21]* gandhiano has quit (Ping timeout: 250 seconds)
[22:16:13]* adrinux has joined #aegir
[22:27:21]* drakythe is now known as zz_drakythe
[22:31:00]* shaneonabike has joined #aegir
[22:37:31]* zombiebeard has joined #aegir
[22:58:19]* memtkmcc has quit (Quit: Leaving.)
[23:03:44]* memtkmcc has joined #aegir
[23:27:57]* ergonlog1c has joined #aegir
[23:30:26]* liammcdermott has joined #aegir
[23:31:14]* ergonlogic has quit (Ping timeout: 260 seconds)
[23:32:33]<liammcdermott>Hello, I'm unable to migrate a Drupal 8 site using Aegir 3.7, can anyone please help? Stack Overflow q: http://drupal.stackexchange.com/q/213943/39687
[23:37:57]<liammcdermott>I have a feeling like I'm doing something unsupported, like managing dependencies using Composer or something.
[23:38:36]<colan>liammcdermott: i don't think there's too much integration between composer & aegir at this point.
[23:39:36]<liammcdermott>Right, I'm grasping at straws. I'm wondering if Composer does something that causes a problem for Aegir
[23:40:05]<liammcdermott>colan, have you used Composer + Drupal 8 + Aegir together successfully?
[23:41:06]<colan>liammcdermott: yes, but i keep composer & aegir far apart. ;) i need composer for some contribs on the d8 guest sites, but i'm not using that repo.
[23:41:21]<memtkmcc>liammcdermott: https://www.drupal.org/node/2736801
[23:41:22]<hefring>https://www.drupal.org/node/2736801 => Support Composer for platform builds [#2736801] => 2 comments, 1 IRC mention
[23:41:33]<colan>liammcdermott: i'm using the core offering as of 8.1
[23:41:43]* boshtian has quit (Ping timeout: 244 seconds)
[23:41:58]<memtkmcc>it's interesting how it even worked for you at all..
[23:42:25]<liammcdermott>Right, I'm not expecting Aegir to integrate with Composer, just wondering if Composer could be causing a problem.
[23:42:33]<memtkmcc>it is
[23:42:52]<memtkmcc>I mean, drupal-composer
[23:43:07]<colan>i got there from https://www.drupal.org/project/address which started with Composer Manager, but that's now deprecated, so using the core approach listed on that project page.
[23:43:15]<memtkmcc>it is creating a dir structure not expected by Aegir
[23:43:23]<colan>now, i haven't tried migrating yet....
[23:43:55]<colan>so yeah, wouldn't be surprised if that's broken.
[23:45:10]<colan>oh, i see. i didn't start with a composer-based installation. maybe that's the difference.
[23:47:12]<liammcdermott>Right, using drupal-composer. And I started with a composer based installation, yes.
[23:47:56]<memtkmcc>So, yeah, it is known to not really work, yet
[23:48:17]<liammcdermott>I have used Composer Manager with Drupal 7 successfully, but that's expecting less (maybe nothing) of Aegir.
[23:50:28]<memtkmcc>Composer Manager and drupal-composer ate two different things, Composer Manager, like when used with D7, will not affect the core dir structure, while drupal-composer does that web dir separation, etc
[23:50:44]<memtkmcc>s/ate/are
[23:51:02]<colan>memtkmcc: how does that compare with the official upstream? https://www.drupal.org/node/2718229
[23:51:03]<hefring>https://www.drupal.org/node/2718229 => Using Composer to install Drupal packages through Drupal.org => 26 comments, 1 IRC mention
[23:54:41]<memtkmcc>colan: every distro packaged on d.o still uses the vanilla core structure, which works with Aegir just fine, but once you are trying drupal-composer, it changes the core dir structure, putting code above the "web" subdir, which is not supported, yet
[23:55:56]<memtkmcc>I don't think it is specific to composer, but specific to the drupal-composer template
[23:57:46]<memtkmcc>for example, D8 lightning distro works just fine, and there is only this little trick needed: https://github.com/omega8cc/boa/issues/525#issuecomment-243151831
[00:01:07]<liammcdermott>Right, I see. The problem is it's changing the directory structure.
[00:02:06]<memtkmcc>Yes
[00:03:26]* shaneonabike has left #aegir ("PING 1473257006")
[00:03:52]<colan>memtkmcc: just add a comment there; linked to the core issue.
[00:05:02]<colan>gboudrias: has there been any talk of support d8-style variables in https://www.drupal.org/project/hosting_variables ?
[00:05:51]<colan>s/support/supporting/
[00:05:51]<memtkmcc>colan: thanks, I just realized that it was already discovered/reported
[00:09:52]<colan>memtkmcc: do you folks have any open code to track/enforce user/db limits on guest sites?
[00:10:48]<colan>i'm looking to put something together for aegir core if not, probably integrating with https://www.drupal.org/project/site_audit
[00:13:46]<memtkmcc>colan: we do track, but don't enforce it, although it could be easy to implement, instead we just generate email notices with this bash script: https://github.com/omega8cc/boa/blob/master/aegir/tools/system/weekly.sh — it track files and db usage per site, but generates notices per Octopus instance and displays it in the hostmaster site footer
[00:15:10]* zz_drakythe is now known as drakythe
[00:16:25]<colan>memtkmcc: thanks, that's helpful.
[00:16:59]<memtkmcc>colan: btw, we don't have any non-open code, I think :) with hardware and vserver specific setup being the only exception, perhaps, and even vserver stuff will be published, soon https://github.com/omega8cc/boa/issues/980
[00:17:23]* colan nods
[00:20:36]* joestewart_ has quit (*.net *.split)
[00:42:09]* joestewart_ has joined #aegir
[01:08:36]* theMusician has joined #aegir
[01:42:18]* tommycox has joined #aegir
[01:58:38]* tommycox has quit (Ping timeout: 244 seconds)
[02:00:57]* theMusician has quit (Ping timeout: 276 seconds)
[02:01:45]* tommycox has joined #aegir
[02:10:10]* tommycox has quit (Ping timeout: 265 seconds)
[02:12:16]* tommycox has joined #aegir
[02:12:52]* tommycox has quit (Remote host closed the connection)
[02:17:27]* tommycox has joined #aegir
[02:23:32]* theMusician has joined #aegir
[02:23:55]* tommycox has quit (Ping timeout: 250 seconds)
[02:24:37]* tommycox has joined #aegir
[02:29:59]* theMusician has quit (Ping timeout: 250 seconds)
[02:43:30]* gandhiano has joined #aegir
[02:44:54]* tommycox has quit (Ping timeout: 260 seconds)
[02:46:22]* tommycox has joined #aegir
[02:47:23]* gusaus has joined #aegir
[02:49:55]* tommycox has quit (Remote host closed the connection)
[02:50:36]* tommycox has joined #aegir
[02:54:36]* gandhiano has quit (Ping timeout: 244 seconds)
[02:55:40]* tommycox has quit (Ping timeout: 264 seconds)
[03:01:55]* tommycox has joined #aegir
[03:07:00]* tommycox has quit (Ping timeout: 244 seconds)
[03:25:06]* adrinux has quit (Quit: Leaving.)
[03:26:16]* liammcdermott has quit (Quit: Ex-Chat)
[03:29:37]<gusaus>did I see somewhere that you all were usgin OA2 for something?
[03:29:53]* tommycox has joined #aegir
[03:37:56]* theMusician has joined #aegir
[03:44:54]* tommycox has quit (Read error: Connection reset by peer)
[03:48:35]* tommycox_ has joined #aegir
[03:54:20]* spyd has quit (Remote host closed the connection)
[03:54:41]* spyd has joined #aegir
[03:55:25]* liammcdermott has joined #aegir
[04:08:01]* roycroft has joined #aegir
[04:08:16]<roycroft>hello, folks
[04:08:38]<roycroft>my boss created some drupal sites using aegir that log to the standard system log, and some that log to individual log files
[04:09:01]<roycroft>he doesn't know what he did to do the logging to individual files, and i don't see that in the apache config offhand
[04:09:09]<roycroft>any idea where that gets provisioned?
[04:22:04]* tommycox_ has quit (Ping timeout: 264 seconds)
[04:22:27]* tommycox has joined #aegir
[04:27:50]* tommycox_ has joined #aegir
[04:28:38]* tommycox has quit (Read error: Connection reset by peer)
[04:39:56]* tommycox_ has quit (Remote host closed the connection)
[04:40:38]* tommycox has joined #aegir
[04:45:19]* tommycox has quit (Ping timeout: 255 seconds)
[04:47:59]* tommycox has joined #aegir
[04:50:20]* tommycox has quit (Remote host closed the connection)
[04:50:38]* tommycox has joined #aegir
[04:55:22]* tommycox has quit (Ping timeout: 252 seconds)
[04:58:51]* tommycox has joined #aegir
[05:07:04]* stijnvbrande has quit (Quit: Connection closed for inactivity)
[05:15:12]* memtkmcc has quit (Quit: Leaving.)
[05:23:50]<colan>gusaus: oa2?
[05:24:21]* memtkmcc has joined #aegir
[05:24:42]<gusaus>colan: Open Atrium
[05:25:04]* memtkmcc has quit (Client Quit)
[05:25:24]* memtkmcc has joined #aegir
[05:27:07]* tommycox has quit (Ping timeout: 250 seconds)
[05:32:30]* tommycox has joined #aegir
[05:36:19]* tommycox has quit (Remote host closed the connection)
[05:42:34]* tommycox has joined #aegir
[05:49:59]* tommycox has quit (Remote host closed the connection)
[05:51:36]* tommycox has joined #aegir
[05:56:25]* tommycox has quit (Ping timeout: 255 seconds)
[05:59:29]* tommycox has joined #aegir
[06:02:51]<ergonlog1c>roycroft: I don't know how you boss did it, but there's an example of adding such a directive here: http://docs.aegirproject.org/en/3.x/extend/altering-behaviours/#injectin...
[06:03:30]<ergonlog1c>actually, here: http://docs.aegirproject.org/en/3.x/extend/altering-behaviours/#a-simple...
[06:05:45]* ybabel has quit (Quit: ybabel)
[06:09:31]* tommycox has quit (Remote host closed the connection)
[06:12:21]<liammcdermott>ergonlog1c, hey mate, happen to see my weird issue migrating a Drupal 8 site?
[06:12:30]<liammcdermott>Not expecting you to know the answer. :)
[06:17:06]<liammcdermott>https://www.drupal.org/node/2796555
[06:17:06]<hefring>https://www.drupal.org/node/2796555 => Migrating Drupal 8 site generates error: 'Call to undefined function drupal_get_installed_schema_version()' [#2796555] => 3 comments, 1 IRC mention
[06:17:17]<liammcdermott>botsnack
[06:17:17]<hefring>oh I couldn't... oh alright then..
[06:33:02]* tommycox has joined #aegir
[06:37:49]* tommycox has quit (Ping timeout: 255 seconds)
[06:41:52]* tommycox has joined #aegir
[06:46:22]* tommycox has quit (Ping timeout: 255 seconds)
[08:04:42]* zombiebeard has quit (Quit: zombiebeard)
[08:09:19]* memtkmcc has quit (Quit: Leaving.)
[09:58:27]* theMusician has quit (Quit: theMusician)