[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Neon and reverse address lookup
From: |
Mark H Weaver |
Subject: |
Re: Neon and reverse address lookup |
Date: |
Sat, 18 Jan 2014 09:43:28 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
John Darrington <address@hidden> 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