From owner-freebsd-current@FreeBSD.ORG Mon Apr 30 09:16:20 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F76216A402 for ; Mon, 30 Apr 2007 09:16:20 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 525FB13C44B for ; Mon, 30 Apr 2007 09:16:20 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so1324865pyh for ; Mon, 30 Apr 2007 02:16:19 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MBQcH/r93NSJr7WGKdfswgNz4xZKtlfczt9RpiofqopfEL0FFlRB4C8ne1PT604FlevXs0frIddQSRIYxJWTiRaOcOzA7KUhKe/YV/+wlL2hCcPJ7gFKyV/A7Ai8fU5fmHyfngSloQ8bJ4lsmfBelRWenU7Rh4+L4eK6+dtv7FE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bpyNcVDeyfLEFn3W9uQSwyFvmhNimjwPhn61oBxQ3n6BgK/lgD+UL43fuOylWME9gm0fYVYNbWt8vO87KOlUDJ9mXn+ASy9H7SdwK+7+epBAW7HHxn2U+jFf6FQZc/WdvWeCOpz/g8/FMXO+xr9oKzhHSVTO2cJsfwT5xSSBBf4= Received: by 10.65.250.11 with SMTP id c11mr11328873qbs.1177923101326; Mon, 30 Apr 2007 01:51:41 -0700 (PDT) Received: by 10.65.81.13 with HTTP; Mon, 30 Apr 2007 01:51:41 -0700 (PDT) Message-ID: <84dead720704300151r2eeff43x3dcc7b7d01e6cad2@mail.gmail.com> Date: Mon, 30 Apr 2007 08:51:41 +0000 From: "Joseph Koshy" To: freebsd-current@freebsd.org In-Reply-To: <20070430084003.GA1716@obelix.dsto.defence.gov.au> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070430084003.GA1716@obelix.dsto.defence.gov.au> Subject: Re: /etc/rc.conf not getting parsed ... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Apr 2007 09:16:20 -0000 wa> None of my services are being started from /etc/rc.conf. I am manually wa> having to start them. Can anyone please suggest how to debug why this wa> has just started to occur ? Use the "-x" option supported by "/bin/sh" to debug. E.g., # sh -x /etc/rc.d/lpd start ... lots of output elided ... + checkyesno lpd_enable + eval _value=$lpd_enable + _value=NO + debug checkyesno: lpd_enable is set to NO. + return 1 + return 0 -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy