-
-
Notifications
You must be signed in to change notification settings - Fork 641
Destination /usr/local/bin not writable during Drush install on Debian 9 #1539
Comments
Strange—the tests passed, at least: https://travis-ci.org/geerlingguy/drupal-vm/builds/269525498 But they're using Docker, and the Docker base image is a little different than the VirtualBox Vagrant base box. |
I'm testing this now using the following vagrant_box: geerlingguy/debian9 I'll let you know if I can replicate the issue locally. |
In my environment, the
Are you using a different base image besides |
Ah, just realized—are you running Debian 9 as your workstation and also using debian9 as the base box? Or are you using a different base box? And same question as above still—any other config.yml changes? |
debian 9 is the workstation, the base box is debian 8. |
sorry didn't mean to close.. |
Looking at your |
I can reproduce:
Seems we just need to ensure the path exists. |
@geerlingguy should that be taken care of in the drush role or in Drupal VM? |
Annoyingly, the default
But it also includes |
Or actually I can just ensure bin exists. That might be simpler. |
Fixed upstream; will commit the fix in a few minutes. |
Issue Type
Your Environment
Your OS
Full console output
Summary
I get
TASK [geerlingguy.drush : Install Drush.] **************************************
fatal: [boxname]: FAILED! => {"changed": false, "failed": true, "msg": "Destination /usr/local/bin not writable"}
on vagrant up.
reason is /usr/local/bin does not exist on vm.
The text was updated successfully, but these errors were encountered: