From owner-freebsd-hackers Tue Sep 23 03:22:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA03016 for hackers-outgoing; Tue, 23 Sep 1997 03:22:37 -0700 (PDT) Received: from elvis.vnet.net (elvis.vnet.net [166.82.1.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA03009 for ; Tue, 23 Sep 1997 03:22:33 -0700 (PDT) Received: from ponds.dignus.com (ponds.vnet.net [166.82.177.48]) by elvis.vnet.net (8.8.5/8.8.4) with ESMTP id GAA10439; Tue, 23 Sep 1997 06:22:29 -0400 (EDT) Received: from lakes.dignus.com (lakes [10.0.0.3]) by ponds.dignus.com (8.8.5/8.8.5) with ESMTP id GAA09263; Tue, 23 Sep 1997 06:30:06 -0400 (EDT) Received: (from rivers@localhost) by lakes.dignus.com (8.8.5/8.6.9) id GAA03801; Tue, 23 Sep 1997 06:21:46 -0400 (EDT) Date: Tue, 23 Sep 1997 06:21:46 -0400 (EDT) From: Thomas David Rivers Message-Id: <199709231021.GAA03801@lakes.dignus.com> To: rivers@dignus.com, tlambert@primenet.com Subject: Re: r-cmds and DNS and /etc/host.conf Cc: freebsd-hackers@freefall.freebsd.org Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I guess, what I'm hinting at here, is that /etc/host.conf doesn't > > seem to be working for the r-cmds... > > > > Has anyone seen this behaviour? > > > > Are the r-cmds using their own resolver? And thus "by-passing" > > /etc/host.conf? > > It's something to do with gethostbyaddr(). I reported exactly this > problem about 3 weeks ago. > > You may notice it's the daemon. It might be something specific to the > way ruserok() is coded. 8-(. > My guess as well (particularly the ruserok() part...) I had discussed this in the 2.2.1 timeframe; but it wasn't bothering me as much then. Now that I'm "better connected" - it occurs much more frequently... so, I was bothered enough to mention it again. - Dave R. -