From owner-freebsd-questions Fri Jun 27 12:06:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA08409 for questions-outgoing; Fri, 27 Jun 1997 12:06:51 -0700 (PDT) Received: from super-g.inch.com (super-g.inch.com [207.240.140.161]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA08395 for ; Fri, 27 Jun 1997 12:06:43 -0700 (PDT) Received: from localhost (spork@localhost) by super-g.inch.com (8.8.5/8.8.5) with SMTP id PAA06049 for ; Fri, 27 Jun 1997 15:14:32 GMT Date: Fri, 27 Jun 1997 15:14:32 +0000 (GMT) From: spork X-Sender: spork@super-g.inch.com To: questions@freebsd.org Subject: Quick One? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On 2.2-stable, I found this in the logs and I also receive these messages every time I try (unsuccessfully) to start syslogd. I have not seen the inode message again: sd0(bt0:0:0): NOT READY asc:4,1 sd0(bt0:0:0): Logical unit is in process of becoming ready field replaceable unit: 2 , retries:1 sd0(bt0:0:0): NOT READY asc:4,1 sd0(bt0:0:0): Logical unit is in process of becoming ready field replaceable unit: 2 , FAILURE pid 85 (syslogd), uid 0 on /: out of inodes pid 85 (syslogd), uid 0: exited on signal 11 sd0(bt0:0:0): NOT READY asc:4,1 sd0(bt0:0:0): Logical unit is in process of becoming ready field replaceable unit: 2 , retries:4 sd0(bt0:0:0): NOT READY asc:4,1 Note that syslog was complaining about not enough inodes... df -i shows this: Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on /dev/sd0a 63567 14578 43904 25% 857 14501 6% / /dev/sd0s1f 396895 125371 239773 34% 3003 96835 3% /home /dev/sd0s1d 325353 3 299322 0% 4 84474 0% /tmp /dev/sd0s1e 645087 402806 190675 68% 36011 125267 22% /usr /dev/sd0s1h 254319 178162 55812 76% 7662 53776 12% /usr/local /dev/sd0s1g 297423 9891 263739 4% 314 76484 0% /var So what does all this mean? I've got a lovely new Seagate here that hasn't been abused, and I've got lots of inodes... Are the two messages related? I can't tell from the kernel messages what partition this is happening on; I'm assuming swap. This has no effect on the system other than the fact that I can't start syslog. I'm swapping along in X with Netscape and about 20 terms open...