Closed GoogleCodeExporter closed 8 years ago
sorry, this is the real error
Exception Object
(
[message:protected] => Error logging in to vboxwebsrv.
[string:Exception:private] =>
[code:protected] => 64
[file:protected] => /var/www/phpvirtualbox/lib/vboxconnector.php
[line:protected] => 188
[trace:Exception:private] => Array
(
[0] => Array
(
[file] => /var/www/phpvirtualbox/lib/auth/Builtin.php
[line] => 45
[function] => connect
[class] => vboxconnector
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/phpvirtualbox/lib/ajax.php
[line] => 119
[function] => login
[class] => phpvbAuthBuiltin
[type] => ->
[args] => Array
(
[0] => patrice
[1] => -----------
)
)
)
[previous:Exception:private] =>
)
Original comment by deschene...@gmail.com
on 25 Jan 2012 at 9:22
Do you have the correct username / password in config.php? What user is
vboxwebsrv running as when you type: ps aux | grep vboxwebsrv?
Original comment by imooreya...@gmail.com
on 26 Jan 2012 at 1:04
Original comment by imooreya...@gmail.com
on 26 Jan 2012 at 1:18
This is what I get:
vboxuser 1354 0.0 0.0 115960 4864 ? Sl 08:48 0:00
/usr/lib/virtua lbox/vboxwebsrv --background
patrice 1914 0.0 0.0 9244 868 pts/0 S+ 09:20 0:00 grep
--color=au to vboxwebsrv
So I tried using vboxuser/patrice as user id, even if I change the config.php,
I get an error of invalid password for vboxuser and I get the vboxwebsrv
connexion error if i use patrice
Original comment by deschene...@gmail.com
on 26 Jan 2012 at 2:36
So the username / password in config.php looks like it should be the one for
'vboxuser' - the username / password used to log in to phpVirtualBox is
different. By default, it is username: admin password: admin.
Let me know how this goes.
Original comment by imooreya...@gmail.com
on 26 Jan 2012 at 2:44
I feel dumb -.-
Thank you.
Original comment by deschene...@gmail.com
on 26 Jan 2012 at 3:00
No worries. It's a common mistake.
Original comment by imooreya...@gmail.com
on 26 Jan 2012 at 3:08
Original comment by imooreya...@gmail.com
on 26 Jan 2012 at 3:08
Original issue reported on code.google.com by
deschene...@gmail.com
on 25 Jan 2012 at 9:12