Date: Sat, 22 Jul 2000 00:01:46 -0500 From: David Uhring <duhring@charter.net> To: stable@freebsd.org Subject: Re: File System Full Message-ID: <00072200041900.00223@dave.uhring.com> In-Reply-To: <00072123361600.03322@dave.uhring.com> References: <00072123361600.03322@dave.uhring.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00072200041900.00223>