I use phpvirtualbox to create and maintain my vms.
I tried to setup autostart now, and i realizied, that none of my maschines that are running in phpvirtualbox are listed with
vboxmanage list vms
Is this correct behaviour? I don't think so.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I use phpvirtualbox to create and maintain my vms.
I tried to setup autostart now, and i realizied, that none of my maschines that are running in phpvirtualbox are listed with
vboxmanage list vms
Is this correct behaviour? I don't think so.
Hi,
The 'vboxmanage' command is part of Virtualbox and it has a 'per user' behaviour.
You should run 'vboxmanage' as the same user specified in your config.php (
var $username = ...
).Last edit: Thomas 2018-06-12
Thank you, that was the problem (runnung the command es root)