Autostart does not stop VM
Posted: 8. Sep 2014, 23:54
Hi all,
On an Ubuntu 14.04 host, I configured autostart for a VM following the advice on the Life of a Geek Admin blog and the VirtualBox user manual. Starting the VM automatically works fine, but stopping does not work at all. I think it's related to this error, which I see in the console when vboxautostart-service is stopping:
Sure enough, if I look in the /etc/vbox directory, I see a .start file but no .stop file:
When is the .stop file supposed to be created? I tried creating it manually by making a copy of the .start file. That gets rid of the error, but the VM still does not shut down. It's not an ACPI problem because I can shut down the VM from the GUI.
Any ideas? Thanks!
On an Ubuntu 14.04 host, I configured autostart for a VM following the advice on the Life of a Geek Admin blog and the VirtualBox user manual. Starting the VM automatically works fine, but stopping does not work at all. I think it's related to this error, which I see in the console when vboxautostart-service is stopping:
Code: Select all
ls: cannot access /etc/vbox/*.stop: No such file or directoryCode: Select all
drwxrwxr-t 2 root vboxusers 4096 Sep 8 17:24 ./
drwxr-xr-x 143 root root 12288 Sep 8 17:26 ../
-rw------- 1 MYDOMAIN\user.redacted MYDOMAIN\domain users 1 Sep 8 17:24 MYDOMAIN\user.redacted.start
-rw-r--r-- 1 root root 23 Sep 8 14:38 autostart.cfg
Any ideas? Thanks!