From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KszgJ-0001SL-Dw for qemu-devel@nongnu.org; Thu, 23 Oct 2008 08:52:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KszgI-0001Rk-0W for qemu-devel@nongnu.org; Thu, 23 Oct 2008 08:52:50 -0400 Received: from [199.232.76.173] (port=50325 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KszgH-0001Rc-P8 for qemu-devel@nongnu.org; Thu, 23 Oct 2008 08:52:49 -0400 Received: from mx2.redhat.com ([66.187.237.31]:38642) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KszgH-0005fp-DH for qemu-devel@nongnu.org; Thu, 23 Oct 2008 08:52:49 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id m9NCqmIP028146 for ; Thu, 23 Oct 2008 08:52:48 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m9NCqlFt021222 for ; Thu, 23 Oct 2008 08:52:48 -0400 Received: from zweiblum.travel.kraxel.org (vpn-4-156.str.redhat.com [10.32.4.156]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id m9NCqjHC011145 for ; Thu, 23 Oct 2008 08:52:47 -0400 Message-ID: <4900739D.2050904@redhat.com> Date: Thu, 23 Oct 2008 14:52:45 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: VNC Password References: <87skqn7gnt.fsf@alamut.mobiliz.com.tr> <20081023104755.GI30571@redhat.com> <87hc737dmk.fsf_-_@alamut.mobiliz.com.tr> <49006513.5030000@redhat.com> <873ain7bwm.fsf_-_@alamut.mobiliz.com.tr> In-Reply-To: <873ain7bwm.fsf_-_@alamut.mobiliz.com.tr> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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? [root@zweiblum ~]# 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