running machines not in list

Discussions related to using VirtualBox on Linux hosts.
Post Reply
sys_op
Posts: 2
Joined: 10. Jan 2024, 11:46

running machines not in list

Post by sys_op »

Hi,

Following Problem.

I start my machines headless, I check all running machines with following command:

Code: Select all

vboxmanage list runningvms
all machines are running (I can ping them) but no machine is in the list using the upper command.

So my question is where (in which file) does virtualbox normaly register running machines
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: running machines not in list

Post by scottgus1 »

If you launch the VMs under a different host user account (sudo might count as a different host user account), then the Virtualbox GUI and vboxmanage on the account you're using now won't see the VMs' activity.
sys_op
Posts: 2
Joined: 10. Jan 2024, 11:46

Re: running machines not in list

Post by sys_op »

Hi,
thanks, but I switch with su to the the user, the problem only occurs randomly, normaly the command works.
Post Reply