Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Nov 1998 11:43:09 -0500 (EST)
From:      Alfred Perlstein <bright@hotjobs.com>
To:        Marius Bendiksen <Marius.Bendiksen@scancall.no>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: df hangs on 2.2.6-BETA
Message-ID:  <Pine.BSF.4.05.9811031139230.10124-100000@porkfriedrice.ny.genx.net>
In-Reply-To: <3.0.5.32.19981103163141.009c1860@mail.scancall.no>

next in thread | previous in thread | raw e-mail | index | archive | help

Well afaik fd hangs when a NFS server the machine is a client of goes
down, this can be fixed by specifing option "intr" on the mount, the
allows processes to be killed if NFS hangs.

It's in the spec that processes should hang forever unless this option
is specified.

Here's what i use for NFS mounts:

rw,tcp,bg,nfsv3,-r32768,-w32768,intr

readwrite
tcp connect
mount in background
readbuf 32k
writebuf 32k
intruppable mounts.


Alfred Perlstein - Programmer, HotJobs Inc. - www.hotjobs.com
-- There are operating systems, and then there's FreeBSD.
-- http://www.freebsd.org/                        3.0-current

On Tue, 3 Nov 1998, Marius Bendiksen wrote:

> 
> Is there any way of doing a true unconditional forcible kill?
> 
> If not, what would be needed to implement it?
> 
> (follow-ups to -hackers)
> ---
> Marius Bendiksen, IT-Trainee, ScanCall AS <marius@scancall.no>
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-hackers" in the body of the message
> 


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?Pine.BSF.4.05.9811031139230.10124-100000>