From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Mueller Subject: Re: How to run KVM on non-X environment (RESEND) Date: Mon, 28 Jul 2008 17:42:48 +0000 (UTC) Message-ID: References: <974608.9351.qm@web35201.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: kvm@vger.kernel.org Return-path: Received: from main.gmane.org ([80.91.229.2]:36380 "EHLO ciao.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751263AbYG1RnI (ORCPT ); Mon, 28 Jul 2008 13:43:08 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KNWkP-0007QF-Sc for kvm@vger.kernel.org; Mon, 28 Jul 2008 17:43:01 +0000 Received: from 217-162-206-199.dclient.hispeed.ch ([217.162.206.199]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Jul 2008 17:43:01 +0000 Received: from thomas by 217-162-206-199.dclient.hispeed.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Jul 2008 17:43:01 +0000 Sender: kvm-owner@vger.kernel.org List-ID: > > > Thanks for your advice and URL. > > > Performed following test but failed. > > > # kvm -hda ubuntu6.06.img -cdrom /dev/scd0 -m 512 -boot d -vnc IP:0 > Could not parse VNC address > > # kvm -hda ubuntu6.06.img -cdrom /dev/scd0 -m 512 -boot d -vnc IP:1 on kvm-machine) kvm -hda ubuntu6.06.img -cdrom /dev/scd0 -m 512 -boot d \ -vnc :1 on another host with) vncviewer kvm-machine:1 - Thomas