Opened 6 years ago
Last modified 6 years ago
#17899 new defect
Fail creating machine via SOAP vboxwebsrv
Reported by: | d3xt3r01 | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 5.2.16 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
Trying to use phpvirtualbox it seems that anything I do when trying to create the disk for a machine, it says the files are already there ( altough they're not ). Further debugging got me to vboxwebsrv which might be the trouble maker.
Attachments (2)
Change History (4)
comment:1 by , 6 years ago
More details on https://github.com/phpvirtualbox/phpvirtualbox/issues/99 ( created a while back... )
by , 6 years ago
Attachment: | vboxwebsrv.pcap.zip added |
---|
sudo tcpdump -i lo "port 18083" -A -nn -s 0 -w vboxwebsrv.pcap
comment:2 by , 6 years ago
Also just noticed. Creating a VM with the GUI works ok. Can open / stop the GUI the VM shows up fine.
As soon as I start vboxwebsrv the VM doesn't show up anymore in the GUI.
Stopping the vboxwebsrv doesn't make them show up !!!
rm-ing ~/.VirtualBox makes the GUI show that it's unavailable !
Amazingly .. after messing up a little bit ... starting vboxwebsrv .. creating machines in gui .. stopping .. starting the GUI and so on .. ALL IS WORKING now !