From owner-freebsd-questions Tue Aug 13 6:49:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2F9C37B400; Tue, 13 Aug 2002 06:49:07 -0700 (PDT) Received: from smtpzilla2.xs4all.nl (smtpzilla2.xs4all.nl [194.109.127.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FC0343E42; Tue, 13 Aug 2002 06:49:06 -0700 (PDT) (envelope-from danny-bgtrk@dannysplace.net) Received: from s340-isdn1458.dial.xs4all.nl (s340-isdn1458.dial.xs4all.nl [194.109.185.178]) by smtpzilla2.xs4all.nl (8.12.0/8.12.0) with ESMTP id g7DDn3x9088538; Tue, 13 Aug 2002 15:49:04 +0200 (CEST) Subject: Bug in Zoo? Or is it in ls or ffs? From: Danny Carroll To: questions@freebsd.org Cc: stable@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.4.99 Date: 13 Aug 2002 15:43:00 +0200 Message-Id: <1029246182.1919.47.camel@moby.dannysplace.com> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I was testing amavis and mcafee virus scan with the eicar test file (e.exe). Basically I was sending different archives to my email machine. I created a zoo file and look at the results. As you can see the size is not taken up in disk space so I suspect the bug is in ls. DU, DF and the left hand column of LS looks OK. This is on 4.6-STABLE as of about 1 week ago. -D [03:33pm danny@guard:~/eicar]$ls -asl total 46 1 drwxr-xr-x 2 danny danny 512 Aug 13 15:33 . 1 drwxr-xr-x 9 danny danny 512 Aug 13 15:30 .. 1 -rw-r--r-- 1 danny danny 69 Aug 13 15:31 e.exe 1 -rw-r--r-- 1 danny danny 121 Aug 13 15:32 e.lhz 1 -rw-r--r-- 1 danny danny 198 Aug 13 15:32 e.tgz [03:34pm danny@guard:~/eicar]$zoo -add e.zoo e.exe Zoo: e.exe -- ( 0%) added [03:34pm danny@guard:~/eicar]$ls -asl total 45 1 drwxr-xr-x 2 danny danny 512 Aug 13 15:34 . 1 drwxr-xr-x 9 danny danny 512 Aug 13 15:30 .. 1 -rw-r--r-- 1 danny danny 69 Aug 13 15:31 e.exe 1 -rw-r--r-- 1 danny danny 121 Aug 13 15:32 e.lhz 1 -rw-r--r-- 1 danny danny 198 Aug 13 15:32 e.tgz 40 -rw-r--r-- 1 danny danny 4294967352 Aug 13 15:31 e.zoo [03:34pm danny@guard:~/eicar]$df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 1016303 88846 846153 10% / /dev/ad0s1h 9355771 1894838 6712472 22% /usr /dev/ad0s1f 1016303 123188 811811 13% /usr/home /dev/ad0s1g 5081581 211351 4463704 5% /usr/local /dev/ad0s1e 2032623 18800 1851214 1% /var procfs 4 4 0 100% /proc [03:36pm danny@guard:~/eicar]$rm e.zoo [03:36pm danny@guard:~/eicar]$df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 1016303 88846 846153 10% / /dev/ad0s1h 9355771 1894838 6712472 22% /usr /dev/ad0s1f 1016303 123148 811851 13% /usr/home /dev/ad0s1g 5081581 211351 4463704 5% /usr/local /dev/ad0s1e 2032623 18800 1851214 1% /var procfs 4 4 0 100% /proc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message