GNU bug report logs - #10456
bug in "du"

Previous Next

Package: coreutils;

Reported by: Lubomir Mateev <lmateev <at> gmail.com>

Date: Sun, 8 Jan 2012 19:13:03 UTC

Severity: normal

Tags: moreinfo

Done: Assaf Gordon <assafgordon <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 10456 in the body.
You can then email your comments to 10456 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-coreutils <at> gnu.org:
bug#10456; Package coreutils. (Sun, 08 Jan 2012 19:13:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Lubomir Mateev <lmateev <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Sun, 08 Jan 2012 19:13:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Lubomir Mateev <lmateev <at> gmail.com>
To: bug-coreutils <at> gnu.org
Subject: bug in "du"
Date: Sun, 8 Jan 2012 12:20:14 +0200
[Message part 1 (text/plain, inline)]
root <at> thor:/# fdisk -l

Disk /dev/hda: 15.0 GB, 15000330240 bytes
255 heads, 63 sectors/track, 1823 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x2cf88a69

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1               1         499     4008186   83  Linux
/dev/hda2             500        1823    10635030    5  Extended
/dev/hda5             500         873     3004123+  83  Linux
/dev/hda6             874         998     1004031   83  Linux
/dev/hda7             999        1123     1004031   83  Linux
/dev/hda8            1124        1780     5277321   83  Linux
/dev/hda9            1781        1823      345366   82  Linux swap

---------------------------------------------------------------------------------------------------

du -h /usr/lib

<cut>
20K     /usr/lib/charset
4.0K    /usr/lib/nss_info
4.0K    /usr/lib/idmap
12K     /usr/lib/wvWare
4.0K    /usr/lib/perfcount
1.6M    /usr/lib/courier-imap/bin
48K     /usr/lib/courier-imap/share/man/man1
32K     /usr/lib/courier-imap/share/man/man8
84K     /usr/lib/courier-imap/share/man
100K    /usr/lib/courier-imap/share
176K    /usr/lib/courier-imap/sbin
4.0K    /usr/lib/courier-imap/var
236K    /usr/lib/courier-imap/libexec
4.0K    /usr/lib/courier-imap/etc/shared
4.0K    /usr/lib/courier-imap/etc/shared.tmp
68K     /usr/lib/courier-imap/etc
2.2M    /usr/lib/courier-imap
4.0K    /usr/lib/caca-sharp
9.5T    /usr/lib

root <at> thor:/# cat /etc/slackware-version
Slackware 13.0.0.0.0

root <at> thor:/# uname -a
Linux thor 2.6.23.1VIA #1 PREEMPT Sun Oct 14 14:07:26 EEST 2007 i686
Celeron (Coppermine) GenuineIntel GNU/Linux

root <at> thor:/# du --version
du (GNU coreutils) 8.4
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html
>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by TorbjŠ–rn Granlund, David MacKenzie, Paul Eggert,
and Jim Meyering.
[Message part 2 (text/html, inline)]

Information forwarded to bug-coreutils <at> gnu.org:
bug#10456; Package coreutils. (Mon, 09 Jan 2012 06:45:01 GMT) Full text and rfc822 format available.

Message #8 received at 10456 <at> debbugs.gnu.org (full text, mbox):

From: "Alan Curry" <pacman-cu <at> kosh.dhis.org>
To: lmateev <at> gmail.com (Lubomir Mateev)
Cc: 10456 <at> debbugs.gnu.org
Subject: Re: bug#10456: bug in "du"
Date: Mon, 9 Jan 2012 01:43:59 -0500 (GMT+5)
Lubomir Mateev writes:
> 
> root <at> thor:/# fdisk -l
> 
> Disk /dev/hda: 15.0 GB, 15000330240 bytes
<...>
> 9.5T    /usr/lib

I'm going to guess filesystem corruption causing a file in /usr/lib (not a
subdirectory) to have the wrong block count. Do ls -Ssr /usr/lib and see if
you get a big surprise at the end. unmount and fsck it to fix if I'm right.

-- 
Alan Curry




Added tag(s) moreinfo. Request was from era eriksson <era <at> iki.fi> to control <at> debbugs.gnu.org. (Thu, 30 Aug 2012 08:27:04 GMT) Full text and rfc822 format available.

Information forwarded to bug-coreutils <at> gnu.org:
bug#10456; Package coreutils. (Tue, 23 Oct 2018 03:21:02 GMT) Full text and rfc822 format available.

Message #13 received at 10456 <at> debbugs.gnu.org (full text, mbox):

From: Assaf Gordon <assafgordon <at> gmail.com>
To: 10456 <at> debbugs.gnu.org
Subject: Re: bug#10456: bug in "du"
Date: Mon, 22 Oct 2018 21:20:18 -0600
tags 10456 moreinfo
close 10456
stop

(triaging old bugs)

On 08/01/12 11:43 PM, Alan Curry wrote:
> Lubomir Mateev writes:
>>
>> root <at> thor:/# fdisk -l
>>
>> Disk /dev/hda: 15.0 GB, 15000330240 bytes
> <...>
>> 9.5T    /usr/lib
> 
> I'm going to guess filesystem corruption causing a file in /usr/lib (not a
> subdirectory) to have the wrong block count. Do ls -Ssr /usr/lib and see if
> you get a big surprise at the end. unmount and fsck it to fix if I'm right.
> 

With no further comments in 6 years, I'm closing this bug.

-assaf




bug closed, send any further explanations to 10456 <at> debbugs.gnu.org and Lubomir Mateev <lmateev <at> gmail.com> Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Tue, 23 Oct 2018 03:21:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 20 Nov 2018 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 215 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.