From owner-freebsd-questions@FreeBSD.ORG Thu Jul 22 04:19:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D78D16A4CE for ; Thu, 22 Jul 2004 04:19:41 +0000 (GMT) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id F408143D53 for ; Thu, 22 Jul 2004 04:19:40 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.11/8.12.11) with ESMTP id i6M4JetT061167; Wed, 21 Jul 2004 22:19:40 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.11/8.12.11/Submit) with ESMTP id i6M4JeIQ061164; Wed, 21 Jul 2004 22:19:40 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 21 Jul 2004 22:19:40 -0600 (MDT) From: Warren Block To: /root/of/all/evil In-Reply-To: <20040722040122.GA47848@zeik.wns.amu.edu.pl> Message-ID: <20040721221549.H61155@wonkity.com> References: <20040721171150.A60713@wonkity.com> <20040722040122.GA47848@zeik.wns.amu.edu.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.3 (wonkity.com [127.0.0.1]); Wed, 21 Jul 2004 22:19:40 -0600 (MDT) cc: freebsd-questions@freebsd.org Subject: Re: Applications starting problem (from /usr/local/etc/rc.d/) after upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 04:19:41 -0000 On Thu, 22 Jul 2004, /root/of/all/evil wrote: > On Wed, Jul 21, 2004 at 05:12:27PM -0600, Warren Block wrote: >> On Wed, 21 Jul 2004, /root/of/all/evil wrote: >> >>> The only daemon (called application somwhere in my mail) that starts >>> normally during >>> system boot is apache2. Rest of them does not boot normally, but if I add >>> them (I mean >>> 'them' == the full path to their starting scripts in /usr/local/etc/rc.d/) >>> to the end of >>> apache`s script, then they are starting.. >> >> Are they all set to executable (chmod +x)? > > Yes, they all are executable - if I add them to the end of the only script > that is starting normally (wich i s apache2 in this case) they execute normally and > the deamons are starting. But leaving them in /usr/local/etc/rc.d/ just do nothing. I'm not sure we are talking about the same thing. Is the "x" executable bit set when you do an ls -l in /usr/local/etc/rc.d? # ls -l /usr/local/etc/rc.d -r-xr-xr-x 1 root wheel 635 Jun 15 05:58 apache.sh ^ ^ ^ Are these bits set for all of the scripts in the directory? -Warren Block * Rapid City, South Dakota USA