From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=38995 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJup6-0000vd-V5 for qemu-devel@nongnu.org; Wed, 02 Jun 2010 16:46:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJup1-0007ti-NM for qemu-devel@nongnu.org; Wed, 02 Jun 2010 16:46:00 -0400 Received: from adelie.canonical.com ([91.189.90.139]:36823) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJup1-0007ta-JK for qemu-devel@nongnu.org; Wed, 02 Jun 2010 16:45:55 -0400 Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1OJuoz-00051S-GW for ; Wed, 02 Jun 2010 21:45:54 +0100 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id C353F2E82B7 for ; Wed, 2 Jun 2010 21:45:43 +0100 (BST) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Wed, 02 Jun 2010 20:36:33 -0000 From: Ryan Harper Sender: bounces@canonical.com References: <20100509165938.21146.17926.malonedeb@wampee.canonical.com> Message-Id: <20100602203633.23771.78809.launchpad@soybean.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 ** Changed in: qemu Status: New =3D> Incomplete -- = 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: Incomplete 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.