From owner-freebsd-current Sun Dec 8 17:15:20 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71C7737B401 for ; Sun, 8 Dec 2002 17:15:19 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F55A43EA9 for ; Sun, 8 Dec 2002 17:15:19 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.5/8.12.5) with ESMTP id gB91FIOM009806; Sun, 8 Dec 2002 17:15:18 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.5/8.12.5/Submit) id gB91FI0s009805; Sun, 8 Dec 2002 17:15:18 -0800 (PST) (envelope-from dillon) Date: Sun, 8 Dec 2002 17:15:18 -0800 (PST) From: Matthew Dillon Message-Id: <200212090115.gB91FI0s009805@apollo.backplane.com> To: Pete Carah Cc: current@FreeBSD.ORG Subject: Re: mystery "disk full" occurrence References: <200212082158.gB8Lw2EJ047273@ns.altadena.net> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Those are .tmp files? It could be your /tmp or /var/tmp that ran out of space, not /usr/obj. -Matt Matthew Dillon :During a make world, from a cvsup of about an :hour ago, this happened: : :/usr/obj is symlinked to /d/obj-c: : :cc -fpic -DPIC -O -pipe -march=pentium3 -D_IEEE_LIBM -D_ARCH_INDIRECT=i387_ -c /usr/src/lib/msun/src/s_sinf.c -o s_sinf.So :cc -fpic -DPIC -O -pipe -march=pentium3 -D_IEEE_LIBM -D_ARCH_INDIRECT=i387_ -c /usr/src/lib/msun/src/s_tan.c -o s_tan.So :cc -fpic -DPIC -O -pipe -march=pentium3 -D_IEEE_LIBM -D_ARCH_INDIRECT=i387_ -c /usr/src/lib/msun/src/s_tanf.c -o s_tanf.So :s_tanf.So.tmp: final close failed: No space left on device :*** Error code 1 : :Stop in /usr/src/lib/msun. :*** Error code 1 : :Stop in /usr/src. :*** Error code 1 : :Stop in /usr/src. :*** Error code 1 : :Stop in /usr/src. :*** Error code 1 : :Stop in /usr/src. : :df right after this showed 8gb and 5e6 inodes free; somehow I suspect that :this is a locking problem and not an honest full disk, or the system :refusing to extend to another cyl group, or something such. :I can't believe that the sum of .s and .o for tanf is 8gb :-) : :-- Pete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message