From owner-freebsd-rc@FreeBSD.ORG Tue Jan 17 09:20:53 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 3D98216A41F for ; Tue, 17 Jan 2006 09:20:53 +0000 (GMT) (envelope-from mischa.peters@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97B0B43D46 for ; Tue, 17 Jan 2006 09:20:52 +0000 (GMT) (envelope-from mischa.peters@gmail.com) Received: by uproxy.gmail.com with SMTP id o2so181075uge for ; Tue, 17 Jan 2006 01:20:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=plPB8J4HhHv90+1P0G/AvdQyjtIsDJPAK+cTtf1n1g6aU8/rtUT6OTyVrgyKq1v/20E1MY5WF4/D0h6cTWRL4IvDC+m/YrGSv3woGiIaw0DVVyY90A2wszLuHqKZ4waMt2jMEPl5DXG1wrtDLzaILc+ExQnoU9m+QOFyQD/jWZY= Received: by 10.49.7.17 with SMTP id k17mr321459nfi; Tue, 17 Jan 2006 01:20:51 -0800 (PST) Received: by 10.49.43.6 with HTTP; Tue, 17 Jan 2006 01:20:51 -0800 (PST) Message-ID: <25e9cd010601170120u7b9b204cvb47d1f4e95ff2be6@mail.gmail.com> Date: Tue, 17 Jan 2006 10:20:51 +0100 From: Mischa Peters To: freebsd-rc@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Jails and rc.subr 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, 17 Jan 2006 09:20:53 -0000 Hi All, I have a couple of jails running on FreeBSD 6 at the moment. And whenever I restart a jail, non of the rc scripts that depend on rc.subr are started. Only scripts, that don't use rc.subr, are started. Is there something that needs configured or changed to make that work? Is there a way to figure out why that is? Have other people seen this as well? Thanx!!