From owner-freebsd-questions@FreeBSD.ORG Sat Dec 23 23:09:29 2006 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 C0FA816A403 for ; Sat, 23 Dec 2006 23:09:29 +0000 (UTC) (envelope-from msoulier@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id 5D28C13C45A for ; Sat, 23 Dec 2006 23:09:29 +0000 (UTC) (envelope-from msoulier@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so3665549nfc for ; Sat, 23 Dec 2006 15:09:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Dvjf8dWjBebZZqq3PbehiRZVRRG8KKRIo1NP2nkcswwKxdzEKpYEp8w8QbzzT8CVRq/qJLPbkp6dBqIME8B6MgMB1MTaswkKMxqohbLmJNYdAsmQ8ZG3plkfqBUEG9QfwwHNT/qEawIJQ5EB+RCF73WzOxEvwa8ar91WL/wEWfM= Received: by 10.82.114.3 with SMTP id m3mr296219buc.1166915368299; Sat, 23 Dec 2006 15:09:28 -0800 (PST) Received: by 10.82.177.8 with HTTP; Sat, 23 Dec 2006 15:09:28 -0800 (PST) Message-ID: Date: Sat, 23 Dec 2006 18:09:28 -0500 From: "Michael P. Soulier" Sender: msoulier@gmail.com To: Lane In-Reply-To: <200612231645.33556.lane@joeandlane.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200612231156.05280.beech@alaskaparadise.com> <200612231645.33556.lane@joeandlane.com> X-Google-Sender-Auth: 3720d2d3f3cdc486 Cc: freebsd-questions@freebsd.org Subject: Re: not everything coming up on a reboot 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: Sat, 23 Dec 2006 23:09:29 -0000 On 12/23/06, Lane wrote: > It does not appear that rcorder is invoked when you run the script from the > command line ... thus it will start when you invoke it manually as long > as /etc/rc.conf agrees. > > Do this: > > rcorder -s nostart /etc/rc.d/* [msoulier@kanga ~]$ rcorder -s nostart /etc/rc.d/* | grep -A1 -B1 ppp-user /etc/rc.d/netif /etc/rc.d/ppp-user /etc/rc.d/ipfw > Does ppp show up? If not then there is the problem. As to WHY .. well you'd > have to ask the developer. > > But If I was trouble-shooting to get it to work until the developer of rcorder > got back with me, I this I'd do it this way: Thanks. I might take some time to tinker with it. I've opened a bug report for now. Maybe I'll have something to append to it soon. Mike