qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Re: VNC Password


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] Re: VNC Password
Date: Thu, 23 Oct 2008 14:52:45 +0200
User-agent: Thunderbird 2.0.0.16 (X11/20080723)

Volkan YAZICI wrote:
> This time it complains with an interesting error message:
> 
>   # rlwrap /usr/local/sbin/qemu-preprod
>   qemu: could not open monitor device 
> 'unix:/var/run/qemu/preprod.monitor,nowait'

You need both server and nowait.

> BTW, how can I connect to the monitor session -- if I can get it right
> at last -- that will be pointed by /var/run/qemu/preprod.monitor?

netcat can connect to unix sockets.

>> Try "nc localhost:5001" instead.  Qemu listens on the loopback interface
>> only if you specify display "localhost:1".  netstat should show that.
> 
> Umm... Actually, no. I can see it listens on 5901.

like this?

address@hidden ~]# netstat -tna | grep 5900
tcp        0      0 127.0.0.1:5900   0.0.0.0:*     LISTEN
                    ^^^^^^^^^
                    this is the address of the loopback interface
                    aka 'localhost'

cheers,
  Gerd





reply via email to

[Prev in Thread] Current Thread [Next in Thread]