From owner-freebsd-questions@FreeBSD.ORG Thu Jul 22 03:58:09 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 9FDFA16A4CE for ; Thu, 22 Jul 2004 03:58:09 +0000 (GMT) Received: from zeik.wns.amu.edu.pl (zeik.wns.amu.edu.pl [150.254.89.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67DFE43D48 for ; Thu, 22 Jul 2004 03:58:09 +0000 (GMT) (envelope-from r@zeik.wns.amu.edu.pl) Received: from zeik.wns.amu.edu.pl (localhost [127.0.0.1]) by zeik.wns.amu.edu.pl (Postfix) with ESMTP id 9B374811F for ; Thu, 22 Jul 2004 06:01:23 +0200 (CEST) Received: (from r@localhost) by zeik.wns.amu.edu.pl (8.12.10/8.12.9/Submit) id i6M41Npl049057 for freebsd-questions@freebsd.org; Thu, 22 Jul 2004 06:01:23 +0200 (CEST) Date: Thu, 22 Jul 2004 06:01:22 +0200 From: /root/of/all/evil To: freebsd-questions@freebsd.org Message-ID: <20040722040122.GA47848@zeik.wns.amu.edu.pl> References: <20040721205847.GA47334@zeik.wns.amu.edu.pl> <20040721171150.A60713@wonkity.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040721171150.A60713@wonkity.com> User-Agent: Mutt/1.4.2.1i 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 03:58:09 -0000 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)? > > -Warren Block * Rapid City, South Dakota USA 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. :( Any ideas? r.