Could not parse VNC address
Status: Alpha
Brought to you by:
detach8
Got following error when starting an vmachine:
(DEBUG) Changing process priority to -10
renice: 15530: setpriority: Permission denied
(WARN) Can't renice PID 0
(DEBUG) Starting QEMU in background...
Could not parse VNC address
(WARN) QEMU exited abnormally
(DEBUG) Closing STDIN and STDOUT
===>>> Could not parse VNC address
A little change on the code worked for me:
64c64
< "vnc=$VNC",
---
> "vnc=localhost:$VNC",
======================