Menu

#1 Could not parse VNC address

open
nobody
None
5
2007-02-17
2007-02-17
schmidi2
No

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:

Diff of qemu-server.pl

64c64
< "vnc=$VNC",
---
> "vnc=localhost:$VNC",
======================

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.