Package: e2fsprogs Version: 1.37-2 Severity: wishlist File: /usr/sbin/filefrag
I marked this as wishlist because, AFAIK, amd64 is not yet an official port :) filefrag on my amd64 sometimes acts weird: cerebro ~# filefrag -v /mnt2/var/log/clamav/freshclam.log Checking /mnt2/var/log/clamav/freshclam.log Filesystem type is: ef53 Filesystem cylinder groups is approximately 58392 Blocksize of file /mnt2/var/log/clamav/freshclam.log is 46909632811008 File size of /mnt2/var/log/clamav/freshclam.log is 31452941 (1 blocks) First block: 9089024 Last block: 9089024 /mnt2/var/log/clamav/freshclam.log: 1 extent found The file in question has many blocks, but filefrag misdetects the blocksize as 46909632811008, which is 0x2AAA00001000, i.e. 4kb + some high bits. The call: long blksize; if (ioctl (fd, FIGETBSZ, &blksize)) returns the correct blocksize in another program (compiled with -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64), so this is likely either a spurious bug or has sth. to do with the include files, as the call in e2fsprogs seems to be identical. -- System Information: Debian Release: 3.1 Architecture: amd64 (x86_64) Kernel: Linux 2.6.11 Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Versions of packages e2fsprogs depends on: ii e2fslibs 1.37-2 ext2 filesystem libraries ii libblkid1 1.37-2 block device id library hi libc6 2.3.5-1 GNU C Library: Shared libraries an ii libcomerr2 1.37-2 common error description library ii libss2 1.37-2 command-line interface parsing lib ii libuuid1 1.37-2 universally unique id library -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]