From owner-freebsd-stable@FreeBSD.ORG Mon Apr 16 19:10:18 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06F7C106566B for ; Mon, 16 Apr 2012 19:10:18 +0000 (UTC) (envelope-from mike.jakubik@intertainservices.com) Received: from mail.intertainservices.com (mail.intertainservices.com [69.77.177.114]) by mx1.freebsd.org (Postfix) with ESMTP id CBEC98FC0A for ; Mon, 16 Apr 2012 19:10:17 +0000 (UTC) Received: from [172.16.10.157] (unknown [172.16.10.157]) by mail.intertainservices.com (Postfix) with ESMTPSA id F1DD45644B for ; Mon, 16 Apr 2012 15:10:12 -0400 (EDT) Message-ID: <1334603412.1829.13.camel@localhost> From: Mike Jakubik To: freebsd-stable@freebsd.org Date: Mon, 16 Apr 2012 15:10:12 -0400 In-Reply-To: <1334602178.1829.9.camel@localhost> References: <1334602178.1829.9.camel@localhost> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3 (3.2.3-2.fc16) Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-intertainservices-MailScanner-Information: Please contact the ISP for more information X-intertainservices-MailScanner-ID: F1DD45644B.AEE48 X-intertainservices-MailScanner: Found to be clean X-intertainservices-MailScanner-From: mike.jakubik@intertainservices.com X-Spam-Status: No Subject: Re: Troubleshooting jail startup problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Apr 2012 19:10:18 -0000 On Mon, 2012-04-16 at 14:49 -0400, Mike Jakubik wrote: > Hello, > > I recently setup a new server with 9-STABLE (freshly built today), but i > am having problem setting up jails on this system. I have previously > setup jails on version 8 systems without any issue. > > I installed a jail using the method described in the handbook, but when > i try to start it using /etc/rc.d/jail start, it fails. > > --- > # /etc/rc.d/jail start > Configuring jails:. > Starting jails: cannot start jail "web": > . > --- > > How can i troubleshoot this? There are no useful errors logged anywhere. > If i manually start the jail using the below command, it works just > fine. I ran "sh -x /etc/rc.d/jail start" to get some more debug info, but im still unable to see why it is failing. It does throw one error "jail: unknown parameter: allow.nomount", but that appears to be after it already failed. Here is the complete output: http://pastebin.com/S6Xd8aST Thanks.