From owner-freebsd-stable Sun Dec 19 0:50:38 1999 Delivered-To: freebsd-stable@freebsd.org Received: from poseidon.atomicmatrix.net (poseidon.atomicmatrix.net [146.115.71.116]) by hub.freebsd.org (Postfix) with ESMTP id C01B01522C for ; Sun, 19 Dec 1999 00:50:34 -0800 (PST) (envelope-from ben-lists@atomicmatrix.net) Received: from energizer (energizer.atomicmatrix.net [146.115.71.106]) by poseidon.atomicmatrix.net (8.9.3/8.9.0/1.0-bcg) with SMTP id DAA00377; Sun, 19 Dec 1999 03:49:46 -0500 (EST) Message-ID: <00a501bf49fe$46cc7af0$6a477392@dsg.atomicmatrix.net> From: "Ben Goodwin" To: "Oliver Blasnik" , "Jeffrey J. Libman" , References: <008b01bf466b$71d1c0c0$c20effd4@jav.net> Subject: Re: mountd and rpc.statd won't run Date: Sun, 19 Dec 1999 03:51:43 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Indeed I ran into this problem just yesterday. I have found that all my 3.3-RELEASE boxes didn't configure a lo0 by default! I'd consider that a bug :-) I used the 'custom' configuration of the sysinstall program for all my 3.3-R installs which didn't end up with a configged lo0.. I don't know if other install types would have done it. FWIW There were NO references to lo0 in /etc/rc.conf. -=| Ben > Check out ifconfig for lo0. Is localhost 127.0.0.1 bound to it? > > No? Then: edit rc.conf, change: > network_interfaces="ed0 lo0" (or whatever card you have). > > If this doesn't help, go the hard way an add > ifconfig_lo0="inet 127.0.0.1 netmask 255.0.0.0" > as a primary adress. > > I did both to get shure and rebooted. Did work very well after that. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message