From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: Neon and reverse address lookup Date: Sat, 18 Jan 2014 09:43:28 -0500 Message-ID: <87vbxhpcz3.fsf@netris.org> References: <20140118124847.GA6166@debian> <20140118141708.GA27977@jocasta.intra> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4X9v-0000ho-Hp for guix-devel@gnu.org; Sat, 18 Jan 2014 09:46:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W4X9q-0001dY-1P for guix-devel@gnu.org; Sat, 18 Jan 2014 09:46:03 -0500 Received: from world.peace.net ([96.39.62.75]:53265) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4X9p-0001d7-TA for guix-devel@gnu.org; Sat, 18 Jan 2014 09:45:57 -0500 In-Reply-To: <20140118141708.GA27977@jocasta.intra> (John Darrington's message of "Sat, 18 Jan 2014 15:17:08 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: John Darrington Cc: guix-devel@gnu.org John Darrington writes: > On Sat, Jan 18, 2014 at 01:48:47PM +0100, Andreas Enge wrote: > Hi, > > when trying to package the neon library: > http://www.webdav.org/neon/ , > the tests fail inside the chroot with > addr_reverse (reverse lookup for 127.0.0.1 failed) > > I thought that the lo interface should be available inside the chroot. > So 127.0.0.1 should resolve ok. 127.0.0.1 works in the chroot, but DNS name lookups (either forward or reverse) do not. Mark