From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: Problems with VNC with upstream Qemu Date: Mon, 13 Jun 2011 16:46:15 +0800 Message-ID: <1307954775.5604.5.camel@limbo> References: <1307944979.5604.1.camel@limbo> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Daniel Castro Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Add xen-devel back in CC list. On Mon, 2011-06-13 at 17:36 +0900, Daniel Castro wrote: > > > > in your config file. > :( > Did not work > > > > And netstat -ntlp in dom0 to see if vnc is up and running. > > > > And run ps aux | grep qemu to see if vnc options are added to qemu correctly. > Here is the output of both commands: > > daniel@dani-ubuntu-xen:/var/xen$ netstat -ntlp > (Not all processes could be identified, non-owned process info > will not be shown, you would have to be root to see it all.) > Active Internet connections (only servers) > Proto Recv-Q Send-Q Local Address Foreign Address > State PID/Program name > tcp 0 0 192.168.122.1:53 0.0.0.0:* > LISTEN - > tcp 0 0 0.0.0.0:56375 0.0.0.0:* > LISTEN - > tcp 0 0 127.0.0.1:631 0.0.0.0:* > LISTEN - > tcp 0 0 0.0.0.0:36321 0.0.0.0:* > LISTEN - > tcp 0 0 0.0.0.0:2049 0.0.0.0:* > LISTEN - > tcp 0 0 0.0.0.0:55145 0.0.0.0:* > LISTEN - > tcp 0 0 0.0.0.0:111 0.0.0.0:* > LISTEN - > tcp6 0 0 ::1:631 :::* > LISTEN - > daniel@dani-ubuntu-xen:/var/xen$ ps aux | grep qemu > daniel 4547 0.0 0.0 13076 1084 pts/0 S+ 17:35 0:00 grep > --color=auto qemu > No qemu process found? Is your hvm guest running? Please also check /var/log/xen for qemu's log. And, please always use "reply to all" when you're replying back. So that you can post to all people (including the list). Wei.