From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 02:40:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 415D916A41F for ; Thu, 8 Sep 2005 02:40:42 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E87043D46 for ; Thu, 8 Sep 2005 02:40:41 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 29563 invoked from network); 8 Sep 2005 12:40:41 +1000 Received: from andromeda.lef.com.au (HELO ?10.168.101.24?) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 8 Sep 2005 12:40:40 +1000 Message-ID: <431FA4A4.5070908@meijome.net> Date: Thu, 08 Sep 2005 12:40:36 +1000 From: Norberto Meijome User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: jia liu References: <20050908021646.80725.qmail@web15905.mail.cnb.yahoo.com> In-Reply-To: <20050908021646.80725.qmail@web15905.mail.cnb.yahoo.com> Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: rc.conf doesn't work after FreeBSD was updated from 5.3 to 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 02:40:42 -0000 jia liu wrote: > Sir: > > 1. I delete my src directory on 5.3-release(rm -fr) > and was going to update to 5.4-release via source > tree. > 2. after cvsup, then buildworld, buildkernel, > installkernel; finaly mergemaster, installworld on > single user model. It seem everything is okay. > 3. the problem happen after reboot. It is said > '/etc/rc: WARNING: $ipfilter_enable is not set > properly -see rc.conf(5)'...And it seems my hostname > is 'Amnesiac', not as I typed in rc.conf. I tried to > add or motiy some rc.conf by hand or by sysinstall. > But it looks everything on rc.conf doesn't work. > > I want to know what is the problem. Thanks. could you please post the content of rc.conf please? btw, you dont need to delete the src tree to upgrade...cvsup will take longer downloading all the files rather than the changes only (though it wont have to compare the files....hmm) beto