From owner-freebsd-stable@FreeBSD.ORG Tue Nov 11 12:20:54 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 260C016A4CE for ; Tue, 11 Nov 2003 12:20:54 -0800 (PST) Received: from lurza.secnetix.de (lurza.secnetix.de [195.143.231.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF95043FD7 for ; Tue, 11 Nov 2003 12:20:51 -0800 (PST) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (slghcx@localhost [127.0.0.1]) by lurza.secnetix.de (8.12.9p2/8.12.9) with ESMTP id hABKKmb0098823 for ; Tue, 11 Nov 2003 21:20:48 +0100 (CET) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.12.9p2/8.12.9/Submit) id hABKKmEg098822; Tue, 11 Nov 2003 21:20:48 +0100 (CET) (envelope-from olli) Date: Tue, 11 Nov 2003 21:20:48 +0100 (CET) Message-Id: <200311112020.hABKKmEg098822@lurza.secnetix.de> From: Oliver Fromme To: freebsd-stable@FreeBSD.ORG In-Reply-To: X-Newsgroups: list.freebsd-stable User-Agent: tin/1.5.4-20000523 ("1959") (UNIX) (FreeBSD/4.9-RELEASE (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: kernel panic on jailed sshd - 4.9-release X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-stable@FreeBSD.ORG List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2003 20:20:54 -0000 Kovács János wrote: > Just installed 4.9-RELEASE with jailed sshd over a null-mounted (bin, > dev,etc,usr) > dirs crashing. It's well-known that NULLFS (as well as UNIONFS) are unstable in FreeBSD 4.x and can cause crashes. I'd recommend that you use loopback NFS instead. That's what I do for my jails (and -o union instead of UNIONFS), and it's rock-stable. Regards Oliver PS: Also see the "bugs" section in the mount_null(8) manpage. -- Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "Being really good at C++ is like being really good at using rocks to sharpen sticks." -- Thant Tessman