| [11:03:42] | * theMusician has quit (Quit: theMusician) |
| [11:05:22] | * theMusician has joined #aegir |
| [11:27:37] | * theMusician has quit (Quit: theMusician) |
| [11:30:16] | * theMusician has joined #aegir |
| [11:44:24] | * theMusician has quit (Quit: theMusician) |
| [12:40:27] | * gusaus has quit (Quit: gusaus) |
| [15:02:57] | * realityloop has joined #aegir |
| [15:25:24] | * gusaus has joined #aegir |
| [16:01:37] | * realityloop has quit (Quit: Leaving..) |
| [16:18:49] | * theMusician has joined #aegir |
| [17:09:00] | * theMusician has quit (Quit: theMusician) |
| [17:25:20] | * cweagans has quit (Ping timeout: 252 seconds) |
| [17:47:23] | * gusaus has quit (Quit: gusaus) |
| [17:47:44] | * gusaus has joined #aegir |
| [17:49:47] | * gusaus has quit (Client Quit) |
| [18:04:02] | * bgm has quit (Ping timeout: 255 seconds) |
| [18:05:35] | * bgm has joined #aegir |
| [18:05:36] | * bgm has quit (Changing host) |
| [18:05:36] | * bgm has joined #aegir |
| [18:13:06] | * bgm has quit (Ping timeout: 245 seconds) |
| [18:22:24] | * anarcat has quit (Read error: Connection reset by peer) |
| [18:22:40] | * anarcat has joined #aegir |
| [19:04:38] | * boshtian has joined #aegir |
| [19:26:36] | * reaper013 has joined #aegir |
| [19:29:05] | * ybabel has joined #aegir |
| [20:37:19] | * helmo has quit (*.net *.split) |
| [20:37:32] | * helmo has joined #aegir |
| [20:38:48] | * viashimo_ has quit (*.net *.split) |
| [20:38:48] | * mlhess has quit (*.net *.split) |
| [20:38:56] | * viashimo has joined #aegir |
| [20:39:08] | * drastik-jw has quit (*.net *.split) |
| [20:39:19] | * mlhess has joined #aegir |
| [20:40:23] | * drastik-jw has joined #aegir |
| [23:02:29] | * bgm has joined #aegir |
| [23:02:29] | * bgm has quit (Changing host) |
| [23:02:29] | * bgm has joined #aegir |
| [23:14:20] | * ybabel has quit (Remote host closed the connection) |
| [23:19:26] | * ybabel has joined #aegir |
| [01:03:12] | * noecc has joined #aegir |
| [01:26:15] | * oluabbeys has joined #aegir |
| [01:27:10] | * oluabbeys has quit (Client Quit) |
| [01:38:00] | * mgann has joined #aegir |
| [02:22:39] | * FMB has joined #aegir |
| [02:22:46] | <FMB> | Hi |
| [02:22:46] | <hefring> | que tal |
| [02:25:34] | <FMB> | What would be the correct way to run a drush command like config-import with provision_backend_invoke()? Is provision_backend_invoke(d()->name, 'config-import', array('skip-modules' => 'devel,devel_generate,'kint','dblog','field_ui')) OK? |
| [02:28:10] | <FMB> | Mmh, --skip-modules seems to be considered as an option, not an argument, so how does this reflect in the use of provision_backend_invoke()? |
| [02:53:29] | * bgm has quit (Ping timeout: 252 seconds) |
| [03:04:10] | * gusaus has joined #aegir |
| [03:05:11] | * oluabbeys has joined #aegir |
| [03:05:12] | * theMusician has joined #aegir |
| [03:05:43] | <colan> | FMB: https://www.drupal.org/project/aegir_config may already be doing some of this. |
| [03:08:17] | <FMB> | colan: Hadn't found that one, thanks. |
| [03:08:21] | <FMB> | colan++ |
| [03:09:44] | <colan> | I always check http://docs.aegirproject.org/en/3.x/extend/contrib/ before starting anything new. ;) |
| [03:13:58] | * oluabbeys has quit (Quit: oluabbeys) |
| [03:16:35] | * boshtian has quit (Ping timeout: 252 seconds) |
| [03:43:32] | * hestenet_ has joined #aegir |
| [03:43:33] | * reaper013 has quit (Quit: Page closed) |
| [03:43:38] | * hestenet has quit (Remote host closed the connection) |
| [03:44:01] | * hestenet has joined #aegir |
| [03:45:05] | * hestenet has quit (Read error: Connection reset by peer) |
| [03:45:13] | * hestene__ has joined #aegir |
| [03:45:50] | * hestene__ has quit (Read error: Connection reset by peer) |
| [03:46:18] | * hestene__ has joined #aegir |
| [03:46:51] | * theMusician has quit (Read error: Connection reset by peer) |
| [03:47:35] | * hestenet_ has quit (Ping timeout: 240 seconds) |
| [03:50:25] | * theMusician has joined #aegir |
| [04:03:53] | * christefano has joined #aegir |
| [04:07:54] | * theMusician has quit (Quit: theMusician) |
| [04:17:48] | <colan> | Is it possible to install aegir via the debian package if using a remote DB server? Seems to want to install MySQL locally, when I already have one elsewhere. |
| [04:18:57] | <colan> | helmo: jonpugh ^^^ |
| [04:22:15] | <jonpugh> | I don't think it is |
| [04:22:28] | <jonpugh> | I don't use the Debian package :) |
| [04:26:45] | <colan> | ! |
| [04:29:19] | * theMusician has joined #aegir |
| [04:32:00] | * FMB has quit (Quit: WeeChat 1.6) |
| [04:53:32] | <colan> | looks like you can do "sudo apt install --no-install-recommends aegir3" as mysql-server isn't actually a dependency. yay! |
| [04:54:57] | <colan> | you just need to run this first: |
| [04:54:57] | <colan> | echo "aegir3-hostmaster aegir/db_host string db_server_hostname" | sudo debconf-set-selections |
| [04:55:53] | <colan> | jonpugh: i think not using it would be too much work. :) |
| [04:56:45] | <colan> | oh, and you need to have the php packages installed already. |
| [05:06:50] | * bgm has joined #aegir |
| [05:06:50] | * bgm has quit (Changing host) |
| [05:06:50] | * bgm has joined #aegir |
| [05:11:07] | * christefano has quit (Quit: christefano) |
| [05:16:08] | * hestenet has joined #aegir |
| [05:17:41] | * hestenet_ has joined #aegir |
| [05:18:35] | * hestene__ has quit (Read error: Connection reset by peer) |
| [05:21:05] | * hestenet has quit (Ping timeout: 240 seconds) |
| [05:33:04] | * boshtian has joined #aegir |
| [05:34:18] | * boshtian has quit (Remote host closed the connection) |
| [06:01:02] | * christefano has joined #aegir |
| [06:04:13] | * christefano_ has joined #aegir |
| [06:06:05] | * christefano has quit (Ping timeout: 240 seconds) |
| [06:06:05] | * christefano_ is now known as christefano |
| [06:28:33] | * ybabel has quit (Ping timeout: 260 seconds) |
| [06:29:06] | * ybabel has joined #aegir |
| [06:33:34] | * christefano_ has joined #aegir |
| [06:36:35] | * christefano has quit (Ping timeout: 240 seconds) |
| [06:36:36] | * christefano_ is now known as christefano |
| [06:39:35] | * ybabel has quit (Ping timeout: 240 seconds) |
| [06:39:50] | * ybabel has joined #aegir |
| [06:48:32] | * ybabel1 has joined #aegir |
| [06:50:05] | * ybabel has quit (Ping timeout: 240 seconds) |
| [06:50:05] | * ybabel1 is now known as ybabel |
| [06:51:18] | * boshtian has joined #aegir |
| [06:53:09] | * boshtian has quit (Client Quit) |
| [07:22:59] | * cweagans has joined #aegir |
| [07:28:49] | * noecc has left #aegir ("pax") |
| [08:37:38] | * christefano has quit (Quit: christefano) |
| [08:51:45] | * christefano has joined #aegir |
| [08:57:33] | * christefano has quit (Quit: christefano) |
| [08:59:22] | * christefano has joined #aegir |
| [09:45:41] | * theMusician_ has joined #aegir |
| [09:46:31] | * theMusician has quit (Ping timeout: 240 seconds) |
| [09:46:31] | * theMusician_ is now known as theMusician |
| [10:23:13] | * jonpugh has quit (Ping timeout: 255 seconds) |
| [10:26:16] | * jonpugh has joined #aegir |
| [10:48:07] | * christefano has quit (Ping timeout: 245 seconds) |