From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BsMPG-0000EX-Pa for qemu-devel@nongnu.org; Wed, 04 Aug 2004 10:06:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BsMPF-0000Dt-4V for qemu-devel@nongnu.org; Wed, 04 Aug 2004 10:06:14 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BsMPF-0000Dq-0C for qemu-devel@nongnu.org; Wed, 04 Aug 2004 10:06:13 -0400 Received: from [213.228.0.169] (helo=postfix3-2.free.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BsMLb-000675-Fc for qemu-devel@nongnu.org; Wed, 04 Aug 2004 10:02:27 -0400 Received: from imp4-q.free.fr (imp4-q.free.fr [212.27.42.4]) by postfix3-2.free.fr (Postfix) with ESMTP id EC7D7C6CF for ; Wed, 4 Aug 2004 16:02:26 +0200 (CEST) Message-ID: <1091628143.4110ec6f62877@imp4-q.free.fr> Date: Wed, 4 Aug 2004 16:02:23 +0200 From: Laurent Amon Subject: Re: [Qemu-devel] Qemu offline? References: <7494CDE2-E61D-11D8-A2B2-000A9585A104@cordney.com> In-Reply-To: <7494CDE2-E61D-11D8-A2B2-000A9585A104@cordney.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 Selon Ren=E9 Korthaus : > Yesterday i went to my brother's, where there is no internet > connection, and tried to start qemu as always. I tried with 0.6.0 in > /opt/local/bin and with 0.5.5 in /usr/local/bin but it turned out to be > the same error with both. Whatever I told him where the hda image is > located, he only stated "Could not get DNS address". As I am at home > now, i can reproduce the problem. When I'm online qemu starts as > always, but when i turn connection via airport off, he behaves as said > above. Try qemu -nics 0 or maybe also qemu -user-net or create a /etc/resolv.conf file with the line nameserver 127.0.0.1 (note that the last one may be troublesome if you connect the machine to = the internet) Lga.