From owner-freebsd-questions Wed Dec 20 16:35:22 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA26290 for questions-outgoing; Wed, 20 Dec 1995 16:35:22 -0800 (PST) Received: from xipe-totec.ccsf.caltech.edu (root@xipe-totec.ccsf.caltech.edu [131.215.145.166]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA26285 for ; Wed, 20 Dec 1995 16:35:19 -0800 (PST) Received: from sampson.ccsf.caltech.edu (jwf@sampson.ccsf.caltech.edu [131.215.145.136]) by xipe-totec.ccsf.caltech.edu (8.6.12/8.6.4) with ESMTP id QAA08869 for ; Wed, 20 Dec 1995 16:35:14 -0800 From: Jon Flower Received: by sampson.ccsf.caltech.edu (8.6.12) id QAA14099; Wed, 20 Dec 1995 16:35:13 -0800 Date: Wed, 20 Dec 1995 16:35:13 -0800 Message-Id: <199512210035.QAA14099@sampson.ccsf.caltech.edu> To: questions@FreeBSD.org Subject: Bug fix list? Sender: owner-questions@FreeBSD.org Precedence: bulk Hi there. I just got the 2.1 CDROM from Walnut Creek, and I was trying to find out if the problem I've been having with NFS clients killing my machine has been fixed. However, I looked at the RELNOTE.TXT file and also several others, and also poked around at ftp.freebsd.com but couldn't find the list of known corrected problems. Does such a thing exist? The README.TXT file actually refers you to the RELNOTES.TXT file for this info, but it's not there!!! Sorry if this is me being dumb....... Jon Flower p.s. My problem: I'm running 2.0.5, and if I CTRL-C out of an NFS intensive task (such as the link step of a large application), the machine hangs up with the disk rattling away like crazy. When I reset to bring the machine back I almost always lose parts of files that I've been working on -- probably because the cache didn't flush. The filesystem I'm working on is mounted as follows: twin:/home/twin2 /usr/home/twin2 nfs rw,soft,intr 0 0 Any clues as to whether this is fixed or not???? Thanks.