From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58109 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJtPj-00038K-6t for qemu-devel@nongnu.org; Wed, 02 Jun 2010 15:15:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJtPe-0007ip-1v for qemu-devel@nongnu.org; Wed, 02 Jun 2010 15:15:43 -0400 Received: from adelie.canonical.com ([91.189.90.139]:55221) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJtPd-0007gI-QZ for qemu-devel@nongnu.org; Wed, 02 Jun 2010 15:15:37 -0400 Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1OJtPb-0004Lg-3j for ; Wed, 02 Jun 2010 20:15:35 +0100 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 5C7932E8066 for ; Wed, 2 Jun 2010 20:15:32 +0100 (BST) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Wed, 02 Jun 2010 19:08:16 -0000 From: Anthony Liguori Sender: bounces@canonical.com References: <20100509165938.21146.17926.malonedeb@wampee.canonical.com> Message-Id: <20100602190816.14512.73448.malone@wampee.canonical.com> Errors-To: bounces@canonical.com Subject: [Qemu-devel] [Bug 577908] Re: qemu 0.12.3 default networking DNS broken Reply-To: Bug 577908 <577908@bugs.launchpad.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Can you provide the full command line you are using? -- = qemu 0.12.3 default networking DNS broken https://bugs.launchpad.net/bugs/577908 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. Status in QEMU: New Bug description: This might be something simple and known, but I don't find such information= ... I installed qemu 0.12.3 from source on a Linux/x86-64 host and observe = that, running a debian testing guest (squeeze netinst, also the installed s= ystem), the DNS setup that qemu's DHCP provides is not working. Namely, nameserver 10.0.2.3 in /etc/resolv.conf (as created by DHCP) does n= ot help name resolution, but replacing the IP with my actual DNS server doe= s work. Now this is still unfortunate as it is very cumbersome to replace t= he DNS for every system I run in qemu for testing... it used to work before= with earlier versions. If there is some easy means to help debug this, I'll try to help... but rig= ht now I am rather clueless.