From owner-freebsd-jail@FreeBSD.ORG Thu Oct 18 02:20:42 2007 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B9F916A417 for ; Thu, 18 Oct 2007 02:20:42 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.freebsd.org (Postfix) with ESMTP id 1FC1513C448 for ; Thu, 18 Oct 2007 02:20:42 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id A443B5C5B; Wed, 17 Oct 2007 22:06:03 -0400 (EDT) Date: Wed, 17 Oct 2007 22:06:03 -0400 From: Wesley Shields To: freebsd@vfemail.net Message-ID: <20071018020603.GQ1102@atarininja.org> References: <20071017071218.e8drpa06jokko4gc@mail.vfemail.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071017071218.e8drpa06jokko4gc@mail.vfemail.net> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-jail@freebsd.org Subject: Re: Jail not starting X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2007 02:20:42 -0000 On Wed, Oct 17, 2007 at 07:12:18AM -0500, freebsd@vfemail.net wrote: > Dear all > > I have set up a Jail environment exactly the way suggested by the man page. > Now, even though I have jails_enable="YES" in my host rc.conf, and the > parameters are defined, it does not start on boot time. Also, if I try to > start it using the rc script like /etc/rc.d/jail start , it says > configuring jail: and then Starting Jail: and simply sits there. > > to test it, I have run it manually, like > jail /Path/To/Jail /bin/sh /etc/rc > > and it ran properly -- like the services I want to offer from within the > jails started (those are not even configured in host, so it has to be the > jail), they are serving, but still there is no jail pid in /var/run, no > process called jail, and I'm at a loss. > > I am running FreeBSD 6.2 stable updated last week and rebuilt (both host > and jail). > > Any suggestion, further diagnosis or request for further info is highly > appreciated. Without knowing what services you have starting in your jail it's hard to tell what's causing the delay. Try hitting ^T to see exactly what's going on while you are waiting. -- WXS