| [15:13:45] | * jerryitt has quit (Quit: Connection closed for inactivity) |
| [20:00:12] | * work_ has joined #aegir |
| [20:02:51] | <work_> | Hello, |
| [20:04:30] | <work_> | in the documentation, sectioninstallation guide - DNS configuration, what the FQDN really mean? Let's suppose I have a centos server with ip 999.999.999.999 |
| [22:34:51] | <bgm[m]> | work_: FQDN is the fully qualified name, i.e. "myserver.example.org" |
| [22:52:08] | * jerryitt has joined #aegir |
| [23:09:29] | * work_ has quit (Quit: Connection closed for inactivity) |
| [04:00:25] | * vmthunder has joined #aegir |
| [04:02:05] | <vmthunder> | Wondering if anyone here could help with a new Aegir install. Followed the docs, no errors during install, yet, creating a platform using a Drush makefile fails completely. |
| [04:03:50] | <vmthunder> | Error says: We could not find an applicable site for that command. Drush could not bootstrap the platform at /var/aegir/platforms/drupal-8.8.1. Please check the platform directory exists and is readable. The errors were: DRUSH_NO_SITE: We could not find an applicable site for that command. |
| [04:04:44] | <vmthunder> | Spent the last several errors trying to fix this without success. As I said, brand new install and the very first attempt to create a platform. |
| [04:07:02] | <vmthunder> | Had created the directory for this platform at /var/aegir/platforms/drupal-8.8.1 as the Aegir user and had also created the makefiles directory and put a drupal-8.8.1.make file with relevant code inside it. |
| [04:09:07] | <bgm[m]> | vmthunder: Just checking: did you add the platform to Aegir? does it verify correctly? |
| [04:10:47] | <vmthunder> | That's the problem actually. Added the platform through the hostmaster frontend, specified the makefile path but it fails to verify. The error message above is from the failed verify task. |
| [04:16:22] | * vmthunder has quit (Remote host closed the connection) |
| [04:22:43] | * vmthunder has joined #aegir |
| [04:26:27] | <vmthunder> | @bgm[m], any thoughts about my previous question? Why would platform creation fail on a brand new Aegir server? |
| [04:26:36] | <colan[m]> | vmthunder: Sounds like you probably didn't remove Drush 9 from your codebase. Start here for background: https://www.drupal.org/project/hostmaster/issues/2725855 |
| [04:26:37] | <hefring> | https://www.drupal.org/project/hostmaster/issues/2725855 => Drush 9 support [#2725855] => 3 comments, 2 IRC mentions |
| [04:28:50] | <vmthunder> | Thanks! That looks like it. |
| [04:31:40] | <vmthunder> | Any pointers for a way to removed Drush9? I read the second issue linked from the first, but it isn't quite clear how to go about this. |
| [04:43:25] | * vmthunder has quit (Ping timeout: 245 seconds) |
| [04:48:41] | <colan[m]> | vmthunder: Remove it from `composer.json`, and any other drush bits in the codebase. Do a case-insensitive "drush" search through the code. |
| [09:31:48] | * vmthunder has joined #aegir |
| [09:33:24] | <vmthunder> | colan[m], I read your suggesting in the IRC logs about removing drush from composer.json and other places. Will give it a try. Thanks. |