Your message dated Sun, 29 Dec 2013 04:48:35 +0000 with message-id <[email protected]> and subject line Bug#586218: fixed in e2fsprogs 1.42.9-1 has caused the Debian Bug report #586218, regarding e2fsprogs: [man] mkfs.ext4 - Does not list all ext4 options 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 this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 586218: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586218 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: e2fsprogs Version: 1.41.12-2 Severity: normal The default options in Debian: $ awk '/ext4/,/}/ {print}' /etc/mke2fs.conf ext4 = { features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize inode_size = 256 } ext4dev = { features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize inode_size = 256 options = test_fs=1 } PROBLEM ------------------------ An example: $ zgrep zgrep dir_nlink /usr/share/man/man8/mkfs.ext* <nothing> Please document all ext4 options in the relevant manual page. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores) Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages e2fsprogs depends on: ii e2fslibs 1.41.12-2 ext2/ext3/ext4 file system librari ii libblkid1 2.17.2-3 block device id library ii libc6 2.11.1-3 Embedded GNU C Library: Shared lib ii libcomerr2 1.41.12-1 common error description library ii libss2 1.41.12-1 command-line interface parsing lib ii libuuid1 2.16.2-0 Universally Unique ID library ii util-linux 2.16.2-0 Miscellaneous system utilities e2fsprogs recommends no packages. Versions of packages e2fsprogs suggests: pn e2fsck-static <none> (no description available) pn gpart <none> (no description available) ii parted 2.2-5 The GNU Parted disk partition resi -- no debconf information
--- End Message ---
--- Begin Message ---Source: e2fsprogs Source-Version: 1.42.9-1 We believe that the bug you reported is fixed in the latest version of e2fsprogs, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Theodore Y. Ts'o <[email protected]> (supplier of updated e2fsprogs package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Tue, 28 Dec 2013 23:18:36 -0500 Source: e2fsprogs Binary: e2fsck-static libcomerr2 comerr-dev libss2 ss-dev e2fsprogs-udeb e2fslibs e2fslibs-dev e2fsprogs e2fsprogs-dbg e2fslibs-dbg libcomerr2-dbg libss2-dbg Architecture: source i386 Version: 1.42.9-1 Distribution: unstable Urgency: low Maintainer: Theodore Y. Ts'o <[email protected]> Changed-By: Theodore Y. Ts'o <[email protected]> Description: comerr-dev - common error description library - headers and static libraries e2fsck-static - statically-linked version of the ext2/ext3/ext4 filesystem checke e2fslibs - ext2/ext3/ext4 file system libraries e2fslibs-dbg - debugging information for e2fslibs e2fslibs-dev - ext2/ext3/ext4 file system libraries - headers and static librari e2fsprogs - ext2/ext3/ext4 file system utilities e2fsprogs-dbg - debugging information for e2fsprogs e2fsprogs-udeb - stripped-down versions of e2fsprogs, for debian-installer (udeb) libcomerr2 - common error description library libcomerr2-dbg - debugging information for libcomerr2 libss2 - command-line interface parsing library libss2-dbg - debugging information for libss2 ss-dev - command-line interface parsing library - headers and static libra Closes: 586218 660793 669730 698076 698879 718205 721365 731329 732076 Changes: e2fsprogs (1.42.9-1) unstable; urgency=low . * New upstream version * NMU ack (Closes: #698879) * Fix cross-build support (Closes: #721365) * mke2fs will detect an attempt to create a file system on a loop-mounted image file * Fixed a large number of bugs in resize2fs, e2fsck, debugfs, to handle bigalloc and 64-bit file systems. * Tune2fs will no longer allow changing the uuid on a mounted file system with the uninit_bg feature enabled. * E2fsck will properly allocate a new extent tree block in the rare case where one is needed when rehashing an extent-mapped directory. * Mke2fs wil now properly set the LARGE_FILE feature when creating a journal > 2GB. * Debugfs will now correctly handle free a range of inodes using the freei command. * E2fsck will no longer complain if an external journal was exactly 2**32 blocks. * E2fsck will not longer try to add a missing lost+found directory when run in read-only mode. * Fixed some buffer overrun bugs when creating standard e2image files * Mke2fs will not try to set both the meta_bg and resize_inode feature when the extended option "-E resize=NNN" is specified by the user. * Dumpe2fs will no longer abort when trying to print the journal information from an e2image-created image file. * Debugfs's "write" command can now create a sparse files * Debugfs can now support a command line which is up to 8k long * E2image will refuse to create a raw or qcomw image using a mounted file system unless the -f option is given. * E2image has been made more useful for efficiently copying file systems using the -ra options. New options to help with this use case that were added: -o, -O, -p, and -c. * Fixed a regression introduced in 1.42.8 which would cause e2fsck to erroneously report uninitialized extents past i_size to be invalid. * Fixed cases where resize2fs could corrupt a file system, especially when shrinking a file system. (Closes: #660793) * Fixed resize2fs and e2fsck to not crash when operating on a file system with the MMP feature enabled. * Fixed debugfs's write command to properly create a zero-length file (instead of creating an invalid inode). * Fixed e2fsck to not crash when trying to delete an invalid extent-mapped symlink. * Improved debugfs's help texts * Fixed a potential integer overflow problem in e2freefrag (Closes: #718205) * The config.guess and config.sub files have been updated to the latest to help with the ppcle port. (Closes: #732076) * Updated/fixed various man pages. (Closes: #586218, #669730, #698076, #731329) Checksums-Sha1: 9164c8e3ded1fadde5424bf68c5c28e24942f560 1803 e2fsprogs_1.42.9-1.dsc fb8e3662302bcab1682d567d6ee0ff051faa1bbd 6069173 e2fsprogs_1.42.9.orig.tar.gz ff5ed33e4063bec8c236b771e7e20c33191ca725 76111 e2fsprogs_1.42.9-1.debian.tar.gz 0fa471368c0685f1825b0a6a19923fa0f0b99bff 481516 e2fsck-static_1.42.9-1_i386.deb ad9bb8a356feda350a76222123ff69c76768fc90 57366 libcomerr2_1.42.9-1_i386.deb e931c722d9d3f40318170e3dee62cb159e726f24 61532 libss2_1.42.9-1_i386.deb 7244da9c41817f90218f76deaee7221ec3ab67d4 188178 e2fslibs_1.42.9-1_i386.deb e7f810e7b49ad07c3a68d1318018885b8812e642 203346 e2fslibs-dev_1.42.9-1_i386.deb 6c689efdde46283b4757622a6c5e887fc677fbe5 660298 e2fsprogs_1.42.9-1_i386.deb c48e8af2910a4b3288906292ccdd8173175c34cd 947646 e2fsprogs-dbg_1.42.9-1_i386.deb 9b32b2a15fdbb0d7cde160cdcaa02a5a5802d24b 305498 e2fslibs-dbg_1.42.9-1_i386.deb f5d221c562ce020eb641916c3537636f90e8c99d 60380 libcomerr2-dbg_1.42.9-1_i386.deb 4d24bca9e2cb2dd89df1c84525f171c2a644c51c 71328 libss2-dbg_1.42.9-1_i386.deb 9fd9aa7b09bc0ee5c930fac013e220eb6136f178 37794 comerr-dev_2.1-1.42.9-1_i386.deb e1206c928350d3886a892dfa5e55fb6a401843bd 16406 ss-dev_2.0-1.42.9-1_i386.deb a20b89578ceb1755f481c784ddbcf272db41a63a 256370 e2fsprogs-udeb_1.42.9-1_i386.udeb Checksums-Sha256: ed67959565cd7e02198da32bd4a8be5ac7507ac3098c752aae3d3f3318f85d7f 1803 e2fsprogs_1.42.9-1.dsc 2f92ac06e92fa00f2ada3ee67dad012d74d685537527ad1241d82f2d041f2802 6069173 e2fsprogs_1.42.9.orig.tar.gz 0ba46bafc7ff5154ef325ddc4fd90783832517ed7c803244de406d8deb267da8 76111 e2fsprogs_1.42.9-1.debian.tar.gz 3e67f3fdad5dbcb5087bf042119dd0cfe2cdfdf1198bcb66de80792741fc0cf0 481516 e2fsck-static_1.42.9-1_i386.deb d0289388f31c813aa0100f0899d628a795feb848fe1eac151542a4f3b6eb5774 57366 libcomerr2_1.42.9-1_i386.deb d19dbbd65d97b82e97bd892744f04712320393ea53d56794e0a6152a58085727 61532 libss2_1.42.9-1_i386.deb 0bd4c3b9b6c51c55d606a29fcb1765368bf03c5933a5b4df867859649f42ecf7 188178 e2fslibs_1.42.9-1_i386.deb ec9f47ed4a79c9cf68fe15aa7e42e243c0cca48dd20ccd9b46ab3a8fb68bac8e 203346 e2fslibs-dev_1.42.9-1_i386.deb 26e53b54840ba2573099081bc499f09cd88a133c1646ad8fe1fbe8c1332717af 660298 e2fsprogs_1.42.9-1_i386.deb 8dfeb8a03478c92138855f67e86ea6613402d24df0321ad295397efd78c4a957 947646 e2fsprogs-dbg_1.42.9-1_i386.deb 9b86b8548619a4174f7ef8330048b2932c0c91891fb854ba21ca4b2498b84f87 305498 e2fslibs-dbg_1.42.9-1_i386.deb 2a18de47d99e729e900e1e245ad25a61dcf4e8470f552c7585e41a0d566535f2 60380 libcomerr2-dbg_1.42.9-1_i386.deb b96f22f87dd296ded14aa0b967005edf2320e55a301478c388bec97704de8a10 71328 libss2-dbg_1.42.9-1_i386.deb 499d81b821a79d8c7544194f86c27469e9d3226eafb081af393bb447a60fe3ff 37794 comerr-dev_2.1-1.42.9-1_i386.deb dace42bbc64479521de44f0f886cf20510b441022c8794b5fda633a9bbad0f2f 16406 ss-dev_2.0-1.42.9-1_i386.deb f9801c41773b9e50ccf96c4b998a713c0bef3d0efec31ce0ec71f3a298328898 256370 e2fsprogs-udeb_1.42.9-1_i386.udeb Files: c465f3e21695bf5675d427b2d1913dcd 1803 admin required e2fsprogs_1.42.9-1.dsc 3f8e41e63b432ba114b33f58674563f7 6069173 admin required e2fsprogs_1.42.9.orig.tar.gz f47bae8f6b471da68f9b3df0d8cd25e7 76111 admin required e2fsprogs_1.42.9-1.debian.tar.gz 86e35c6755618dc7e681059a928dfddd 481516 admin optional e2fsck-static_1.42.9-1_i386.deb 4d9812575974bc832822b21b170f1cc1 57366 libs required libcomerr2_1.42.9-1_i386.deb 8c4576070429bee2e142a8b50621fefd 61532 libs required libss2_1.42.9-1_i386.deb 466d51f54fa8eb7413b9669e97a507b7 188178 libs required e2fslibs_1.42.9-1_i386.deb e277fbb862f868bf8379f6bbe7731a90 203346 libdevel extra e2fslibs-dev_1.42.9-1_i386.deb da0f293cf4d17abbcb5663cc9ba8017a 660298 admin required e2fsprogs_1.42.9-1_i386.deb 23d16dc24c04e67bc9bee8f953eee682 947646 debug extra e2fsprogs-dbg_1.42.9-1_i386.deb bbf735e51ad56abafedad8c764947601 305498 debug extra e2fslibs-dbg_1.42.9-1_i386.deb d3c113e5b231b11166b7a34b09fe012f 60380 debug extra libcomerr2-dbg_1.42.9-1_i386.deb e7ee898bba16ad62db4e743275654e2e 71328 debug extra libss2-dbg_1.42.9-1_i386.deb b425623196b5e0386c62378a9f50b6cc 37794 libdevel extra comerr-dev_2.1-1.42.9-1_i386.deb 231e3aff7481c5f069b979d365e1fd07 16406 libdevel extra ss-dev_2.0-1.42.9-1_i386.deb 66efb2456f0a07a672ff49fb832efa3a 256370 debian-installer optional e2fsprogs-udeb_1.42.9-1_i386.udeb Package-Type: udeb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) iEYEARECAAYFAlK/o9YACgkQ7To545NnTECO/gCg4lq2+6IAYrnJ4lXhfiYh7xb6 SuAAoJRk86x89pBvtaZqDpLfW/XT1w8c =73r6 -----END PGP SIGNATURE-----
--- End Message ---

