From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.devel Subject: Re: Help with bzr access, please! Date: Tue, 19 Oct 2010 20:51:36 +0200 Message-ID: <87mxqavww7.fsf@turtle.gmx.de> References: <20101016190916.GA1805@muc.de> <20101016202445.GB1805@muc.de> <20101019185055.GB2027@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287514319 31487 80.91.229.12 (19 Oct 2010 18:51:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 19 Oct 2010 18:51:59 +0000 (UTC) Cc: Andreas Schwab , emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 19 20:51:57 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P8HHq-0006Lz-Fw for ged-emacs-devel@m.gmane.org; Tue, 19 Oct 2010 20:51:50 +0200 Original-Received: from localhost ([127.0.0.1]:39513 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8HHq-0007mg-3j for ged-emacs-devel@m.gmane.org; Tue, 19 Oct 2010 14:51:50 -0400 Original-Received: from [140.186.70.92] (port=49615 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8HHk-0007lG-Dx for emacs-devel@gnu.org; Tue, 19 Oct 2010 14:51:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8HHi-00078l-IP for emacs-devel@gnu.org; Tue, 19 Oct 2010 14:51:44 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:35691 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1P8HHi-000784-64 for emacs-devel@gnu.org; Tue, 19 Oct 2010 14:51:42 -0400 Original-Received: (qmail invoked by alias); 19 Oct 2010 18:51:38 -0000 Original-Received: from p548626C9.dip.t-dialin.net (EHLO turtle.gmx.de) [84.134.38.201] by mail.gmx.net (mp070) with SMTP; 19 Oct 2010 20:51:38 +0200 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX18E0wU6YUsEA2eRHU8J3Qdt7jNJLBA9F3Q7Y7fnXV e+Wud69QcOGjO9 Original-Received: by turtle.gmx.de (Postfix, from userid 1000) id A838C3F4A5; Tue, 19 Oct 2010 20:51:36 +0200 (CEST) In-Reply-To: <20101019185055.GB2027@muc.de> (Alan Mackenzie's message of "Tue, 19 Oct 2010 18:50:55 +0000") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:131851 Archived-At: Am 19.10.2010 um 20:50 schrieb Alan Mackenzie: > On Tue, Oct 19, 2010 at 12:17:18AM +0200, Andreas Schwab wrote: >> Alan Mackenzie writes: > >> > On Sat, Oct 16, 2010 at 09:22:30PM +0200, Andreas Schwab wrote: >> >> Please make sure that it resolves to 140.186.70.72 instead of >> >> 140.186.70.73. > >> > $ nslookup bzr.sv.gnu.org > >> > gives "Address: 140.186.70.72". > >> And what do you get from "getent ahosts bzr.savannah.gnu.org"? > > 140.186.70.73 STREAM bzr.savannah.gnu.org > 140.186.70.73 DGRAM bzr.savannah.gnu.org > 140.186.70.73 RAW bzr.savannah.gnu.org > > Wierd. Surely nslookup and getent should give the same answers? Not necessarily. AFAIK nslookup always contacts a nameserver, whereas getent might obtain the IP by other means (e.g. via a hosts(5) file). Sven