[Bug 211432] www/phpvirtualbox 5.0 wrong free memory calculation

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Sep 6 12:30:34 UTC 2017


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

rozhuk.im at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rozhuk.im at gmail.com

--- Comment #1 from rozhuk.im at gmail.com ---
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.


More information about the freebsd-emulation mailing list