Opened 6 years ago
Closed 6 years ago
#18598 closed defect (invalid)
Issue with vbguest plugin -> Vagrant issue
Reported by: | gabewong | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 6.0.6 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
After upgrading to Virtualbox 6.0.6, vagrant-vbguest was unable to mount the shared folder and the VM is unable to start due to the following error .
There're multiple reports of this issue at https://github.com/dotless-de/vagrant-vbguest/issues/278 . There's a workaround by downgrading to 6.0.4
`
bash: line 4: setup: command not found
==> default: Checking for guest additions in VM...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
setup
Stdout from the command:
Stderr from the command:
bash: line 4: setup: command not found
`
Change History (4)
comment:3 by , 6 years ago
That sounds like a Vagrant issue, not a VirtualBox issue. You should take it up with them, because there's nothing like "vagrant-vbguest
" in VirtualBox.
comment:4 by , 6 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Summary: | Issue with vbguest plugin → Issue with vbguest plugin -> Vagrant issue |
Same issue here in Virtualbox 6.0.6. Downgrading to 6.0.4 seems to fix it.
Related: