From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: Help with bzr access, please! Date: Tue, 19 Oct 2010 19:28:23 +0000 Message-ID: <20101019192823.GC2027@muc.de> References: <20101016190916.GA1805@muc.de> <20101016202445.GB1805@muc.de> <20101019185055.GB2027@muc.de> <87mxqavww7.fsf@turtle.gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1287516014 8450 80.91.229.12 (19 Oct 2010 19:20:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 19 Oct 2010 19:20:14 +0000 (UTC) Cc: Andreas Schwab , emacs-devel@gnu.org To: Sven Joachim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 19 21:20:11 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 1P8HgE-00065O-EJ for ged-emacs-devel@m.gmane.org; Tue, 19 Oct 2010 21:20:11 +0200 Original-Received: from localhost ([127.0.0.1]:41878 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8Hfj-0005nT-5f for ged-emacs-devel@m.gmane.org; Tue, 19 Oct 2010 15:16:31 -0400 Original-Received: from [140.186.70.92] (port=53502 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8HfR-00051R-Nc for emacs-devel@gnu.org; Tue, 19 Oct 2010 15:16:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8Hea-0005CG-E8 for emacs-devel@gnu.org; Tue, 19 Oct 2010 15:15:21 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:4344 helo=mail.muc.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8Hea-0005BD-4x for emacs-devel@gnu.org; Tue, 19 Oct 2010 15:15:20 -0400 Original-Received: (qmail 20422 invoked by uid 3782); 19 Oct 2010 19:15:17 -0000 Original-Received: from acm.muc.de (pD9E52B9A.dip.t-dialin.net [217.229.43.154]) by colin2.muc.de (tmda-ofmipd) with ESMTP; Tue, 19 Oct 2010 21:15:15 +0200 Original-Received: (qmail 2966 invoked by uid 1000); 19 Oct 2010 19:28:23 -0000 Content-Disposition: inline In-Reply-To: <87mxqavww7.fsf@turtle.gmx.de> User-Agent: Mutt/1.5.9i X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) X-Primary-Address: acm@muc.de X-detected-operating-system: by eggs.gnu.org: FreeBSD 4.6-4.9 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:131856 Archived-At: Hi, Sven, On Tue, Oct 19, 2010 at 08:51:36PM +0200, Sven Joachim wrote: > 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). That was it! I had an entry for bzr.savannah.gnu.org in my /etc/hosts (without which there is a 20s delay on every name lookup by SSH; I've been meaning to debug this for about 3 years, now). Thanks Sven, thanks Andreas! > Sven