From owner-freebsd-rc@FreeBSD.ORG Wed Feb 15 02:16:28 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 CD56916A424 for ; Wed, 15 Feb 2006 02:16:28 +0000 (GMT) (envelope-from marsgmiro@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 900DA43D48 for ; Wed, 15 Feb 2006 02:16:26 +0000 (GMT) (envelope-from marsgmiro@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so215596nzd for ; Tue, 14 Feb 2006 18:16:26 -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:mime-version:content-type:content-transfer-encoding:content-disposition; b=t+O8C0kIMzUF5TkD9QkH6kbn0hT6xbu5XdppHNYLy4gNlvOI9B4KeL2jNP8iTanmGIatIsgG3ArjO+uZeOxGQYPKv6mTjm2k81cbcfNWdjNxgUgMRZVu6KYXDFBJB1H4HfcUFFdzh56HDC6e/I3gojr7E1T3A4h1Efp3fgUZ00s= Received: by 10.36.139.20 with SMTP id m20mr5808333nzd; Tue, 14 Feb 2006 18:16:25 -0800 (PST) Received: by 10.36.72.7 with HTTP; Tue, 14 Feb 2006 18:16:25 -0800 (PST) Message-ID: <28edec3c0602141816t2aece1dai7d73a52adcc0db43@mail.gmail.com> Date: Wed, 15 Feb 2006 10:16:25 +0800 From: "Mars G. Miro" To: Doug Barton MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: freebsd-rc@freebsd.org Subject: Re: 6.1-prerelease, /etc/rc.d/localpkg, rc.subr and samba3 [FIXED] 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: Wed, 15 Feb 2006 02:16:29 -0000 On 2/15/06, Doug Barton wrote: > I have to confess, I only vaguely understand what you're talking about, s= o > sorry if I've got it wrong again. It sounds like the problem you're actua= lly > asking about is, "Since I upgraded to 6-stable, things aren't starting in= my > jails at boot time." If that's what you're actually trying to fix, the > solution should be to set the value of early_late_divider in rc.conf _in = the > jail_ to NETWORKING. > whoa! That did the trick ;-) Tho that is documented in rc.conf(5), it might be worth documenting it in jail(8) also. I never had to do that before but seems a requirement in 6.1X. Any case, this fixes things for me. > If that isn't the problem you're trying to solve, or if that doesn't work > for you, please try to restate the problem at a more fundamental level. T= he > localpkg script is no longer relevant. > Yes the localpkg script isn't relevant but my initial investigations pointed me to this script (take note using the localpkg script from 6.0 worked), tho I dont have anything to investigate further (as the above fix works) and have other things to do. > hth, > > Doug > Thanks man, you rock! ;-) > -- > > This .signature sanitized for your protection > > cheers mars