Date: Fri, 24 May 2002 19:50:28 -0700 (PDT) From: Matthew Dillon <dillon@apollo.backplane.com> To: Eugene Grosbein <eugen@grosbein.pp.ru> Cc: stable@FreeBSD.ORG Subject: Re: NFS problem with 4.6-PRERELEASE: SIGBUG in Apache Message-ID: <200205250250.g4P2oSdA060174@apollo.backplane.com> References: <3CEE5094.EFF31B42@grosbein.pp.ru> <200205242137.g4OLbFmi058923@apollo.backplane.com> <20020525102224.A43047@svzserv.kemerovo.su>
next in thread | previous in thread | raw e-mail | index | archive | help
:Well, that had not occured till 4.6-PRERELEASE. :How can that be avoided? : :> The file in question appears to be /mnt/main/netstat/index.html. : :Exactly. : :> So the question is: Are you modifying, copying, overwriting, or :> deleting this file on a different nfs client or on the server? : :NFS server updates this file often. : :Eugene Grosbein You can try two things. First, try this: update the file as index.html.new mv index.html.new index.html If that doesn't work then you may have to do it non-atomically and keep the last file around so any open file descriptors and mmap()ings on the client remain valid. update the file as index.html.new mv index.html index.html.old mv index.html.new index.html -Matt Matthew Dillon <dillon@backplane.com> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205250250.g4P2oSdA060174>