I have the latest dev versions of all the drush extensions I've been asked to install. (i tried the rc releases too).
I get this error:
err: /Stage[main]/Aegir/Aegir::Apt::Debconf[aegir/webserver string apache]/Exec[aegir/webserver string apache]: Could not evaluate: Could not find command 'debconf-get-selections'
And so installation fails.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | aegir-up-output.txt | 9.59 KB | davidtrainer |
Comments
Comment #1
helmo commentedWhich blueprint and basebox did you use?
That command is pretty default for de debian (based) os. Should be in /usr/bin/debconf-get-selections
Comment #2
thedavidmeister commentedI followed the quick start guide:
Install system dependencies: Drush, Vagrant, VirtualBox and, optionally, an NFS-server (ref.)
Install Drush dependencies (Drush Vagrant Integration and Drush Hosts): drush dl drush-vagrant drush-hosts (ref.)
Install Aegir-up: drush dl aegir-up
Build a new project: drush vagrant-build --blueprint=aegir
Respond to prompts for additional information required to build your project
Wait while the Vagrant base box is downloaded (this will take a few minutes, but is only required once)
Wait a couple more minutes while your VM is provisioned
Visit the provided one-time login link to access your new Aegir VM
Profit!
Comment #3
mathieuhelie commentedI can confirm the same problems using the same steps. Tried stable releases, install failed with this error, tried dev releases, same error. Now have 3 unremovable drush-vagrant projects causing collisions.
This is what I get attempting to clean up:
This may be the source of the problem, when I ran drush vagrant-build for the first time:
The project seems to assume a version of debian and download something else.
I then got an error fixed by upgrading to dev release of the project:
After upgrading to drush-vagrant dev and reprovisioning I blocked on this error:
As well as the previous one above (debconf-get-selections).
Upgraded aegir-up to dev release and tried one more time. Same results.
Other interesting errors:
I'm looking for instructions on how to restore my system to a blank slate. Maybe it will go through? In the meantime I will hand create my VM and network config/file sharing.
Comment #4
mathieuhelie commentedComment #5
mathieuhelie commentedNow that I've tried installing aegir the old way, it turns out that is broken as well.
So this may be a problem with aegir's package management in general.
update: apt-get install aegir2 (the new version) worked.
Comment #6
davidtrainer commentedSame issue here, attempting to run
drush aegir-upwith the aegir blueprint.Attached is what looked like the relevant portion of the --verbose output.
After it fails, I can still
vagrant sshinto the machine, and do this: