Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Dec 2002 17:15:18 -0800 (PST)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        Pete Carah <pete@ns.altadena.net>
Cc:        current@FreeBSD.ORG
Subject:   Re: mystery "disk full" occurrence
Message-ID:  <200212090115.gB91FI0s009805@apollo.backplane.com>
References:   <200212082158.gB8Lw2EJ047273@ns.altadena.net>

next in thread | previous in thread | raw e-mail | index | archive | help
    Those are .tmp files?  It could be your /tmp or /var/tmp 
    that ran out of space, not /usr/obj.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>


: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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212090115.gB91FI0s009805>