From owner-freebsd-stable Tue May 21 10: 6:44 2002 Delivered-To: freebsd-stable@freebsd.org Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by hub.freebsd.org (Postfix) with ESMTP id 493E037B403 for ; Tue, 21 May 2002 10:06:40 -0700 (PDT) Received: from madman.nectar.cc (madman.nectar.cc [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id B5B9D50; Tue, 21 May 2002 12:06:39 -0500 (CDT) Received: from madman.nectar.cc (localhost [IPv6:::1]) by madman.nectar.cc (8.12.3/8.11.6) with ESMTP id g4LH6dNX010870; Tue, 21 May 2002 12:06:39 -0500 (CDT) (envelope-from nectar@madman.nectar.cc) Received: (from nectar@localhost) by madman.nectar.cc (8.12.3/8.12.3/Submit) id g4LH6d8l010869; Tue, 21 May 2002 12:06:39 -0500 (CDT) Date: Tue, 21 May 2002 12:06:39 -0500 From: "Jacques A. Vidrine" To: Mike Tancsa Cc: stable@FreeBSD.ORG Subject: Re: New resolver bug ? Message-ID: <20020521170639.GB10773@madman.nectar.cc> References: <5.1.0.14.0.20020521120759.054f8438@192.168.0.12> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.1.0.14.0.20020521120759.054f8438@192.168.0.12> User-Agent: Mutt/1.3.99i X-Url: http://www.nectar.cc/ Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, May 21, 2002 at 12:10:40PM -0400, Mike Tancsa wrote: > > Granted, its a rather strange entry, but why does > > backup2# nslookup -type=a mail.spicer.com > Server: ns2.sentex.ca > Address: 199.212.134.2 > > nslookup in free(): warning: junk pointer, too low to make sense > Name: mail.spicer.com > Address: 216.16.235.172 > > backup2# > > where as prior to the latest BIND commit, > > pyroxene% nslookup mail.spicer.com > Server: ns.sentex.ca > Address: 199.212.134.1 > > Name: mail.spicer.com > Addresses: 216.16.235.172, 216.16.235.172 > > works. > > Also, > telnet mail.spicer.com smtp > just hangs, > but > telnet 216.16.235.172 smtp > works Cute ... I can only reproduce this when querying your server (ns.sentex.ca or ns2.sentex.ca) directly: % nslookup -type=a mail.spicer.com Server: hellblazer.nectar.cc Address: 10.0.1.11 Non-authoritative answer: Name: mail.spicer.com Address: 216.16.235.172 % nslookup -type=a mail.spicer.com ns.sentex.ca Server: ns.sentex.ca Address: 199.212.134.1 nslookup in free(): warning: junk pointer, too low to make sense. Name: mail.spicer.com Address: 216.16.235.172 I wonder does this have anything to do with your TTL == 0 for those records? Why are they zero, by the way? When querying your server directly, I get back two identical A records. When having another server to a recursive query for me, I get back a single A record. hrm. Will poke around, -- Jacques A. Vidrine http://www.nectar.cc/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message