From owner-freebsd-current@FreeBSD.ORG Sun Aug 3 07:21:50 2003 Return-Path: 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 3C81037B401 for ; Sun, 3 Aug 2003 07:21:50 -0700 (PDT) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB7CC43F3F for ; Sun, 3 Aug 2003 07:21:48 -0700 (PDT) (envelope-from rehsack@liwing.de) Received: (qmail 64350 invoked from network); 3 Aug 2003 14:21:37 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 3 Aug 2003 14:21:37 -0000 Message-ID: <3F2D1A70.5050500@liwing.de> Date: Sun, 03 Aug 2003 16:21:36 +0200 From: Jens Rehsack Organization: LiWing IT-Services User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: Mike Makonnen References: <3F26AA16.5030007@liwing.de> <20030729172122.GA5005@kokeb.ambesa.net> <3F26BC7B.8070507@liwing.de> <20030801232918.GA37095@kokeb.ambesa.net> <3F2D1800.5020006@liwing.de> In-Reply-To: <3F2D1800.5020006@liwing.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Clement Laforet cc: Robert Watson cc: FreeBSD-Current List cc: "Scot W. Hetzel" Subject: Re: [PATCH] jail NG schript patch for mounting devfs and procfs automatically X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 03 Aug 2003 14:21:50 -0000 On 03.08.2003 16:11, Jens Rehsack wrote: > On 02.08.2003 01:29, Mike Makonnen wrote: > >> On Tue, Jul 29, 2003 at 08:27:07PM +0200, Jens Rehsack wrote: >> >>> On 29.07.2003 19:21, Mike Makonnen wrote: >>> >>> >On Tue, Jul 29, 2003 at 07:08:38PM +0200, Jens Rehsack wrote: >>> >Yeah, I'll take care of this. I had asked scott to mail me his final >>> >patch so I could commit it, but I never heard back from him. I'll >>> >dig out the revisions from my mail archives and combine the >>> >two. >>> >>> You can mail me the patch first, so that I can test it before you >>> commit it, if you want. >> >> >> Hi Jens, >> >> Can you apply the attached patches and let me know how it goes? >> >> Cheers. > > > Hi Mike, hi Scot, > > the patch works for me very well. Ahh - being able to read benefits clearly :-) Without having rc_debug="YES" turned on the boot process shows an error: "devfs_link: not found". It's called from within etc/rc.d/jails to link /var/log/log etc. Jens