Created
August 20, 2013 16:35
-
-
Save 2tunnels/6283881 to your computer and use it in GitHub Desktop.
Vagrant issue:
The following SSH command responded with a non-zero exit status.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Error message: | |
| The following SSH command responded with a non-zero exit status. | |
| Vagrant assumes that this means the command failed! | |
| mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` /vagrant /vagrant | |
| Stdout from the command: | |
| Stderr from the command: | |
| stdin: is not a tty | |
| /sbin/mount.vboxsf: mounting failed with the error: No such device | |
| Solution (run commands on guest machine): | |
| sudo apt-get install dkms | |
| sudo /etc/init.d/vboxadd setup | |
| Then reload VM. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment