id summary reporter owner description type status component version resolution keywords cc guest host 4034 VirtualBox stop_vm init script does not work John Huong "My VMs do not shutdown properly everything I reboot or shutdown the host machine. I have noticed that the stop_vm function in the init script of vboxdrv does not really work. I have made the following modification to the stop_vm function to make it work. {{{ elif [ ""$SHUTDOWN"" = ""savestate"" ]; then begin_msg ""Saving state of remaining VMs"" for v in $VMS; do v=`echo ${v:1}` v=`echo ${v%\""}` sudo -H -u $i $VBOXMANAGE -nologo controlvm $v savestate done succ_msg }}} I am using VirtualBox 2.2.2. and Ubuntu 8.0.4." defect closed other VirtualBox 2.2.2 worksforme other other