Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

error at task: download ruby #6

Closed
ilessing opened this issue Jul 28, 2015 · 1 comment
Closed

error at task: download ruby #6

ilessing opened this issue Jul 28, 2015 · 1 comment

Comments

@ilessing
Copy link

I pulled the latest code from the repo vagrant branch and attempted to vagrant up
and got a new error:

TASK: [vagrant | format volume for /opt] ************************************** 
changed: [default]

TASK: [vagrant | mount volume at /opt] **************************************** 
changed: [default]

TASK: [vagrant | restore Guest Additions] ************************************* 
changed: [default]

TASK: [ruby | remove package ruby] ******************************************** 
ok: [default]

TASK: [ruby | download ruby] ************************************************** 
failed: [default] => {"failed": true}
msg: Destination /opt/install not writable

FATAL: all hosts have already failed -- aborting

PLAY RECAP ******************************************************************** 
           to retry, use: --limit @/Users/ilessing/vagrant.retry

default                    : ok=17   changed=13   unreachable=0    failed=1   

when I go look at /opt in the VM I see it is owned by root
and there is no /opt/install directory

$ ls -ld /opt
drwxr-xr-x 3 root root 37 Jul 28 18:57 /opt

$ ls -la /opt
total 4
drwxr-xr-x   3 root root   37 Jul 28 18:57 .
dr-xr-xr-x. 19 root root 4096 Jul 28 18:55 ..
drwxr-xr-x   9 root root  137 Jul 28 18:28 VBoxGuestAdditions-5.0.0
@ilessing
Copy link
Author

fixed with e82ba87

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant