From owner-freebsd-questions@FreeBSD.ORG Wed Feb 7 19:48:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C78016A401 for ; Wed, 7 Feb 2007 19:48:10 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (imap.infracaninophile.co.uk [81.187.76.162]) by mx1.freebsd.org (Postfix) with ESMTP id 853B313C478 for ; Wed, 7 Feb 2007 19:48:08 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from [IPv6:::1] (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.13.8/8.13.8) with ESMTP id l17JlkXe003559; Wed, 7 Feb 2007 19:47:46 GMT (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <45CA2CDC.8040600@infracaninophile.co.uk> Date: Wed, 07 Feb 2007 19:47:40 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5.0.9 (X11/20070120) MIME-Version: 1.0 To: Robert Huff References: <17866.5828.294210.323290@jerusalem.litteratus.org> In-Reply-To: <17866.5828.294210.323290@jerusalem.litteratus.org> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig1494C842B880A2B8ECC7F8B0" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (smtp.infracaninophile.co.uk [IPv6:::1]); Wed, 07 Feb 2007 19:48:02 +0000 (GMT) X-Virus-Scanned: ClamAV 0.88.7/2533/Wed Feb 7 14:20:47 2007 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, DKIM_POLICY_TESTING, NO_RELAYS autolearn=ham version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: Filesystem full messages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2007 19:48:11 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig1494C842B880A2B8ECC7F8B0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Robert Huff wrote: > Paul Khavkine writes: >=20 >> We have a server that keeps reporting /usr filesystem full: >> =20 >> Feb 7 11:20:41 srv15 kernel: pid 47903 (popper), uid 32999 inumber 1= 011621 >> on /usr: filesystem full >> =20 >> But it /usr is not full at all: >> =20 >> df -h >> /dev/da0s1g 23G 8.7G 13G 41% /usr >=20 >> Is there anything that can be taking disk space that "df" or "du" >> would not be able to report ? >> How can i find out this is hapenning ? >=20 > Try something like: >=20 > /usr/local/sbin/lsof | grep VREG | awk '{print $1, $3, $7, $9}' | sort = -nr -k 3 >=20 > (this assumes you have sysutils/lsof installed) and see if > anything is bigger than it ought to be. > Also: what's the result of: df -i /usr Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enig1494C842B880A2B8ECC7F8B0 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.2 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFyizi8Mjk52CukIwRCE/vAJ9BAenekDQTpyjVx6n6VMr11CxpXwCcChfI asHXSGXeY89JWcqHo36zE2M= =Yu3b -----END PGP SIGNATURE----- --------------enig1494C842B880A2B8ECC7F8B0--