Your message dated Thu, 05 Jul 2007 15:02:33 -0400
with message-id <[EMAIL PROTECTED]>
and subject line E2fsprogs bugs fixed by April 2007 upload
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: e2fsprogs
Version: 1.39+1.40-WIP-2006.11.14+dfsg-1
Severity: normal

resize2fs isn't honoring the "s" unit designator.  Per resize2fs(8):

    The size parameter specifies the requested new size of the
    filesystem.  If no units are specified, the units of the size
    parameter shall be the filesystem blocksize of the filesystem.
    Optionally, the size parameter may be suffixed by one of the
    following the units designators: 's', 'K', 'M', or 'G', for 512
    byte sectors, kilobytes, megabytes, or gigabytes, respectively.

In the test case documented below, it's treating the quantity as units
of 2048 bytes, not as units of 512 bytes.

$ touch test.ext2 && /sbin/mke2fs -F -b 4096 test.ext2 4096
mke2fs 1.40-WIP (14-Nov-2006)
Filesystem label=
OS type: Linux  
Block size=4096 (log=2)
Fragment size=4096 (log=2)
4096 inodes, 4096 blocks
204 blocks (4.98%) reserved for the super user
First data block=0
1 block group   
32768 blocks per group, 32768 fragments per group
4096 inodes per group

Writing inode tables: done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 30 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.
$ /sbin/resize2fs test.ext2 65536s
resize2fs 1.40-WIP (14-Nov-2006)
Resizing the filesystem on test.ext2 to 32768 (4k) blocks.
The filesystem on test.ext2 is now 32768 blocks long.

$ ls -l test.ext2
-rw-r--r-- 1 piranha piranha 134217728 2007-01-24 08:37 test.ext2
$ nickle -e '134217728 / 512' # Calculate resulting sector count.
262144

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-amd64
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages e2fsprogs depends on:
ii  e2fslibs 1.39+1.40-WIP-2006.11.14+dfsg-1 ext2 filesystem libraries
ii  libblkid 1.39+1.40-WIP-2006.11.14+dfsg-1 block device id library
ii  libc6    2.3.6.ds1-8                     GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.11.14+dfsg-1 common error description library
ii  libss2   1.39+1.40-WIP-2006.11.14+dfsg-1 command-line interface parsing lib
ii  libuuid1 1.39+1.40-WIP-2006.11.14+dfsg-1 universally unique id library

e2fsprogs recommends no packages.

-- no debconf information

-- 
J.P. Larocque: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>


--- End Message ---
--- Begin Message ---
Package: e2fsprogs
Version: 1.39+1.40-WIP-2007.04.07+dfsg-1

This version of e2fsprogs is not the latest upload of e2fsprogs (1.40-1
is the latest), but for some reasons a number of bugs associated with
this upload were never closed.

e2fsprogs (1.39+1.40-WIP-2007.04.07+dfsg-1) unstable; urgency=low

  * Add libreadline.so.5 support to libss.
  * Impove badblocks -n/-w exclusive usage message.
  * Add debugging code (via the COMERR_DEBUG env. variable) to the
      com_err library
  * Fix dump_unused segfault in debugfs when a filesystem is not open
  * Add versioned dependency in Debian's shlibs for libblkid.  
      (Closes: #413208)
  * Fix memory leak in blkid library.  (Closes: #413661)
  * Let the debugfs lcd command work even if a filesystem is not open
  * Fix large number of miscellaneous Coveriy bugs.  (None were
      security-security).
  * Fix e2fsck to clear i_size for special devices with a bogus i_blocks
      field on the first pass.
  * Fix e2fsck to set the file type of the '..' entry when connecting
      a directory to lost+found.
  * Enhance e2fsck to recover directories whose modes field were
      corrupted to look like special files.
  * Allow debugfs to dump > 2GB files.  (Closes: #412614)
  * Misc. man page cleanups.  (Closes: #379695)
  * Fix resize2fs parsing of size parameter (Closes: #408298)
  * Fix infinite loop in e2fsck on really big filesystems (Closes: #411838)
  * Fix memory leak in ext2fs_write_new_inode()
  * Add support for using a scratch files directory to reduce e2fsck's
      memory utilization on really big filesystems.

 -- Theodore Y. Ts'o <[EMAIL PROTECTED]>  Sat,  7 Apr 2007 10:38:40 -0400

--- End Message ---

Reply via email to