dgzyk / phpvirtualbox

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

Error logging in to vboxwebsrv. #714

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have error. But vboxwebsrv is running

netstat -tulp
tcp        0      0 2x3.x0.x30.2xx:18083        *:*                         
LISTEN      9994/vboxwebsrv

ps -ef
vbox      9994     1  0 20:42 ?        00:00:00 /usr/lib/virtualbox/vboxwebsrv 
--background -H 2x3.x0.x30.2xx -p 18083 -F /var/log/vboxweb.log

/etc/vbox/vbox.cfg
VBOXWEB_USER=vbox
VBOXWEB_HOST=2x3.x0.x30.2xx
VBOXWEB_PORT=18083
VBOXWEB_LOGFILE=/var/log/vboxweb.log

config.php
var $username = 'vbox';  right user
var $password = 'pass';  this pass i make "passwd vbox"

log
VirtualBox web service 4.2.16 r86992 linux.amd64 (Jul  4 2013 17:20:30) release 
log
00:00:00.010187 main     Log opened 2013-08-13T16:42:16.108814000Z
00:00:00.010200 main     OS Product: Linux
00:00:00.010203 main     OS Release: 2.6.32-358.14.1.el6.x86_64
00:00:00.010206 main     OS Version: #1 SMP Tue Jul 16 23:51:20 UTC 2013
00:00:00.010250 main     DMI Product Name: ProLiant DL360 G4
00:00:00.010269 main     DMI Product Version:.
00:00:00.010420 main     Host RAM: 1876MB total, 1541MB available
00:00:00.010426 main     Executable: /usr/lib/virtualbox/vboxwebsrv
00:00:00.010427 main     Process ID: 9994
00:00:00.010429 main     Package type: LINUX_64BITS_EL_6
00:00:00.048916 SQPmp    Socket connection successful: host = 2x3.x0.x30.2xx, 
port = 18083, master socket = 10

i dont knon where is problem ?  phpvirtualbox not connected to vboxwebsrv

Exception Object
(
    [message:protected] => Could not connect to host (http://213.80.130.218:18083/)
    [string:Exception:private] => 
    [code:protected] => 64
    [file:protected] => /srv/http/sphera-net.ru/virtual/lib/ajax.php
    [line:protected] => 128
    [trace:Exception:private] => Array
        (
        )

    [previous:Exception:private] => 
)

Please see the Common Errors and Issues wiki page located at
http://code.google.com/p/phpvirtualbox/wiki/CommonErrors before posting
here.

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of phpVirtualBox, VirtualBox, and PHP are you using? On what
operating system?

Please provide any additional information below.

Original issue reported on code.google.com by 2gis.ssc...@gmail.com on 13 Aug 2013 at 8:49

GoogleCodeExporter commented 8 years ago
Very need help !

Original comment by 2gis.ssc...@gmail.com on 19 Aug 2013 at 7:25

GoogleCodeExporter commented 8 years ago
Virtualbox 4.2.16 on Debian Squeeze x64 with PHP 5.3.3-7, PHPVirtualBox 4.2.7 
same  error only Loading Screen... PHP

Original comment by partybun...@googlemail.com on 25 Aug 2013 at 7:59