From owner-freebsd-stable@FreeBSD.ORG Tue May 2 16:07:29 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 BBA0516A400 for ; Tue, 2 May 2006 16:07:29 +0000 (UTC) (envelope-from jan.grant@bristol.ac.uk) Received: from diri.bris.ac.uk (diri.bris.ac.uk [137.222.10.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D5A143D49 for ; Tue, 2 May 2006 16:07:29 +0000 (GMT) (envelope-from jan.grant@bristol.ac.uk) Received: from mail.ilrt.bris.ac.uk ([137.222.16.62]) by diri.bris.ac.uk with esmtp (Exim 4.60) (envelope-from ) id 1FaxPJ-0004Cf-S0; Tue, 02 May 2006 17:07:28 +0100 Received: from cse-jg.cse.bris.ac.uk ([137.222.12.37]:56876) by mail.ilrt.bris.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.50) id 1Fawfl-0005OS-VD; Tue, 02 May 2006 16:20:26 +0100 Date: Tue, 2 May 2006 16:20:21 +0100 (BST) From: Jan Grant X-X-Sender: cmjg@tribble.ilrt.bris.ac.uk To: Alexey Karagodov In-Reply-To: Message-ID: <20060502161754.V1705@tribble.ilrt.bris.ac.uk> References: <20060502115736.P1705@tribble.ilrt.bris.ac.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spamassassin: mail.ilrt.bris.ac.uk X-Spam-Score: 0.0 X-Spam-Level: / X-Spam-Score: -1.4 X-Spam-Level: - 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, 02 May 2006 16:07:29 -0000 On Tue, 2 May 2006, Alexey Karagodov wrote: > where ntpd script located? in /etc/rc.d or /usr/local/etc/rc.d or both? I've already checked this: it's solely in /etc/rc.d. There's other evidence of dual initialisation, too: [[[ Apr 27 08:51:01 xxx sshd[1296]: error: Bind to port 22 on 0.0.0.0 failed: Address already in use. Apr 27 08:51:01 xxx sshd[1296]: fatal: Cannot bind any address. ]]] The instance of sshd that is running was successfully started a few seconds before this. Again, this is coming out of /etc/rc. > 2006/5/2, Jan Grant : > > > > I'm running a stock freebsd-stable as a workstation. I'm seeing > > something unusual: it looks like some startup scripts are being run > > twice when the machine boots. > > > > Originally I caught this because an old-fashioned /usr/local/etc/rc.d > > script was being called twice. However, on looking closer it seems that > > I'm getting ntpd launched twice as well. There may be others that bomb > > out - but has anyone got any suggestions as to what might be causing > > this? > > > > rc.conf is boring (just turns on a bunch of the usual suspects you'd see > > on a workstation); I can't see in /etc/rc why this might be occurring. > > > > -- > > jan grant, ISYS, University of Bristol. http://www.bris.ac.uk/ > > Tel +44 (0)117 3317661 http://ioctl.org/jan/ > > ...and then three milkmaids turned up > > (to the delight and delactation of the crowd). > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > > -- jan grant, ISYS, University of Bristol. http://www.bris.ac.uk/ Tel +44 (0)117 3317661 http://ioctl.org/jan/ Solution: (n) a watered-down version of something neat.