Closed GoogleCodeExporter closed 8 years ago
BTW: This is the phpvirtual error shown when requesting details....:
Exception Object
(
[message:protected] => Error logging in to vboxwebsrv.
[string:Exception:private] =>
[code:protected] => 64
[file:protected] => /var/www/phpvirtualbox-4.2-4/lib/vboxconnector.php
[line:protected] => 213
[trace:Exception:private] => Array
(
[0] => Array
(
[file] => /var/www/phpvirtualbox-4.2-4/lib/vboxconnector.php
[line] => 2916
[function] => connect
[class] => vboxconnector
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/phpvirtualbox-4.2-4/lib/vboxconnector.php
[line] => 918
[function] => remote_vboxGetGuestOSTypes
[class] => vboxconnector
[type] => ->
[args] => Array
(
[0] => Array
(
[fn] => vboxGetGuestOSTypes
)
)
)
[2] => Array
(
[file] => /var/www/phpvirtualbox-4.2-4/lib/ajax.php
[line] => 306
[function] => __call
[class] => vboxconnector
[type] => ->
[args] => Array
(
[0] => vboxGetGuestOSTypes
[1] => Array
(
[0] => Array
(
[fn] => vboxGetGuestOSTypes
)
[1] => Array
(
[0] => Array
(
[data] => Array
(
[responseData] => Array
(
)
)
[errors] => Array
(
)
[persist] => Array
(
)
[messages] => Array
(
)
)
)
)
)
)
[3] => Array
(
[file] => /var/www/phpvirtualbox-4.2-4/lib/ajax.php
[line] => 306
[function] => vboxGetGuestOSTypes
[class] => vboxconnector
[type] => ->
[args] => Array
(
[0] => Array
(
[fn] => vboxGetGuestOSTypes
)
[1] => Array
(
[0] => Array
(
[data] => Array
(
[responseData] => Array
(
)
)
[errors] => Array
(
)
[persist] => Array
(
)
[messages] => Array
(
)
)
)
)
)
)
[previous:Exception:private] =>
)
Location:http://127.0.0.1:18083/
Original comment by ulrichgi...@gmail.com
on 26 Jun 2013 at 11:18
...so, I got it working - somehow...
I added a new user - named "vboxadmin" added him to vboxgroup - let him start
vboxwebservice, changed the appropriate settings in config.php *AND* had to
disable the webservice authentification (which I already tried to as the
"vbox"-user, but didn't work) by
VBoxManage setproperty websrvauthlibrary null
Hope that doesn't hurt too much, since it listens only on localhost, anyway.
The Funny thing is, if I "ps aux | grep vbox" I don't get the username
"vboxadmin" as owner, I get die UID as owner.... strange, but... who cares?
Cheers,
UG
Original comment by ulrichgi...@gmail.com
on 26 Jun 2013 at 12:25
Original comment by imooreya...@gmail.com
on 11 Jul 2013 at 4:43
Original issue reported on code.google.com by
ulrichgi...@gmail.com
on 26 Jun 2013 at 10:46