From owner-freebsd-questions@FreeBSD.ORG Mon Mar 5 15:04:58 2007 Return-Path: X-Original-To: FreeBSD-questions@FreeBSD.org Delivered-To: FreeBSD-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6945916A400 for ; Mon, 5 Mar 2007 15:04:58 +0000 (UTC) (envelope-from chris@hier7.com) Received: from smtp103.rog.mail.re2.yahoo.com (smtp103.rog.mail.re2.yahoo.com [206.190.36.81]) by mx1.freebsd.org (Postfix) with SMTP id 0721B13C491 for ; Mon, 5 Mar 2007 15:04:57 +0000 (UTC) (envelope-from chris@hier7.com) Received: (qmail 40360 invoked from network); 5 Mar 2007 15:04:56 -0000 Received: from unknown (HELO ?74.109.56.185?) (cms.kw@rogers.com@74.109.56.185 with plain) by smtp103.rog.mail.re2.yahoo.com with SMTP; 5 Mar 2007 15:04:56 -0000 X-YMail-OSG: 3M4s80MVM1kMb2kd93PIqmi1k9Eu65abTBHNf.OK4J1FHqUKNerKu8wRPtDFMAlctw-- Message-ID: <45EC319C.3010202@hier7.com> Date: Mon, 05 Mar 2007 10:05:00 -0500 From: Chris Slothouber Organization: hier7 User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: FreeBSD-questions@FreeBSD.org References: <6B865826E860EF42B3A387A03F39539616917F69@EX0004.AllstreamITS.local> <45EC2EDE.9090201@hier7.com> <6B865826E860EF42B3A387A03F3953961691808C@EX0004.AllstreamITS.local> In-Reply-To: <6B865826E860EF42B3A387A03F3953961691808C@EX0004.AllstreamITS.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Starting a service on boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2007 15:04:58 -0000 Perhaps you could put a debug point in the script to ensure it is being started (e.g. touch a file or echo something to the terminal), and if it is indeed being run by rc, move the point until you find out where it's breaking? Jean-Philippe Daigle wrote: >> -----Original Message----- >> From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- >> questions@freebsd.org] On Behalf Of Chris Slothouber >> Sent: Monday, March 05, 2007 9:53 AM >> To: FreeBSD-questions@FreeBSD.org >> Subject: Re: Starting a service on boot >> >> I think you need to call it cc.sh >> And make sure it's +x >> > > Thanks, the script is definitely executable. I tried renaming it to > "cc.sh" and rebooting, to no effect. Still nothing interesting in the > logs from this boot... > > Jean-Philippe Daigle >