From owner-freebsd-stable@FreeBSD.ORG Fri Jun 20 13:54:32 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE0BA1065686 for ; Fri, 20 Jun 2008 13:54:32 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 5FC838FC21 for ; Fri, 20 Jun 2008 13:54:32 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K9h4R-0005uB-Kn for freebsd-stable@freebsd.org; Fri, 20 Jun 2008 13:54:31 +0000 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Jun 2008 13:54:31 +0000 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Jun 2008 13:54:31 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: Ivan Voras Date: Fri, 20 Jun 2008 15:54:22 +0200 Lines: 57 Message-ID: References: <485BA3D2.3090108@bulinfo.net> <20080620132833.GB83165@rink.nu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigC0F73A2E5159955FD2AA9266" X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 2.0.0.14 (X11/20080505) In-Reply-To: <20080620132833.GB83165@rink.nu> X-Enigmail-Version: 0.95.0 Sender: news Subject: Re: Incorrect file size? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2008 13:54:32 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC0F73A2E5159955FD2AA9266 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Rink Springer wrote: > Hi, >=20 > On Fri, Jun 20, 2008 at 03:34:26PM +0300, Krassimir Slavchev wrote: >> # ls -l >> total 1239702 >> - -rw------- 1 vscan vscan 4398199488512 Jun 20 15:18 auto-whitelis= t >> - -rw------- 1 vscan vscan 22 Jun 20 15:18 bayes.lock >> - -rw------- 1 vscan vscan 102168 Jun 20 15:18 bayes_journal= >> - -rw------- 1 vscan vscan 1099639861248 Jun 20 15:18 bayes_seen >> - -rw------- 1 vscan vscan 21057536 Jun 20 15:18 bayes_toks >> >> but: >> # df -h >> Filesystem Size Used Avail Capacity Mounted on >> /dev/ar0s1a 19G 3.9G 14G 22% / >> ... >> >> # du >> 1239758 . >> >> # mount >> /dev/ar0s1a on / (ufs, local) >> ... >=20 > This is most likely due to the use of 'sparse files': sequential file > data that consists of only zeros doesn't need have actual storage > associated to it. This is quite normal in UNIX environments, and quite > harmless. Except that the file in question should be, judging by the filename, a simple text file. I don't really see how a whitelist could grow to such monstrous sizes :) Most likely it's a file system corruption - fsck should be the first thing to try. --------------enigC0F73A2E5159955FD2AA9266 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIW7aOldnAQVacBcgRAouWAKCLxfKAx9767zfE+lIgFn6rFZ4cawCeLstv Bkqut78WbRLWkrnMbUUq394= =lEs9 -----END PGP SIGNATURE----- --------------enigC0F73A2E5159955FD2AA9266--