From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: VNC with KVM-84 doesn't work Date: Mon, 23 Feb 2009 09:13:53 -0600 Message-ID: <49A2BD31.9090702@codemonkey.ws> References: <49A26518.5090805@tomorrow-focus.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Robert Wimmer Return-path: Received: from qw-out-2122.google.com ([74.125.92.27]:29936 "EHLO qw-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751084AbZBWPOZ (ORCPT ); Mon, 23 Feb 2009 10:14:25 -0500 Received: by qw-out-2122.google.com with SMTP id 5so1210796qwi.37 for ; Mon, 23 Feb 2009 07:14:24 -0800 (PST) In-Reply-To: <49A26518.5090805@tomorrow-focus.de> Sender: kvm-owner@vger.kernel.org List-ID: Robert Wimmer wrote: > Hi! > > I'm using kernel 2.6.28-r2 (Gentoo) and kvm-84 (Intel Xeon CPU X7350, > x86_64, host and guest OS and kernel are the same) > > I've normally bound the VNC port to 127.0.0.1:4444 (or 4445, ... if more > KVMs are running). But now "netstat -tlpn" doesn't show any KVM bound to > localhost. KVM-83 and all other versions before haven't had this > problem. I'm always starting the KVMs like this (snippet of the start > script): > > $KVM -m $MEMORY \ > -smp $CPU \ > -curses \ > -daemonize \ > -k de \ > -vnc "$VNC" \ > -monitor "$MONITOR" \ > -localtime \ > -pidfile /var/run/kvm-$KVMNAME.pid \ > -drive > file=/data/kvm/kvmimages/$KVMNAME.qcow2,if=virtio,boot=on \ > -net nic,vlan=104,model=virtio,macaddr=$MACADDR_B \ > -net tap,vlan=104,ifname=tap.b.$KVMNAME,script=no \ > -net nic,vlan=96,model=virtio,macaddr=$MACADDR_F \ > -net tap,vlan=96,ifname=tap.f.$KVMNAME,script=no > You cannot combine -curses and -vnc. Regards, Anthony Liguori