dgzyk / phpvirtualbox

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

Error Fetching http headers (http://127.0.0.1:18083/) #522

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Exception Object
(
    [message:protected] => Error Fetching http headers (http://127.0.0.1:18083/)
    [string:Exception:private] => 
    [code:protected] => 64
    [file:protected] => /var/www/vbox/lib/vboxconnector.php
    [line:protected] => 188
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /var/www/vbox/lib/auth/Builtin.php
                    [line] => 45
                    [function] => connect
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [1] => Array
                (
                    [file] => /var/www/vbox/lib/ajax.php
                    [line] => 119
                    [function] => login
                    [class] => phpvbAuthBuiltin
                    [type] => ->
                    [args] => Array
                        (
                            [0] => admin
                            [1] => admin
                        )

                )

        )

    [previous:Exception:private] => 
)
Details
Virtualbox latest 4.1
phpVirtualbox 4.1

alex@Rundown:~$ sudo ps auxw | grep vboxwebsrv
vbox      3096  0.0  0.1 472928  6020 ?        Sl   02:09   0:00 
/usr/lib/virtualbox/vboxwebsrv -b -s -t0
alex      3175  0.0  0.0   9380   884 pts/0    S+   02:12   0:00 grep 
--color=auto vboxwebsrv

Original issue reported on code.google.com by a...@alexlindner.com on 6 Apr 2012 at 4:47

GoogleCodeExporter commented 8 years ago
Here is my config file.

Original comment by a...@alexlindner.com on 6 Apr 2012 at 4:49

Attachments:

GoogleCodeExporter commented 8 years ago
Hello,

What linux distro are you using?

Original comment by imooreya...@gmail.com on 11 Apr 2012 at 4:37

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I solved the problem by running: 
# /etc/init.d/vboxdrv setup,      however I faced an issue and had to run:
# apt-get install linux-headers-2.6.32-40-generic,

this has all been done a clean install no apt-get upgrade.

I believe that even after holding udev from upgrade, I will run apt-get upgrade 
run /etc/init.d/vboxdrv setup, and make sure everything is running,
this error will spit out.

That is what I am facing with turn key linux with phpvirtualbox patch.
However I receive this error on both
Turn key Linux based on Ubuntu 10.04LTS, and 
Ubuntu 10.04 - 12.04. 

Weird Shit.

Original comment by a...@alexlindner.com on 15 Apr 2012 at 8:24

GoogleCodeExporter commented 8 years ago
Hello,

Yeah, VirtualBox requires kernel modules compiled against your current kernel 
to run. The VirtualBox ubuntu package should setup triggers that take care of 
this automatically. I don't know. Glad to hear it's working now.

Original comment by imooreya...@gmail.com on 1 May 2012 at 11:30