Date: Thu, 2 Aug 2001 11:48:35 +0100 From: David Malone <dwmalone@maths.tcd.ie> To: Julian Stacey <jhs@jhs.muc.de> Cc: hackers@freebsd.org Subject: Re: vnconfig + mount removes permission for a second Message-ID: <20010802114835.A92803@walton.maths.tcd.ie> In-Reply-To: <200108011135.f71BZWP01453@jhs.muc.de>; from jhs@jhs.muc.de on Wed, Aug 01, 2001 at 11:35:32AM %2B0000 References: <200108011135.f71BZWP01453@jhs.muc.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 01, 2001 at 11:35:32AM +0000, Julian Stacey wrote: > So something is momentarily making the image unreadable. > Should FreeBSD [mount/kernel ?] be changed to avoid denying access ? When you do a mount it automatically HUP's mountd which then re-exports NFS filesystems. I suspect what is happening is that the the filesystem mountlist is being cleared for a moment and that is upsetting the cp. You could try moving /var/run/mountd.pid out of the way and running the mount command. That should stop mount HUPing mountd, which would let you test this theory. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010802114835.A92803>