From owner-freebsd-rc@FreeBSD.ORG Tue Feb 14 23:14:41 2006 Return-Path: X-Original-To: freebsd-rc@freebsd.org Delivered-To: freebsd-rc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFC7616A422 for ; Tue, 14 Feb 2006 23:14:41 +0000 (GMT) (envelope-from marsgmiro@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2123843D46 for ; Tue, 14 Feb 2006 23:14:41 +0000 (GMT) (envelope-from marsgmiro@gmail.com) Received: by zproxy.gmail.com with SMTP id s18so1442229nze for ; Tue, 14 Feb 2006 15:14:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jfI6+8Q9FNsNidfy6Ax2MHgIY2t4J7wEEY7dIYGUjDtvq/B4BsGEqSQg++jfIDzzpA2zepmDbg4X9KxxFO//dZvy3p3PfaWf08RfoPI7/jjXfZcetT2BsOFLdIApp/VBTudTa2EhCAt+wM5Z0OsTY5xP0m022bqY7ds51Fp7GM4= Received: by 10.36.158.18 with SMTP id g18mr5599499nze; Tue, 14 Feb 2006 15:14:40 -0800 (PST) Received: by 10.36.72.7 with HTTP; Tue, 14 Feb 2006 15:14:40 -0800 (PST) Message-ID: <28edec3c0602141514t31f0e846o12ea3bf94ef82d71@mail.gmail.com> Date: Wed, 15 Feb 2006 07:14:40 +0800 From: "Mars G. Miro" To: Doug Barton In-Reply-To: <43F245E0.3090004@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <28edec3c0602130130t35e1af55y63a5a8b90f1710e@mail.gmail.com> <43F0D99D.4060405@FreeBSD.org> <28edec3c0602131841w36860880nb7389de31e2e6946@mail.gmail.com> <43F245E0.3090004@FreeBSD.org> Cc: freebsd-rc@freebsd.org Subject: Re: 6.1-prerelease, /etc/rc.d/localpkg, rc.subr and samba3 X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2006 23:14:41 -0000 On 2/15/06, Doug Barton wrote: > Mars G. Miro wrote: > > > Running the new localpkg rc: > > > > root@jail:~# /etc/rc.d/localpkg start > > /etc/rc.d/localpkg: DEBUG: run_rc_command: evaluating pkg_start(). > > Local package initialization:. > > > > Nothing happens: > > Nor should it. :) Run /usr/local/etc/rc.d/samba.sh start instead. > The reason why I'm invoking the localpkg rc is that this is where it fails to run scripts in local_startup when the jail starts. If I start it from /usr/local/etc/rc.d/samba.sh, it runs of course, but I'd prefer to have things running during boot (when the jail starts) as opposed to running them manually. Does not happen w/ the previous version of the localpkg rc. > Doug > > -- > > This .signature sanitized for your protection > > cheers mars