From mboxrd@z Thu Jan 1 00:00:00 1970 From: Soren Hansen Subject: Re: Fail to create disk.img (SOLVED) Date: Tue, 5 Aug 2008 14:51:16 +0200 Message-ID: <20080805125116.GE13674@ralph.linux2go.dk> References: <20080805111453.GD13674@ralph.linux2go.dk> <834455.97062.qm@web35204.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="84ND8YJRMFlzkrP4" To: kvm@vger.kernel.org Return-path: Received: from atlas.linux2go.dk ([88.198.22.52]:60774 "EHLO atlas.linux2go.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760100AbYHEMvS (ORCPT ); Tue, 5 Aug 2008 08:51:18 -0400 Received: from localhost (0107ds1-abv.0.fullrate.dk [90.185.52.147]) by atlas.linux2go.dk (Postfix) with ESMTP id 676A140A954 for ; Tue, 5 Aug 2008 14:51:16 +0200 (CEST) Content-Disposition: inline In-Reply-To: <834455.97062.qm@web35204.mail.mud.yahoo.com> Sender: kvm-owner@vger.kernel.org List-ID: --84ND8YJRMFlzkrP4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 05, 2008 at 07:50:40PM +0800, Stephen Liu wrote: > In these couple days I made heavy googling and found many documents. > Because I can't get the guest to ping website (it can update/upload > files on repo). However the more I read more confuse I'm. >=20 >=20 > If creating the disk.img running; >=20 > $ sudo kvm -hda disk.img -cdrom ........ >=20 > I can start the guest with; > $ kvm disk.img ip-address..... > (without -hda) A disk image corresponds exactly to a hard drive. If you do "-hdb disk.img", it corresponds to connecting a hard drive as primary slave to your virtual machine. If you do "-hda disk.img" or just "disk.img", you're connecting it as primary master. > I'm following; > https://help.ubuntu.com/community/KVM#Creating%20a%20network%20bridge%20o= n%20the%20host >=20 > trying to sort out the problem on networking >=20 >=20 > On running > $ sudo kvm-bridge -m 512 -hdb disk.img -cdrom /dev/scd0 -boot d -smp 2 > nohup: appending output to `nohup.out' >=20 > It always appends output to `nohup.out' What is the problem? --=20 Soren Hansen |=20 Virtualisation specialist | Ubuntu Server Team Canonical Ltd. | http://www.ubuntu.com/ --84ND8YJRMFlzkrP4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iJwEAQECAAYFAkiYTMQACgkQo+Mz6+DAzGyhWgP/S7BbP7xwDbY9uJhLvVHqLZ/U stldZYHgiAXZMNFfvKH4ZJFnBfFNj3qO5uj3EtxcSCJ7OPPAFvH9GGahOgyqDOWV cB09E2T9yaqZNdkKpPgWs5/SngaYRpTZPPJ2QUeAvCE9sM5UCU9SoNy68gas2ecH pUTFHY4i484CLCGdYec= =Al23 -----END PGP SIGNATURE----- --84ND8YJRMFlzkrP4--