Hello, I have installed the latest version of PHPVirtualBox (4.2.7) and VirtualBox (4.2.18) running on Debian 7.
After creating the virtual machines by the browser, they create just right. however, to go through and list with console
$ VBoxManage list vms
It shows nothing, as if he had not created any VM. Can you help me please?
Sorry for the English, I'm from Brazil and use google translator.
Hello,
You're running VBoxManage as a different user than vboxwebsrv is running as. Do :
ps aux | grep vboxweb
and you'll see which user your VirtualBox installation is looking at.
I was with another user even. Thank you.
Log in to post a comment.
Hello,
I have installed the latest version of PHPVirtualBox (4.2.7) and VirtualBox (4.2.18) running on Debian 7.
After creating the virtual machines by the browser, they create just right.
however, to go through and list with console
$ VBoxManage list vms
It shows nothing, as if he had not created any VM.
Can you help me please?
Sorry for the English, I'm from Brazil and use google translator.
Hello,
You're running VBoxManage as a different user than vboxwebsrv is running as. Do :
ps aux | grep vboxweb
and you'll see which user your VirtualBox installation is looking at.
I was with another user even. Thank you.