From owner-freebsd-stable Wed Mar 21 23:55:49 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 4EBE737B71D for ; Wed, 21 Mar 2001 23:55:46 -0800 (PST) (envelope-from cjc@rfx-216-196-73-168.users.reflexcom.com) Received: from rfx-216-196-73-168.users.reflexcom.com ([216.196.73.168]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Wed, 21 Mar 2001 23:53:41 -0800 Received: (from cjc@localhost) by rfx-216-196-73-168.users.reflexcom.com (8.11.3/8.11.1) id f2M7teD58413; Wed, 21 Mar 2001 23:55:40 -0800 (PST) (envelope-from cjc) Date: Wed, 21 Mar 2001 23:55:38 -0800 From: "Crist J. Clark" To: "Jason C. Wells" Cc: FreeBSD-stable Subject: Re: make world fills / Message-ID: <20010321235538.D574@cjc-desktop.users.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jcwells@highperformance.net on Wed, Mar 21, 2001 at 10:29:04PM -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Mar 21, 2001 at 10:29:04PM -0800, Jason C. Wells wrote: > A long, long time ago I gave myself a 40MB / partition. I have never had > a problem making world until now. The really bad part is that I got this > error while /bin/sh was being installed. > > So I am wondering if I missed something along the way. Is there some new > bits I have to twiddle to prevent this? Has / simply grown? > > Gory details below. > > Thanks, > Jason C. Wells > > ===> bin/sh > install -c -s -o root -g wheel -m 555 sh /bin > /usr/obj/usr/src/i386/usr/libexec/elf/strip: /bin/stP12203: No space left > on dev > ice > /usr/obj/usr/src/i386/usr/libexec/elf/strip: /bin/stP12203: No space left > on dev > ice > *** Error code 70 > > Stop in /usr/src/bin/sh. > *** Error code 1 > > > And ... > > jcw@server ~ $ df > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/da0a 39647 31132 5344 85% / > /dev/da0e 19815 3806 14424 21% /var > /dev/da0f 992239 409273 503587 45% /home > /dev/da0g 3159900 1770414 1136694 61% /usr > procfs 4 4 0 100% /proc Do you have softupdates enabled on /? When a file is unlinked, it is not actually removed from the disk right away. This can be a problem when you don't have a lot of headroom on the filesystem. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message