I made virtual machine with ubuntu 14.04 on it and made in automatically boot with Windows 8.1 using Task Scheduler with these settings :
- Run whether user is logged on or not
- Run With highest privileges
- Hidden
- Triggers at startup
- Action is set to start a bat file with code
"C:\Program Files\Oracle\VirtualBox\VBoxHeadless.exe" -s "Ubuntu"
And i've set it to not automatically stop it.
So everything is working fine. Apache server starts everything works. Then after a while it doesn't respond like it's been turned off, but the process VBoxHeadless.exe is running. Apache, mysql, ssh etc. doesn't respond. Then i have to reboot the system and everything is fine, but it's kinda annoying. I'm pretty new to virtual machines + linux systems.
Does anyone know why is this happening?