Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Aug 2000 07:16:59 +0200
From:      "Andre Goeree" <abgoeree@uwnet.nl>
To:        Robert Gray <bob@cs.colorado.edu>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: /etc/defaults/rc.conf 4.1-STABLE-200-08-18 (solved)
Message-ID:  <20000824071658.A701@freebee.attica.home>
In-Reply-To: <200008231405.IAA19222@calypso.boulderlabs.com>; from bob@cs.colorado.edu on Wed, Aug 23, 2000 at 08:05:47AM -0600
References:  <200008231405.IAA19222@calypso.boulderlabs.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 23, 2000 at 08:05:47AM -0600, Robert Gray wrote:
> 
> I had a similar or the same problem.  If this matches
> your situation, please post this info to the group.
> -bob
> 
> --------------------
> From: Robert Gray <bob@calypso.boulderlabs.com>
> To: Bill Vermillion <bill@wjv.com>
> Cc: markey@chcm.com
> Subject: Problem solved: Re: rc.conf not loading
> Date: Sat, 19 Aug 2000 08:03:38 -0600
> 
> 
> I found the problem.  I had a slightly old rc.firewall and I
> didn't notice the problem since all of my local firewall
> differences were showing up.
> 
> 
> Notice the small change in versions:
> 
> diff rc.firewall.new  rc.firewall
> 3c3,4
> < # $FreeBSD: src/etc/rc.firewall,v 1.30.2.4 2000/05/28 19:17:15 asmodai Exp $
> ---
> > # $FreeBSD: src/etc/rc.firewall,v 1.30 2000/02/06 19:24:37 paul Exp $
> > 
> 8d8
> <       source_rc_confs
> 
> It turns out rc.firewall re-reads /etc/defaults/rc.conf, but the
> 1.30 version failed to re-read /etc/rc.conf.
> 
> 
> P.S.  To track it down, I moved /etc/rc to /etc/rc.real
> and inserted this script in its place:
> 
> #!/bin/sh
> /sbin/mount /
> /sbin/mount /usr
> script /RC.script /etc/rc.real
> 
> Then use "set -x" in the /etc/rc.real script to see what
> is going on.
> 
> -bob
> 

Yes, it turned out to be rc.firewall

My version is even older than yours.....
Didn't notice the canges because i changed the name
and location of the script..
If i run the updated version (src/etc/rc.firewall,v 1.30.2.5 2000/08/08)
everything works fine :-).

Problem solved, thanks.
-- 
Ago
abgoeree@uwnet.nl


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000824071658.A701>