Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2003 09:50:38 +0200
From:      "Oldach, Helge" <Helge.Oldach@atosorigin.com>
To:        Mike Harding <mvh@ix.netcom.com>, The Hermit Hacker <scrappy@hub.org>
Cc:        stable@freebsd.org
Subject:   RE: system slowdown - vnode related
Message-ID:  <D2CFC58E0F8CB443B54BE72201E8916E6D95DD@dehhx005.hbg.de.int.atosorigin.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D2CFC58E0F8CB443B54BE72201E8916E6D95DD>