From owner-freebsd-current@FreeBSD.ORG Wed Jan 25 03:42:33 2006 Return-Path: X-Original-To: current@freebsd.org 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 410AC16A41F for ; Wed, 25 Jan 2006 03:42:33 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from mail13.syd.optusnet.com.au (mail13.syd.optusnet.com.au [211.29.132.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B1AA43D45 for ; Wed, 25 Jan 2006 03:42:32 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail13.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k0P3gUNU012063 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 25 Jan 2006 14:42:30 +1100 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1]) by cirb503493.alcatel.com.au (8.12.10/8.12.10) with ESMTP id k0P3gTHh039567; Wed, 25 Jan 2006 14:42:29 +1100 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost) by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id k0P3gTrt039566; Wed, 25 Jan 2006 14:42:29 +1100 (EST) (envelope-from pjeremy) Date: Wed, 25 Jan 2006 14:42:29 +1100 From: Peter Jeremy To: Jiawei Ye Message-ID: <20060125034229.GA25397@cirb503493.alcatel.com.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.11 Cc: current@freebsd.org Subject: Re: All started twice X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 25 Jan 2006 03:42:33 -0000 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