From owner-freebsd-questions Tue May 7 15:19:36 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA15639 for questions-outgoing; Tue, 7 May 1996 15:19:36 -0700 (PDT) Received: from nol.net (root@dazed.nol.net [206.126.32.101]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id PAA15628 Tue, 7 May 1996 15:19:34 -0700 (PDT) Received: from dazed.nol.net (blh@dazed.nol.net [206.126.32.101]) by nol.net (8.7.5/8.7.3) with SMTP id RAA21473; Tue, 7 May 1996 17:17:42 -0500 (CDT) X-AUTH: NOLNET SENDMAIL AUTH Date: Tue, 7 May 1996 17:17:40 -0500 (CDT) From: "Brett L. Hawn" To: dale cc: Gary Palmer , questions@FreeBSD.ORG Subject: Re: sysinstall In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 7 May 1996, dale wrote: > >My first guess is that you have your hostname/domainname set incorrectly or > >not set at all. > > > >Brett > > i *think* they are set correctly, here is a layout of my /etc/hosts > > 127.0.0.1 localhost.lovett.rice.edu localhost > 128.42.161.30 lovett-2030.lovett.rice.edu lovett-2030 > > am i looking in the wrong place? > ermm. what I meant (should have been more clear) is that they're not being set by the system correctly. /etc/hosts is a file checked by the system for 'aliases' (ie. telnet lovett-2030 instead of telnet lovett-2030.lovett.rice.edu) rather than where the system gets its actual name from. You should be looking in /etc/sysconfig Brett