From owner-freebsd-stable@FreeBSD.ORG Mon Mar 13 15:13:51 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 074A516A532 for ; Mon, 13 Mar 2006 15:13:51 +0000 (UTC) (envelope-from miguel@anjos.strangled.net) Received: from compaq.anjos.strangled.net (87-196-139-138.net.novis.pt [87.196.139.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id C626143D49 for ; Mon, 13 Mar 2006 15:13:49 +0000 (GMT) (envelope-from miguel@anjos.strangled.net) Received: from compaq.anjos.strangled.net (localhost [127.0.0.1]) by compaq.anjos.strangled.net (8.13.4/8.13.4) with ESMTP id k2DFDl0K041579; Mon, 13 Mar 2006 15:13:49 GMT (envelope-from miguel@compaq.anjos.strangled.net) Received: (from miguel@localhost) by compaq.anjos.strangled.net (8.13.4/8.13.4/Submit) id k2DFDlmj041576; Mon, 13 Mar 2006 15:13:47 GMT (envelope-from miguel) Date: Mon, 13 Mar 2006 15:13:47 GMT From: Miguel Lopes Santos Ramos Message-Id: <200603131513.k2DFDlmj041576@compaq.anjos.strangled.net> To: freebsd-stable@freebsd.org, viktorija@oic.lv In-Reply-To: <1142262151.7502.7.camel@localhost.localdomain> Cc: Subject: Re: /usr/local/etc/rc.d script problem 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: Mon, 13 Mar 2006 15:13:51 -0000 > From: victoria > Subject: /usr/local/etc/rc.d script problem > > Hi to everyone! > > Seems i got a small problem with my startup scripts. I have record > in /etc/rc.conf: local_startup="/usr/local/etc/rc.d" You shouldn't need that option, since the default value in /etc/defaults/rc.conf already includes that directory. Unless there is another reason... > And a few scripts in this directory. Normal configuration. On all > servers it works great except one. I don't know where is a problem is, > because it is identical configuration. But seems system is ignoring > these scripts. It doesn't start any script from this directory. > Maybe someone can give me an advice where is a problem is? > > Thanks! > > Victoria The information you're giving is perhaps not enough. Are you sure you have *_enable="YES" in rc.conf for each script you want to run? Check rc.conf, rc.conf.local and the scripts, and if you're unable to find out what's wrong, post them. It may also be useful if you tell us what version of FreeBSD are you running. Miguel