From owner-freebsd-hackers Wed Sep 17 01:46:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA00611 for hackers-outgoing; Wed, 17 Sep 1997 01:46:21 -0700 (PDT) Received: from minor.stranger.com (stranger.vip.best.com [204.156.129.250]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA00605 for ; Wed, 17 Sep 1997 01:46:15 -0700 (PDT) Received: from dog.farm.org (dog.farm.org [207.111.140.47]) by minor.stranger.com (8.8.5/8.6.12) with ESMTP id BAA02839; Wed, 17 Sep 1997 01:48:21 -0700 (PDT) Received: (from dk@localhost) by dog.farm.org (8.7.5/dk#3) id BAA18137; Wed, 17 Sep 1997 01:42:35 -0700 (PDT) Date: Wed, 17 Sep 1997 01:42:35 -0700 (PDT) From: Dmitry Kohmanyuk Message-Id: <199709170842.BAA18137@dog.farm.org> To: tlambert@primenet.com (Terry Lambert) Cc: freebsd-hackers@freebsd.org Subject: Re: nfs startup - perhaps it is a problem Newsgroups: cs-monolit.gated.lists.freebsd.hackers Organization: FARM Computing Association Reply-To: dk+@ua.net X-Newsreader: TIN [version 1.2 PL2] Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article <199709150245.TAA12665@usr09.primenet.com> you wrote: > Second of all, if the dots are there, then the thing dials out on > boot when it starts inetd and/or sendmail (I didn't localize it). press ctrl-T during /etc/rc and it would show you... > I find it strange that it's getting the domain name out of resolv.conf, > since the host.conf file specifically says not to reference bind (and > therefore bind configuration data) until the local hosts file has > been consulted. I think it was trying to resolve your FQDN. Try rlogin phaeton.lambert.org and rlogin phaeton.lambert.org. and see if this makes any difference. also, try domain lambert.org or (exclusive) search lambert.org in your /etc/resolv.conf > In theory, I should be able to put in machine names *without* a > domain in my hosts file; the domain name is the "name" of my > netblock for the pruposes of DNS, after all. After all, by > definit, all machines in my /etc/hosts file that are in my > local netblock are in my domain, and in the DNS case, will get > my domain name on lookup anyway, so I can use the naked names. maybe, I maybe not. I always put it like this: 207.111.140.47 dog.farm.org dog and it works without internet connection (I run a local named which is primary for farm.org, but I configure interfaces using full hostnames when named is not yet run, and it doesn't wait) > The one thing that's been solved so far is that I have the idle > timeout working now; that was mostly stupidity on my part; I > had a cron that did a cvssup. I do it manually now. make a ppp connection established put a flag (a regular ifconfig ppp0 | grep UP can do ) then use this flag as a condition in crontab entries...