From owner-freebsd-questions@FreeBSD.ORG Thu Mar 9 17:04:36 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 F145716A420 for ; Thu, 9 Mar 2006 17:04:36 +0000 (GMT) (envelope-from alexsm@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 556CB43D46 for ; Thu, 9 Mar 2006 17:04:28 +0000 (GMT) (envelope-from alexsm@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so349705wxc for ; Thu, 09 Mar 2006 09:04:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=KYfVsTiUQF5oiCvncaTqNMox8+FN5TlSeNRU6jfngkJIi05hFcHPnWjSY2yz7PJvnZySejjGROhWtuV1K78/8Ohuk3u+YIqtMOW4M6Kte+AZFYmWhMkMVGn72IQyk/djI1h5NMdb/IUfVrpFfNpc6Y5C/vz4v2lYm2qCR9Tmc5o= Received: by 10.70.116.8 with SMTP id o8mr2493842wxc; Thu, 09 Mar 2006 09:04:28 -0800 (PST) Received: from ?200.143.193.210? ( [200.143.193.210]) by mx.gmail.com with ESMTP id i36sm238585wxd.2006.03.09.09.04.26; Thu, 09 Mar 2006 09:04:28 -0800 (PST) Message-ID: <44106014.9030704@gmail.com> Date: Thu, 09 Mar 2006 14:04:20 -0300 From: Alex Moura User-Agent: Thunderbird 1.5 (X11/20060307) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: 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: Thu, 09 Mar 2006 17:04:37 -0000 Hello, 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? Thank you and best regards, Alex