From owner-freebsd-current@FreeBSD.ORG Wed Mar 29 16:07:14 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5CED16A422; Wed, 29 Mar 2006 16:07:14 +0000 (UTC) (envelope-from rabe@p-i-n.com) Received: from aposerv.p-i-n.com (aposerv.p-i-n.com [145.253.185.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B76543D45; Wed, 29 Mar 2006 16:07:13 +0000 (GMT) (envelope-from rabe@p-i-n.com) Received: from p-i-n.com (inside.p-i-n.com [129.10.9.21]) by aposerv.p-i-n.com (8.12.11/8.12.11) with ESMTP id k2TG7AQv050358; Wed, 29 Mar 2006 18:07:10 +0200 (CEST) (envelope-from rabe@p-i-n.com) Received: (from rabe@localhost) by p-i-n.com (8.11.6/8.11.6) id k2TG75G96154; Wed, 29 Mar 2006 18:07:05 +0200 (CEST) (envelope-from rabe) Date: Wed, 29 Mar 2006 18:07:05 +0200 From: "Raphael H. Becker" To: John Baldwin Message-ID: <20060329180704.I60206@p-i-n.com> References: <20060327093503.G60206@p-i-n.com> <20060327094957.H60206@p-i-n.com> <200603271331.40658.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200603271331.40658.jhb@freebsd.org>; from jhb@freebsd.org on Mon, Mar 27, 2006 at 01:31:38PM -0500 Organization: PHOENIX Pharmahandel AG & Co KG, Mannheim, Deutschland Cc: freebsd-current@freebsd.org Subject: Re: devfs ruleset 4 (jails) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2006 16:07:15 -0000 Hi John, On Mon, Mar 27, 2006 at 01:31:38PM -0500, John Baldwin wrote: > On Monday 27 March 2006 02:49, Raphael H. Becker wrote: > > On Mon, Mar 27, 2006 at 09:35:03AM +0200, Raphael H. Becker wrote: > > > Hello *, > > > I hope this is not a FAQ: what is wrong about > > > # devfs -m /data/jails/pinserv3j01.p-i-n.com/dev/ ruleset 4 > > > > found this one for 6.0-RELEASE-p4: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=93423 > > > > But still no solution as as far I can see. > > Have you tried on a current box perhaps? I cvsup'ed to "." today, recompiled and installed -CURRENT just 15 minutes ago. After starting the jail with "jailctl start pinserv3j01.p-i-n.com", everything is running but /dev still has those critical nodes: root@pinserv3# pwd /data/jails/pinserv3j01.p-i-n.com/dev root@pinserv3# ls -1 amr* cua* amr0 amrd0 amrd0s1 amrd0s1a amrd0s1b amrd0s1c amrd0s1d amrd0s1e amrd0s1f cuad0 cuad0.init cuad0.lock cuad1 cuad1.init cuad1.lock I, again, use jailctl-0.71, which uses devfs to apply the ruleset 4 to /data/jails/pinserv3j01.p-i-n.com/dev Same setup as in my original mail using 6.1-PRERELEASE. Any idea? What additional information / debug output do you need? Regards Raphael Becker PS: the box crashed just while writing this (while using devfs ) so I'll need to powercycle it before leaving my office.