vboxmanage list runningvm empty
Posted: 17. Sep 2018, 05:35
Hello,
I am using vagrant to provision VMs. I have a script which monitors the running vms so this script queries very often. After some time - today around 8 hours, vboxmanage list runningvm returns an empty list. This is not the first time this has happened. After starting a new VM after this point, that new VM shows with the state running but the others are still considered to be powered off when in reality they are not. Only information I was able to find was these 2 bug reports (I cannot post links to the forum). I have also searched the forum but I cannot for the life of me figure this out. I am not switching the users, or using sudo, or anything like that when launching VMs.
virtualbox [dot] org/ticket/12250
virtualbox [dot] org/ticket/9223
I am running VB 5.2.12 r122591 (Qt5.6.1) on Ubuntu 16.04. Installed using websiteforstudents [dot] com/install-virtualbox-latest-on-ubuntu-16-04-lts-17-04-17-10/ several months back. With vagrant, I am using this extension:
From what I can tell, VBoxSVC is somehow related and that there was some connection loss between VBoxSVC? How could this theoretically happen? Also noticed that around the time this has happened, there now appears to be another
So there is a point where 2 of these processes are running.
Any help is appreciated
I am using vagrant to provision VMs. I have a script which monitors the running vms so this script queries
Code: Select all
vboxmanage list runningvmvirtualbox [dot] org/ticket/12250
virtualbox [dot] org/ticket/9223
I am running VB 5.2.12 r122591 (Qt5.6.1) on Ubuntu 16.04. Installed using websiteforstudents [dot] com/install-virtualbox-latest-on-ubuntu-16-04-lts-17-04-17-10/ several months back. With vagrant, I am using this extension:
Code: Select all
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
vb.customize ["modifyvm", :id, "--uartmode1", "disconnected"]
From what I can tell, VBoxSVC is somehow related and that there was some connection loss between VBoxSVC? How could this theoretically happen? Also noticed that around the time this has happened, there now appears to be another
Code: Select all
/usr/lib/virtualbox/VBoxSVC --auto-shutdownSo there is a point where 2 of these processes are running.
Any help is appreciated