| [11:32:31] | * realityloop has joined #aegir |
| [11:36:38] | * realityloop has quit (Client Quit) |
| [11:37:48] | * realityloop has joined #aegir |
| [11:42:44] | * realityloop has quit (Quit: Leaving..) |
| [11:59:33] | <colan> | sounds about right. i see memtkmcc and jonpugh_ , but i'm assuming jonpugh_ 's name will get cleaned up if/when he starts using riot properly & registers his nick ;) |
| [12:01:32] | <colan> | memtkmcc: this app is still kinda beta-ish, so expect bugs, but i find that it's still better than other options. bug tracker: https://github.com/vector-im/riot-web/issues (so yes, vector is the old name of riot) |
| [12:04:27] | <colan> | not sure if you figured this out yet, but there are actually two ways to get to this channel via Riot: (1) connecting to IRC as an IRC client, and (2) joining the native Matrix.org room that's bridged with the IRC channel (via the freenode matrix bridge). I'm doing the latter; I think jonpugh_ is doing the former. |
| [12:08:12] | <colan> | the matrix-native room name is #drupal-aegir:matrix.org |
| [12:13:04] | <jonpugh[m]> | colan[m]: so you typed that into the matrix room? |
| [12:13:43] | <colan> | yeah, in in the matrix room, not the irc channel (so stuff's getting marshalled back & forth between them) |
| [12:13:52] | <colan> | er, i'm in the matrix room. |
| [12:15:47] | <colan> | most of the bridging set up in https://www.drupal.org/node/2885060 was shut down until https://www.drupal.org/node/2916635 gets resolved, but they left this one up (so may as well use it). |
| [12:15:47] | <hefring> | https://www.drupal.org/node/2885060 => Drupal Chat Bridges IRC <-> Matrix <-> Slack [#2885060] => 54 comments, 4 IRC mentions |
| [12:15:47] | <hefring> | https://www.drupal.org/node/2916635 => [meta] Issues to be resolved to enable Matrix bridging with IRC [#2916635] => 6 comments, 1 IRC mention |
| [12:17:17] | <colan> | maybe because we're not one of the official drupal irc channels. |
| [12:44:49] | * ybabel has joined #aegir |
| [16:05:03] | * zz_drakythe has quit (Ping timeout: 248 seconds) |
| [16:10:19] | * zz_drakythe has joined #aegir |
| [17:34:13] | <helmo42[m]> | roycroft: you could grep through the config dir to see if there's a vhost file left over that has the wrong db credentials. `apache2ctl -S` can also help to detect an extra vhosty for the same site. |
| [19:23:29] | * 07IABGARJ has quit (Quit: No Ping reply in 180 seconds.) |
| [19:28:27] | * joestewart_ has joined #aegir |
| [22:23:50] | <memtkmcc> | colan: I had no idea that there are two ways to join. I don't read the docs (to emulate normal people behaviour, I guess), so I just try things and see if something works, or explode :-) I searched for Aegir room after installing Riot app on a Mac, and simply joined the native Matrix.org room. The thing I did wrong when trying to follow the how-to for registering my nick was that I started chat with the bot first, whereas I |
| [22:23:51] | <memtkmcc> | should leave the Aegir room, create a dumy new room and invite the bot *there*, and then use the commands to trigger the identify procedure. I worked great! Thank you! |
| [22:25:57] | <memtkmcc> | oh, typos, I can remove the post, but can't edit it |
| [22:28:10] | <memtkmcc> | So my nick should now be seen cleaned, I guess. At least I can see colan nick cleaned. |
| [22:29:10] | <memtkmcc> | and helmo42 too. |
| [23:09:51] | * memtkmcc1 has joined #aegir |
| [23:12:42] | * memtkmcc1 has quit (Client Quit) |
| [00:04:36] | <colan> | memtkmcc: i'm only doing the nick thing in the other drupal channels, where there's no matrix room. |
| [00:07:56] | <memtkmcc> | colan: OK, but my nick is now displayed in a clean form on Riot/Matrix from your side? |
| [00:10:33] | <colan> | memtkmcc: i see "memtkmcc" in riot. |
| [00:10:35] | <colan> | sorry, should have mentioned this earlier, but hard to communicate through the bot. ;) |
| [00:11:07] | <memtkmcc> | colan: Good to know that it works as expected, thank you! |
| [00:45:25] | * yangg has joined #aegir |
| [00:46:21] | <yangg> | Hello, Brand new install on Ubuntu and the apache server doesn't serve any docroot. The aegir.conf is under /etc/apache2/conf-enabled/ Did I miss something ? |
| [00:50:12] | <yangg> | I have a 404 under other_vhosts_access.log |
| [00:50:21] | <helmo42[m]> | Try `apache2cts -S ` |
| [00:50:26] | <helmo42[m]> | Try `apache2ctl -S ` |
| [00:54:49] | <yangg> | https://gist.github.com/ms-appno/b4bae02531f41ffb441c99aa6d34cb14 |
| [00:58:19] | <yangg> | The installation documentation didn't talk about any modification to the conf file ? |
| [00:58:26] | <yangg> | http://docs.aegirproject.org/en/3.x/install/ |
| [01:11:06] | <yangg> | Any idea helmo42[m] ? |
| [01:12:20] | <helmo42[m]> | you chose localhost as hostname for the frontend? |
| [01:12:48] | <yangg> | No |
| [01:13:02] | <yangg> | I use aegir.example.com |
| [01:14:55] | <helmo42[m]> | yangg: do you have a log of the 'drush hostmaster-install' command output? |
| [01:15:17] | <yangg> | part of it yes |
| [01:16:06] | <yangg> | https://gist.github.com/ms-appno/b4bae02531f41ffb441c99aa6d34cb14 |
| [01:18:08] | * spyd has quit (Remote host closed the connection) |
| [01:19:36] | <helmo42[m]> | yangg: that doesn't say much :( |
| [01:19:37] | <helmo42[m]> | Check if the /var/aegir/config/server_master/apache/vhost.d/localhost file refers to the hostmaster directory ... you could add an extra 'ServerAlias aegir.example.com' line if it is. |
| [01:21:05] | <yangg> | Working nbow |
| [01:21:33] | <yangg> | It asking me to install drupal |
| [01:22:38] | * spyd has joined #aegir |
| [01:26:08] | <helmo42[m]> | yangg: not sure, but maybe it's easier to start over and use the Debian packages. |
| [01:26:32] | <yangg> | I am using the debian package |
| [01:40:02] | <jonpugh[m]> | `provision services add` command now interactively asks you for values for each property... |
| [01:41:07] | * jonpugh[m] uploaded an image: Screen Shot 2017-10-18 at 10.40.35 AM.png (37KB) <https://matrix.org/_matrix/media/v1/download/matrix.org/NQKGRzPoIYBirMMI... |
| [01:41:50] | <jonpugh[m]> | And automatically discovers services from available classes, no drupal-style-array-returning-hook needed. |
| [01:43:10] | * jonpugh[m] uploaded an image: Screen Shot 2017-10-18 at 10.42.30 AM.png (33KB) <https://matrix.org/_matrix/media/v1/download/matrix.org/CHqwcpYLzxNXgLkH... |
| [02:08:51] | * zz_drakythe is now known as drakythe |
| [03:00:04] | * theMusician has quit (Ping timeout: 255 seconds) |
| [03:00:07] | * yangg has left #aegir ("Leaving") |
| [03:00:44] | <jonpugh[m]> | w000t... |
| [03:01:15] | <jonpugh[m]> | CLI now automatically using ::options_documentation() methods from Service classes to generate config and ask user for values interactively. |
| [03:01:30] | * jonpugh[m] uploaded an image: Screen Shot 2017-10-18 at 12.00.17 PM.png (95KB) <https://matrix.org/_matrix/media/v1/download/matrix.org/bIZbyiwslUVarNDs... |
| [03:41:41] | <colan> | jonpugh_: it doesn't look like you're in the matrix room. if you are, i can give you ops. |
| [03:59:44] | * theMusician has joined #aegir |
| [04:57:52] | * yangg has joined #aegir |
| [04:58:31] | <yangg> | Hello, I try to install aegir3-cluster-slave package on ubuntu and it throw error during install |
| [04:58:41] | <yangg> | Error: The new file /usr/share/doc/aegir-cluster-slave2/examples/example.sudoers does not exist! |
| [04:59:12] | <yangg> | I try to install this package on a new server |
| [05:02:45] | <helmo42[m]> | yangg: that's looks like a bug in the package... |
| [05:04:14] | <yangg> | Oh can I fix it ? |
| [05:07:52] | <helmo42[m]> | The file it's looking for is in /usr/share/doc/aegir3-cluster-slave/examples/example.sudoers |
| [05:24:39] | <yangg> | I don't have this folder aegir3-cluster-slave <-- is this only on master aegir ? |
| [05:26:03] | <yangg> | I have aegir3, aegir3-hostmaster, aegir3-provision |
| [05:26:50] | <yangg> | /usr/share/doc/aegir3-provision/examples/example.sudoers I found it |
| [05:30:14] | <yangg> | I created a symlink |
| [05:45:47] | * theMusician has quit (Ping timeout: 260 seconds) |
| [05:46:08] | * theMusician has joined #aegir |
| [06:49:20] | * mengi has quit (Quit: Leaving.) |
| [07:00:20] | * theMusician has quit (Quit: theMusician) |
| [07:14:01] | * theMusician has joined #aegir |
| [08:15:08] | * ybabel has quit (Ping timeout: 258 seconds) |