Ticket #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
Note: See
TracTickets for help on using
tickets.
Same issue here in Virtualbox 6.0.6. Downgrading to 6.0.4 seems to fix it.
Related: