http://download.virtualbox.org/virtualbox/
Showing posts with label Virtual Box. Show all posts
Showing posts with label Virtual Box. Show all posts
Friday, January 31, 2014
Virtual box download the latest VBoxGuestAddition for high resolution
Tuesday, July 10, 2012
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing
'/etc/init.d/vboxdrv setup'
as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
Monday, December 5, 2011
VBOX check the state of a VM
text=`vboxmanage showvminfo MACHINE_NAME | grep State: | awk '{print $2}'` ; if [ $text == "running" ] ; then echo OK ; else echo "NOTOK" ; fi
Subscribe to:
Posts (Atom)