From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Neon and reverse address lookup Date: Sat, 18 Jan 2014 17:45:08 +0100 Message-ID: <20140118164508.GA29581@debian> References: <20140118124847.GA6166@debian> <87zjmtpd2t.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48439) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4Z1b-0004dB-FV for guix-devel@gnu.org; Sat, 18 Jan 2014 11:45:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W4Z1T-0001Zy-Eg for guix-devel@gnu.org; Sat, 18 Jan 2014 11:45:35 -0500 Received: from moutng.kundenserver.de ([212.227.17.10]:65336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4Z1T-0001Zs-0C for guix-devel@gnu.org; Sat, 18 Jan 2014 11:45:27 -0500 Content-Disposition: inline In-Reply-To: <87zjmtpd2t.fsf@netris.org> 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: Mark H Weaver Cc: guix-devel@gnu.org On Sat, Jan 18, 2014 at 09:41:14AM -0500, Mark H Weaver wrote: > I think we should include /etc/hosts in the chroot with an entry for > localhost. We might also need /etc/nsswitch.conf; I'm not sure. I see > no reason not to do this, and I suspect it would ultimately take less > time and effort than disabling tests. > > When I suggested this on IRC, Ludovic seemed open to the idea. > > Thoughts? If it can be implemented easily, this sounds like a good idea. I think we already had another package with the same problem. Andreas