From owner-freebsd-hackers Tue Nov 5 09:20:46 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA11380 for hackers-outgoing; Tue, 5 Nov 1996 09:20:46 -0800 (PST) Received: from dg-rtp.dg.com (dg-rtp.rtp.dg.com [128.222.1.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id JAA11375 for ; Tue, 5 Nov 1996 09:20:40 -0800 (PST) Received: by dg-rtp.dg.com (5.4R3.10/dg-rtp-v02) id AA14591; Tue, 5 Nov 1996 12:20:03 -0500 Received: from ponds by dg-rtp.dg.com.rtp.dg.com; Tue, 5 Nov 1996 12:20 EST Received: from lakes.water.net (lakes [10.0.0.3]) by ponds.water.net (8.7.5/8.7.3) with ESMTP id HAA17771; Tue, 5 Nov 1996 07:37:06 -0500 (EST) Received: (from rivers@localhost) by lakes.water.net (8.7.5/8.6.9) id HAA01113; Tue, 5 Nov 1996 07:38:00 -0500 (EST) Date: Tue, 5 Nov 1996 07:38:00 -0500 (EST) From: Thomas David Rivers Message-Id: <199611051238.HAA01113@lakes.water.net> To: michaelh@cet.co.jp, ponds!ponds!rivers Subject: Re: More info on the daily panics... Cc: ponds!FreeBSD.ORG!Hackers Content-Type: text Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I think you're on the right track. > > Continue looking at the initialization code of the inode allocation > code and also start looking at deallocation. > /sys/ufs/ufs/ufs_inode.c:ufs_reclaim() and /sys/kern/vfs_subr.c:vclean(). > > It could also be a nasty race condition. Terry was thinking, I believe, that it's a problem in vfs_subr.c. His latest post was a discussion of that possibility. > > Also, please provide some stats on your system including the size of RAM, > Size of Disk, %Free Disk Space, %Free Inodes, the number of fictitious > cylinders, etc. I've provided that (in much detail) in a previous message.... including the output of disklable, newfs -n, etc... basically this is an 8-meg machine with a 1.2gig IDE (although I've also seen the problem on a SCSI machine, and J"org recently reported it on MFS.) > > Regards, > > > Mike Hancock - Thanks for the pointers! - - Dave Rivers -