Your message dated Mon, 19 May 2014 03:35:19 +0000
with message-id <[email protected]>
and subject line Bug#468821: fixed in e2fsprogs 1.42.10-1
has caused the Debian Bug report #468821,
regarding e2fsprogs: fsck could print less scary message on exit(1)
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.)
--
468821: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468821
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: e2fsprogs
Version: 1.40.7-1
Severity: wishlist
This morning I had a power failure, and on reboot I got told that fsck
died with exit status 1, as logged in /var/log/fsck/checkroot:
,----
| Log of fsck -C -a -V -t ext2 /dev/hda9
| Sat Mar 1 08:04:30 2008
|
| fsck 1.40.7 (28-Feb-2008)
| [/sbin/fsck.ext2 (1) -- /] fsck.ext2 -a -C0 /dev/hda9
| / was not cleanly unmounted, check forced.
| /: 10385/60240 files (2.5% non-contiguous), 115168/240940 blocks
| fsck died with exit status 1
|
| Sat Mar 1 08:04:35 2008
| ----------------
`----
It looked a bit odd since no errors were reported. Reading the manpage:
,----
| The exit code returned by fsck is the sum of the following conditions:
| 0 - No errors
| 1 - File system errors corrected
`----
as well as the release notes:
,----
| If e2fsck sets the clean bit, but nothing else, set the exit code
| FSCK_NONDESTRUCT. After all, e2fsck did fix a filesystem error --- it
| set the filesystem valid bit when it was previously cleared. :-) This
| was needed to make the HURD fsck driver happy.
`----
I understand (CMIIW) that e2fsck will _always_ exit >= 1 if the file
system was checked because it had not been cleanly unmounted.
Since an exit value of 1 is actually okay (the errors were corrected,
after all -- nothing to worry about), consider changing the message in
that case.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.24.3
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages e2fsprogs depends on:
ii e2fslibs 1.40.7-1 ext2 filesystem libraries
ii libblkid1 1.40.7-1 block device id library
ii libc6 2.7-9 GNU C Library: Shared libraries
ii libcomerr2 1.40.7-1 common error description library
ii libss2 1.40.7-1 command-line interface parsing lib
ii libuuid1 1.40.7-1 universally unique id library
e2fsprogs recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: e2fsprogs
Source-Version: 1.42.10-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: Sun, 18 May 2014 22:54:38 -0400
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.10-1
Distribution: unstable
Urgency: medium
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: 468821 559301 703048
Changes:
e2fsprogs (1.42.10-1) unstable; urgency=medium
.
* New upstream version
* The mke2fs program no longer requires a force (-F) option when
when creating a file system in a regular file, since this is a very
common use case when managing virtual machine images
* The mke2fs program will now ask for confirmation before wiping out a
pre-existing file system, partition label, or physical volume
* Fix e2fsck so that it properly handles an inconsistent quota inode.
Previously the quota inode could be completely corrupted, and
missing quota records could be not noticed
* Fix mke2fs so if packed metadata blocks are enabled that the block
group checksum are set correctly
* Debugfs has new commands to allow the quota inode to be queried directly
* Tune2fs will allow removal of dirty journal with two "-f" options
(Closes: #559301)
* Fixed some off-line resize2fs bugs when relocating metadata blocks
when growing or shrinking bigalloc file systems
* Fixed resize2fs's calculation of the minimum required file system
size. This allows resize2fs -M to shrink the file system more
aggressively
* Fixed resize2fs to properly handle shrinking a very large and empty
file system to a very very small size
* Fixed e4defrag to work with 64-bit and bigalloc file systems
* Fixed e2fsck to not issue a large number of very scary (but
harmless) corruption messages when checking very large file systems
when the file system has more inodes than the number of seconds
since January 1, 1970.
* E2fsck will now check the whole file system if file system problems
are detected durings its initial "pass 0" sanity check
* Filefrag now prints the "shared extent" flag which is used by some
file systems such as btrfs
* The mke2fs program would previously correctly omit the resize_inode
feature when creating a file system > 16TB when the fs size was
determined automatically. It will now also do the right thing when
the user explicitly specifies the file system size.
* The message printed by logsave is now much less scary (Closes: #468821)
* Fix spelling typo in the package descriptions
* Update Czech, Dutch, French, German, Polish, Spanish, Sweedish, and
Vietnamese translations (Closes: #703048)
* Update/fix various man pages
* Fix debian/rules compatibility problem with GNU make 4.0
Checksums-Sha1:
ddd38f3fbacea0b1436857938c0e10c49f4122f1 1927 e2fsprogs_1.42.10-1.dsc
06eba8a78ce1d5032fdcaf34f09025f01ceaca79 6126111 e2fsprogs_1.42.10.orig.tar.gz
0b03955fe76de66031118454ad0060725590e75e 63432
e2fsprogs_1.42.10-1.debian.tar.xz
1836b1207e8d61261c8cd0f6adb12a61106d8572 251406
e2fsck-static_1.42.10-1_i386.deb
2ab3fe1c19eed571611cc96e3ac818429ddd7e62 58600 libcomerr2_1.42.10-1_i386.deb
23c929a7d0fbbe259a4d6211b998c260fad9fff2 62658 libss2_1.42.10-1_i386.deb
51194ee4d5429b0eeac33dd667a996ecb4810571 190978 e2fslibs_1.42.10-1_i386.deb
ebb60e032ca22ee426b3de284bedc8af56d871a9 203718 e2fslibs-dev_1.42.10-1_i386.deb
8923875ad1f604954e02031a1e30adccffff62b7 676220 e2fsprogs_1.42.10-1_i386.deb
6d51513a1c5d5a91f5bad6d703aa23b82d24017f 1000820
e2fsprogs-dbg_1.42.10-1_i386.deb
6996ee11a626336307aa92bfa60bbd7398085d70 308128 e2fslibs-dbg_1.42.10-1_i386.deb
dddb6ab514edea4f284296981ad89840c36495c0 61552
libcomerr2-dbg_1.42.10-1_i386.deb
b08441fea217ca40d914863e7a5f6ed0596470ec 72036 libss2-dbg_1.42.10-1_i386.deb
eab91a5d4c8ad11afd003ea20905661d5565b4f7 37940
comerr-dev_2.1-1.42.10-1_i386.deb
28948d8b3f0453170ee6236a01c94d6fae0db73c 16188 ss-dev_2.0-1.42.10-1_i386.deb
aaba7d62e9abe9e0a5942b38ab1c181ff8a5776c 263174
e2fsprogs-udeb_1.42.10-1_i386.udeb
Checksums-Sha256:
2552bf4bedde95bb1dd86e74d4fc9be64643f38433e7f1431e08e65960f146a4 1927
e2fsprogs_1.42.10-1.dsc
7b6e85c666d8fdd6062c75ba953de0e5481673bebef5f40f749a52a46476e29f 6126111
e2fsprogs_1.42.10.orig.tar.gz
8fba9b069acb76e6c941ba3d9169daf0241e9f56e9c13262ae8a4956fa480118 63432
e2fsprogs_1.42.10-1.debian.tar.xz
debe1157ad8970805a7c6aa90712fc71725ed700a11680e340a51da8bf5a2407 251406
e2fsck-static_1.42.10-1_i386.deb
832a8c1a3976a402ca82f00e39222fdea2b12b20ad9add29126281b2f640a33d 58600
libcomerr2_1.42.10-1_i386.deb
da1016f64ba92c36a085835572b1ccb6e2d41ed721bf0e306cdbbf66b74d174a 62658
libss2_1.42.10-1_i386.deb
3cec1e7422fbe30fca361f29d2fcfc8059157d01518d82981ebd27c829ae45ea 190978
e2fslibs_1.42.10-1_i386.deb
291d6e5f5f880e396eee1cc8286aa8984df6e56b8899e987d2ab9ce660e2d56e 203718
e2fslibs-dev_1.42.10-1_i386.deb
e35689181928f2480cf1eb43f6d56ba204f63235e36431267fb003b19087f0f7 676220
e2fsprogs_1.42.10-1_i386.deb
cd51e075f70040ae9aecf447fe2eb3fd2c8d5614130f4a8677d9b8141beab69b 1000820
e2fsprogs-dbg_1.42.10-1_i386.deb
8c144a92b13b7dc4c575d33ed2b73f12ef0e8f47fae679776ffb02e07813a296 308128
e2fslibs-dbg_1.42.10-1_i386.deb
7b536149424888f9ad4d25d47cb9c7ff72d0a3c2be8c5c348644ebd87770bcc0 61552
libcomerr2-dbg_1.42.10-1_i386.deb
8e82edcf14994d1652fafa2b43bd5c9c111fb20c122ff3a2b2179f119590ced6 72036
libss2-dbg_1.42.10-1_i386.deb
8552b2aa8ec8e11c837fe23fbba33a53fdc4c26112915f03511e039a14753ca3 37940
comerr-dev_2.1-1.42.10-1_i386.deb
4fc53cbf97bf052c11f8ad3271c0f0bcb5505855f6116f3fa1c40c9136c9d205 16188
ss-dev_2.0-1.42.10-1_i386.deb
17a8161054324f3285b85def8e253269166bba7d2ab4520b703c1b507889385d 263174
e2fsprogs-udeb_1.42.10-1_i386.udeb
Files:
2f4c2e60309e5a048b3b8a9d01e8089f 251406 admin optional
e2fsck-static_1.42.10-1_i386.deb
259418faa398f150d4e5e689cddd2e86 58600 libs required
libcomerr2_1.42.10-1_i386.deb
a5cece61bb47ab8efb8d77f291132058 62658 libs required libss2_1.42.10-1_i386.deb
f7bfdd03aa644dc1fdc4b0a5ed85ba01 190978 libs required
e2fslibs_1.42.10-1_i386.deb
e9bf56eb54043169190bd7bd3cca9768 203718 libdevel extra
e2fslibs-dev_1.42.10-1_i386.deb
8d7767f10fa22a1e07a49b8b9e594746 676220 admin required
e2fsprogs_1.42.10-1_i386.deb
5cbbce9c272a6c0848628a97e45be3cf 1000820 debug extra
e2fsprogs-dbg_1.42.10-1_i386.deb
75f61a4500ddccf078ba29e33e9c0f7d 308128 debug extra
e2fslibs-dbg_1.42.10-1_i386.deb
178d30cc30a4e3e65c9a855403dd632a 61552 debug extra
libcomerr2-dbg_1.42.10-1_i386.deb
d386a742d51591be0a3c6a44aa040868 72036 debug extra
libss2-dbg_1.42.10-1_i386.deb
4ccbc0eb9ed23e7fd6ef64a60def39fb 37940 libdevel extra
comerr-dev_2.1-1.42.10-1_i386.deb
26bc90610be836c7ae9816f11beb2adf 16188 libdevel extra
ss-dev_2.0-1.42.10-1_i386.deb
50f9980910e9a286c6b850682a442190 263174 debian-installer optional
e2fsprogs-udeb_1.42.10-1_i386.udeb
02ce15964f1af263c72453e2ef1d170a 1927 admin required e2fsprogs_1.42.10-1.dsc
62bfe2fe0a194c5c37165789ac2825a8 6126111 admin required
e2fsprogs_1.42.10.orig.tar.gz
0dc15a236c2d62227aee2ef45d2895ed 63432 admin required
e2fsprogs_1.42.10-1.debian.tar.xz
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iEYEARECAAYFAlN5dJIACgkQ7To545NnTEAJCACfaW8RJxI+a4IV930ybejO3rus
I/0AoM4kyK4XhUVWVFsszTukfYDuF8To
=FZC9
-----END PGP SIGNATURE-----
--- End Message ---