From owner-freebsd-stable Fri Jul 21 22: 4:28 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail02.cluster1.charter.net (24-216-159-200.hsacorp.net [24.216.159.200]) by hub.freebsd.org (Postfix) with ESMTP id 85E4F37C1A1 for ; Fri, 21 Jul 2000 22:04:25 -0700 (PDT) (envelope-from duhring@charter.net) Received: from [24.217.4.31] (HELO dave.uhring.com) by mail02.cluster1.charter.net (CommuniGate Pro SMTP 3.2.4) with SMTP id 1680205 for stable@freebsd.org; Sat, 22 Jul 2000 01:09:39 -0400 From: David Uhring To: stable@freebsd.org Subject: Re: File System Full Date: Sat, 22 Jul 2000 00:01:46 -0500 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <00072123361600.03322@dave.uhring.com> In-Reply-To: <00072123361600.03322@dave.uhring.com> MIME-Version: 1.0 Message-Id: <00072200041900.00223@dave.uhring.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 21 Jul 2000, David Uhring wrote: > Tonight's cvsup, makebuildworld, make buildkernel, make installkernel went > perfectly. Rebooted to single user, fscked, and started make installworld. > > At this point in the install, I get error: > > rm -f /usr/lib/libtelnet.so.2.0 > install -c -o root -g wheel -m 444 libtelnet.a /usr/lib > install -c -o root -g wheel -m 444 libtelnet_p.a /usr/lib > pid 3129 (install), uid 0 on /usr: file system full > .. > ... > ... > ((the usual messages). > > df gives the following: > > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad0s3a 389128 55790 302208 16% / > /dev/ad0s3h 233470 112060 102733 52% /home > /dev/ad0s3f 1471125 949833 403602 70% /usr > /dev/ad0s3g 794783 566356 164845 77% /usr/local > /dev/ad0s3e 38881 4718 31053 13% /var > procfs 4 4 0 100% /proc > > Clearly, the file system isn't full. df -i shows I have plenty of inodes > left too. My last cvsup and buildworld was this past Tuesday, and there > were no problems. Does anyone have any hints? > > Dave Responding to my own post. I found it. /usr/obj/usr/src/lib/libtelnet/libtelnet_p.a had a humongous file size. The first fsck apparently didn't fix it, but the second one did and removed the offending file. Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message