https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211432

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from [email protected] ---
This is not phpvirtualbox, it from vboxwebserver

tcpdump -e -n -A -i lo0 tcp port 18083

POST / HTTP/1.1
Host: 127.0.0.1:18083
Connection: Keep-Alive
User-Agent: 
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 317

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:ns1="http://www.virtualbox.org/";><SOAP-ENV:Body><ns1:IHost_getMemoryAvailable><_this>20a3257c497727a8-0000000000000002</_this></ns1:IHost_getMemoryAvailable></SOAP-ENV:Body></SOAP-ENV:Envelope>



HTTP/1.1 200 OK
Server: gSOAP/2.8
X-Frame-Options: SAMEORIGIN
Content-Type: text/xml; charset=utf-8
Content-Length: 474
Keep-Alive: timeout=60, max=98
Connection: keep-alive

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:vbox="http://www.virtualbox.org/";><SOAP-ENV:Body><vbox:IHost_getMemoryAvailableResponse><returnval>3636</returnval></vbox:IHost_getMemoryAvailableResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

3636 - wrong, should be ~15Gb

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "[email protected]"

Reply via email to