From owner-freebsd-stable@FreeBSD.ORG Fri Jul 29 08:25:55 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 8B17B16A41F for ; Fri, 29 Jul 2005 08:25:55 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42A8243D45 for ; Fri, 29 Jul 2005 08:25:55 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id E3F5646B03; Fri, 29 Jul 2005 04:25:54 -0400 (EDT) Date: Fri, 29 Jul 2005 09:27:30 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: "Marc G. Fournier" In-Reply-To: <20050729001252.N1194@ganymede.hub.org> Message-ID: <20050729092647.Q74149@fledge.watson.org> References: <20050728231728.E968@ganymede.hub.org> <20050729001252.N1194@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@freebsd.org Subject: Re: Consistent file system hang with RELENG_6 of today ... 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: Fri, 29 Jul 2005 08:25:55 -0000 On Fri, 29 Jul 2005, Marc G. Fournier wrote: > Now, as most of the "old timers" here know, my jail environment makes > use of unionfs to "mount" a template layer, to share common binaries > amongst the VMs ... > > I have tried two different ways of doing this, both result in the exact > same 'file system hang' ... and I have a core of each 'method' ... > > The first was to use mount_devfs to, of course, mount the /dev directory > within the jail itself ... > > The second, I used the same /dev that existed within the jail, based on > bulding a jail using a 4.x system ... > > In both cases, the hang appears to be at the same spot, where 'sendmail' > (in this case, the postfix port) starts up ... It would also be interesting to know: if you take unionfs out of the picture (i.e., you use a regular file system for testing purposes), does the problem go away? Robert N M Watson