From owner-freebsd-current@FreeBSD.ORG Thu Aug 7 11:05:55 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3829137B401 for ; Thu, 7 Aug 2003 11:05:55 -0700 (PDT) Received: from email4free.org (cheshire.cat.pdx.edu [131.252.214.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BE3943FD7 for ; Thu, 7 Aug 2003 11:05:54 -0700 (PDT) (envelope-from charlie@schluting.com) Received: from localhost (localhost [127.0.0.1]) by email4free.org (Postfix) with ESMTP id 2239D2358 for ; Thu, 7 Aug 2003 11:05:53 -0700 (PDT) Received: from by localhost (amavisd-new, port ) id pZhn6S6s for ; Thu, 7 Aug 2003 11:05:31 -0700 (PDT) Received: by email4free.org (Postfix, from userid 1001) id 9D1C022ED; Thu, 7 Aug 2003 11:05:30 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by email4free.org (Postfix) with ESMTP id 9AC8C2123 for ; Thu, 7 Aug 2003 11:05:30 -0700 (PDT) Date: Thu, 7 Aug 2003 11:05:30 -0700 (PDT) From: Charlie Schluting X-X-Sender: charlie@cheshire.cat.pdx.edu To: freebsd-current@freebsd.org In-Reply-To: <037301c35cfe$ce51c5e0$11fd2fd8@westbend.net> Message-ID: <20030807110007.E38219@cheshire.cat.pdx.edu> References: <20030806205057.V4316@cheshire.cat.pdx.edu> <037301c35cfe$ce51c5e0$11fd2fd8@westbend.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by your mom at schluting.com Subject: Re: help! 5.1 doesn't do the rc thing? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2003 18:05:55 -0000 On Thu, 7 Aug 2003, Scot W. Hetzel wrote: > From: "Charlie Schluting" > > OMG. > > So anyways, does anyone have a link to info about how the heck I start > > stuff in 5.1? > > Most important: > > -my lo0 interface doesn't have the 127.0.0.1 address.. it just comes up > > with no addy. > > -rc.conf didn't get run :( no named, no nothing :( > > -my firewall rules (rc.firewall) and sysctl.conf didn't seem to be read. > > > > Links, hints appreciated. > > > Do you have an /etc/rc.d directory and is it populated with files? > > If not, then run run mergemaster to update your /etc. > > Scot Yes, I do have that. I'm stupmed as to why the network interface didn't start though. I think that's the reason all my stuff in /usr/local/etc/rc.d didn't start as well, becuase they couldn't bind to a port. Also, it didn't read rc.firewall :( Heck, I even had to manually assign 127.0.0.1 to lo0. Strange. still stumped.. but I will work on it later tonight. I have another box that I did a clean install of 5.1 on so I can compare startup scripts. Should 5.1 read my /etc/rc.firewall ? --Charlie