From owner-freebsd-questions@FreeBSD.ORG Sat Mar 11 01:25:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5026B16A4DC for ; Sat, 11 Mar 2006 01:25:47 +0000 (GMT) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1796049A87 for ; Fri, 10 Mar 2006 20:14:21 +0000 (GMT) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by bravo.pjkh.com (Postfix) with ESMTP id B71F813C7DB; Fri, 10 Mar 2006 14:15:42 -0600 (CST) Received: by bravo.pjkh.com (Postfix, from userid 1000) id 280E813C7C0; Fri, 10 Mar 2006 14:15:42 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by bravo.pjkh.com (Postfix) with ESMTP id 251B813C404; Fri, 10 Mar 2006 14:15:42 -0600 (CST) Date: Fri, 10 Mar 2006 14:15:42 -0600 (CST) From: Philip Hallstrom To: Alex Moura In-Reply-To: <44106014.9030704@gmail.com> Message-ID: <20060310141512.K34660@bravo.pjkh.com> References: <44106014.9030704@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-questions@freebsd.org Subject: Re: Jails third party services initialization 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, 11 Mar 2006 01:25:50 -0000 > > I'm not sure if this is the right forum for this subject, but here it goes. > > I've been using ezjail tool to deploy some jails on a server but I've > noticed that the /usr/local/etc/rc.d/* scripts aren't executed at each > jail startup, despite all jails are started normally. On the other hand, > the /etc/rc.d/* scripts are executed normally and base system > services - like sshd - are started without problems. > > Do someone has some tip about where should I look to verify and > correct this? Add this to your /etc/rc.conf for the jail. early_late_divider="NETWORKING" -philip