Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jan 2006 14:42:29 +1100
From:      Peter Jeremy <PeterJeremy@optushome.com.au>
To:        Jiawei Ye <leafy7382@gmail.com>
Cc:        current@freebsd.org
Subject:   Re: All started twice
Message-ID:  <20060125034229.GA25397@cirb503493.alcatel.com.au>
In-Reply-To: <c21e92e20601241800i1a73175eod54c1afa71f43a72@mail.gmail.com>
References:  <c21e92e20601241800i1a73175eod54c1afa71f43a72@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2006-Jan-25 10:00:44 +0800, Jiawei Ye wrote:
>This is a fresh world/kernel from -current. When rebooting, everything
>got started twice, here is the partial dmesg.

Are you sure you ran mergemaster?

What does "rcorder -s nostart /etc/rc.d/*" report?

Have you got "early_late_divider" and "local_startup" set as follows
in /etc/defaults/rc.conf.  If they're over-ridden, what are the values?

early_late_divider="mountcritlocal"     # Script that separates early/late
local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs.

You could try adding a "set -x" near the top of /etc/rc - that will
dump its startup processing - but if you don't have a very large
console buffer or a serial console, you might miss the bits of
interest.

-- 
Peter Jeremy



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