Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 1998 11:53:02 -0700
From:      Mike Smith <mike@smith.net.au>
To:        Berend de Boer <berend@pobox.com>
Cc:        "'Mike Smith'" <mike@smith.net.au>, "'FreeBSD stable'" <freebsd-stable@FreeBSD.ORG>
Subject:   Re: FreeBSD dies sort of after some time 
Message-ID:  <199804171853.LAA00315@dingo.cdrom.com>
In-Reply-To: Your message of "Fri, 17 Apr 1998 19:47:00 %2B0200." <01BD6A39.974789D0.berend@pobox.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> On Friday, April 17, 1998 4:22 PM, Mike Smith [SMTP:mike@smith.net.au] wrote:
> 
> > Sounds like you have NFS-mounted filesystems where the server has gone 
> > away.
>
> It certainly did. Is this such a problem that the entire machine has
> to go dead? Even when killing all nfs daemons it doesn't return.

This is because the system is in an uninterruptible NFS wait, as 
requested by your mount options.  To understand why this is the 
default, think of a large network of workstations dependent on a 
server.  Imagine you want to take the server down to work on it for a 
few hours, but can't do anything about the workstations.

With the hard wait, processes on the workstations that depend on the 
server will just freeze until it comes back, even though that may be 
hours (or days!).  

This is the environment that NFS was designed in, and for, which is why 
that behaviour is the default.

> > Try mounting your NFS filesystems "soft,bg,intr".  This won't help if 
> > they've gone away, but it will mean you can hit ^C to get out of df.
> > (You may have to hit it several times...)
> 
> A certain section in "Managing NFS and NIS" makes a lot of sense now )-:
> 
> Thanks a lot.

No problem.
-- 
\\  Sometimes you're ahead,       \\  Mike Smith
\\  sometimes you're behind.      \\  mike@smith.net.au
\\  The race is long, and in the  \\  msmith@freebsd.org
\\  end it's only with yourself.  \\  msmith@cdrom.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?199804171853.LAA00315>