Hello, I've installed vurtualbox 5.0.12 and the last phpvirtualbox. First I have not service creatited by virtualbox installation in /etc/init.d/vboxweb-service but I find in /usr/bin/vboxwebsrv
When I start this and I try to connect to phpvirtualbox I have the error :
An error occurred communicating with your vboxwebsrv. No more requests will be sent by phpVirtualBox until the error is corrected and this page is refreshed. The details of this connection error should be displayed in a subsequent dialog box.
And when I click on "ok" I have error "Error logging in to vboxwebsrv." and details is :
Hi,
I've found that this error can be related to the permissions on the /etc/shadow file: this one has to be readable by everyone (644) for SOAP to correctly authenticate. Hope this helps.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, I've installed vurtualbox 5.0.12 and the last phpvirtualbox. First I have not service creatited by virtualbox installation in /etc/init.d/vboxweb-service but I find in /usr/bin/vboxwebsrv
When I start this and I try to connect to phpvirtualbox I have the error :
An error occurred communicating with your vboxwebsrv. No more requests will be sent by phpVirtualBox until the error is corrected and this page is refreshed. The details of this connection error should be displayed in a subsequent dialog box.
And when I click on "ok" I have error "Error logging in to vboxwebsrv." and details is :
)
Location:http://127.0.0.1:18083/
For begin I try to connect without authentification because with authentification I have error "Error logging in to vboxwebsrv."
Thanks in advance
Hi,
I've found that this error can be related to the permissions on the /etc/shadow file: this one has to be readable by everyone (644) for SOAP to correctly authenticate. Hope this helps.
Have you found a fix?