From owner-freebsd-stable@FreeBSD.ORG Mon May 26 00:50:44 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 0743837B401 for ; Mon, 26 May 2003 00:50:44 -0700 (PDT) Received: from mizar.origin-it.net (mizar.origin-it.net [194.8.96.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id A058943F93 for ; Mon, 26 May 2003 00:50:42 -0700 (PDT) (envelope-from Helge.Oldach@atosorigin.com) Received: from matar.hbg.de.int.atosorigin.com (dehsfw3e.origin-it.net [194.8.96.68])h4Q7ocgp023633 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 26 May 2003 09:50:39 +0200 (CEST) (envelope-from Helge.Oldach@atosorigin.com) Received: from dehhx004.hbg.de.int.atosorigin.com (dehhx004.hbg.de.int.atosorigin.com [161.90.164.40]) ESMTP id h4Q7ocTc078159; Mon, 26 May 2003 09:50:38 +0200 (CEST) (envelope-from Helge.Oldach@atosorigin.com) Received: by dehhx004.hbg.de.int.atosorigin.com with Internet Mail Service (5.5.2653.19) id ; Mon, 26 May 2003 09:50:38 +0200 Message-ID: From: "Oldach, Helge" To: Mike Harding , The Hermit Hacker Date: Mon, 26 May 2003 09:50:38 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" cc: stable@freebsd.org Subject: RE: system slowdown - vnode related X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 26 May 2003 07:50:44 -0000 From: Mike Harding [mailto:mvh@ix.netcom.com] > I'm running a very recent RELENG-4 - but I had a suspicion > that this was > unionfs related, so I unmounted the /usr/ports union mounts > under a jail > in case this was causing the problem, and haven't seen the problem > since. Probably you don't want to use unionfs but nullfs, mount /usr/ports readonly to the jail, and use a jail-writeable directory for port building. I personally use WRKDIRPREFIX=/usr/obj WRKDIR=${WRKDIRPREFIX}${.CURDIR} in /etc/make.conf. This setup has been working for years for me without problems. Helge