From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 08:18:25 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C110F16C024 for ; Tue, 6 Jun 2006 08:10:57 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx22.fluidhosting.com [204.14.89.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 308BF43D58 for ; Tue, 6 Jun 2006 08:10:56 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 26159 invoked by uid 399); 6 Jun 2006 08:10:56 -0000 Received: from localhost (HELO ?192.168.0.7?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 6 Jun 2006 08:10:56 -0000 Message-ID: <4485388E.5020309@FreeBSD.org> Date: Tue, 06 Jun 2006 01:10:54 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5.0.4 (X11/20060603) MIME-Version: 1.0 To: Jan Grant References: <20060502115736.P1705@tribble.ilrt.bris.ac.uk> <20060502161754.V1705@tribble.ilrt.bris.ac.uk> In-Reply-To: <20060502161754.V1705@tribble.ilrt.bris.ac.uk> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: (some?) startup scripts being run twice..? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 08:18:33 -0000 Make sure that you've run mergemaster and that everything (especially rc and rc.subr) is up to date. If that doesn't fix it, add rc_debug and rc_info to your /etc/rc.conf, and reboot. You probably also want to turn on console logging in /etc/syslogd.conf as well. hth, Doug