dgzyk / phpvirtualbox

Automatically exported from code.google.com/p/phpvirtualbox
Other
0 stars 0 forks source link

Not able to loggin #551

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have installed phpvirtualbox 4.0-7. My SELinux is off. My vboxwebsrv is also 
running fine. Output is:

[root@server ~]# cat /etc/default/virtualbox 
VBOXWEB_USER=prakash

[root@server ~]# ps aux | grep vbox
prakash   2168  0.0  0.2  39080  8060 ?        Sl   12:20   0:00 
/usr/lib/virtualbox/vboxwebsrv --background
root      3663  0.0  0.0   4332   740 pts/0    S+   12:35   0:00 grep vbox

I have attached my config.php file. When I try to login as prakash with 
password I get the following error:

Exception Object
(
    [message:protected] => Error logging in to vboxwebsrv.
    [string:Exception:private] => 
    [code:protected] => 64
    [file:protected] => /var/www/html/phpvirtualbox/lib/vboxconnector.php
    [line:protected] => 107
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /var/www/html/phpvirtualbox/lib/vboxconnector.php
                    [line] => 238
                    [function] => __vboxwebsrvConnect
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [1] => Array
                (
                    [file] => /var/www/html/phpvirtualbox/lib/auth/Builtin.php
                    [line] => 21
                    [function] => connect
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [2] => Array
                (
                    [file] => /var/www/html/phpvirtualbox/lib/ajax.php
                    [line] => 109
                    [function] => login
                    [class] => phpvbAuthBuiltin
                    [type] => ->
                    [args] => Array
                        (
                            [0] => prakash
                            [1] => prakash123
                        )

                )

        )

    [previous:Exception:private] => 
)

Please help.

Original issue reported on code.google.com by pssomp...@gmail.com on 24 Jun 2012 at 7:09

Attachments:

GoogleCodeExporter commented 8 years ago
See: http://code.google.com/p/phpvirtualbox/wiki/Authentication

Original comment by imooreya...@gmail.com on 26 Jun 2012 at 1:30