Your message dated Wed, 30 Aug 2017 06:00:12 +0000
with message-id <[email protected]>
and subject line Bug#855246: fixed in e2fsprogs 1.43.6-1
has caused the Debian Bug report #855246,
regarding e2image: "Value too large for defined data type" while writing file
bigger than 2GiB
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.)
--
855246: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855246
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: e2fsprogs
Version: 1.43.3-1
Severity: important
An strace of the failing e2image program giving an image file size just
below 2GiB (on a 32 bit platform):
------
# LC_ALL=C strace e2image /dev/mapper/share share.img 2>&1 |
tail -n15
lseek(4, 4096, SEEK_CUR) = 2147471360
lseek(4, 4096, SEEK_CUR) = 2147475456
lseek(4, 4096, SEEK_CUR) = 2147479552
lseek(4, 4096, SEEK_CUR) = -1 EOVERFLOW (Value too large for
defined data type)
munmap(0xb76e4000, 135168) = 0
write(2, "e2image", 7e2image) = 7
write(2, ": ", 2: ) = 2
write(2, "Value too large for defined data"..., 37Value too large for defined
data type) = 37
write(2, " ", 1 ) = 1
write(2, "while writing inode table", 25while writing inode table) = 25
ioctl(2, TCGETS, 0xbff65a1c) = -1 ENOTTY (Inappropriate ioctl for
device)
write(2, "\n", 1
) = 1
exit_group(1) = ?
+++ exited with 1 +++
------
The following commands writing to stdout and writing to a raw file
complete successfully and give files that seem usable:
------
# LC_ALL=C e2image /dev/mapper/share - > share.img
# LC_ALL=C e2image -r /dev/mapper/share share.raw
------
According to the webpage
http://www.gnu.org/software/coreutils/faq/coreutils-faq.html#Value-too-large-for-defined-data-type
"It means that your version of the utilities were not compiled with
large file support enabled."
-- System Information:
Debian Release: 9.0
APT prefers unstable
Architecture: i386 (i686)
Kernel: Linux 3.16.0-4-686-pae (SMP w/1 CPU core)
Versions of packages e2fsprogs depends on:
ii e2fslibs 1.43.3-1
ii libblkid1 2.29.1-1
ii libc6 2.24-9
ii libcomerr2 1.43.3-1
ii libss2 1.43.3-1
ii libuuid1 2.29.1-1
ii util-linux 2.29.1-1
e2fsprogs recommends no packages.
--- End Message ---
--- Begin Message ---
Source: e2fsprogs
Source-Version: 1.43.6-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: SHA256
Format: 1.8
Date: Tue, 29 Aug 2017 00:58:29 -0400
Source: e2fsprogs
Binary: fuse2fs e2fsck-static e2fsprogs-l10n libcomerr2 comerr-dev libss2
ss-dev e2fsprogs-udeb e2fslibs e2fslibs-dev e2fsprogs
Architecture: source i386
Version: 1.43.6-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-dev - ext2/ext3/ext4 file system libraries - headers and static
librari
e2fsprogs - ext2/ext3/ext4 file system utilities
e2fsprogs-l10n - ext2/ext3/ext4 file system utilities - translations
e2fsprogs-udeb - stripped-down versions of e2fsprogs, for debian-installer
(udeb)
fuse2fs - ext2 / ext3 / ext4 file system driver for FUSE
libcomerr2 - common error description library
libss2 - command-line interface parsing library
ss-dev - command-line interface parsing library - headers and static libra
Closes: 855246 856586 857336 871539 871540
Changes:
e2fsprogs (1.43.6-1) unstable; urgency=medium
.
* New upstream version
* Break out the locale files to a separate package (e2fsprogs-l10n) to
reduce the size of the e2fsprogs package, since it is an
essential/required package.
* Remove support for building uuid/blkid packages on pre-Wheezy
distributions (which are no longer supported).
* Remove support for pre-Multiarch versions of Debian (which are no
longer supported).
* Fixed the printing of quota inconsistency messages in e2fsck on 32-bit
platforms. Also fixed a bug which caused project quota problems to be
labelled as group quota problems.
* Fixed a UI problem with yes/no questions when there are fuzzy
translation enties which caused some messages to be printed in English
and some in the language specified by the locale. (Closes: #856586)
* Fix some out-of-bounds memory accesses in e2fsck caused by (usually
maliciously) corrupted file systems. (Closes: #871539, 871540)
* Optimize CPU usage in e2fsck for very large, very fragmented sparse
files.
* Avoid creating file systems that use project quotas and 128 byte
inodes.
* Improve tune2fs's message when a file system needs to be checked using
e2fsck -f before running certain complex tune2fs operations. (Closes:
#857336)
* Improve e2fsck's message when the proceed_delay option in
/etc/e2fsck.conf is enabled. (Closes: #857336)
* Fix an LFS bug in e2image. (Closes: #855246)
* Fix portability problem caused by the fact that disks are character
mode devices systems with FreeBSD kernels.
* Update the Czech, French, Polish, Swedish, and Vietnamese translations.
Checksums-Sha1:
0e3d62f5f21e735b33ca6dd45b1267d37e5a2357 2305 e2fsprogs_1.43.6-1.dsc
104e846948c4b7011b348262be2960e376bfc823 7478011 e2fsprogs_1.43.6.orig.tar.gz
0ae5fa771b202012267d621907216828aa9777d0 488 e2fsprogs_1.43.6.orig.tar.gz.asc
996a8789e562a66aa73a79c8818a3460baba9355 75236 e2fsprogs_1.43.6-1.debian.tar.xz
b0d1507cbf89b6c36123b05cd47275b8c8d4efbe 38886 comerr-dev_2.1-1.43.6-1_i386.deb
b4503b17b8978cc8be9368444091f73ae000c134 859674
e2fsck-static-dbgsym_1.43.6-1_i386.deb
63c68888db12856969998ca06be79ff3bd28057e 671228 e2fsck-static_1.43.6-1_i386.deb
b1e730548235128be82bdc3649958abd88e1a61d 471344
e2fslibs-dbgsym_1.43.6-1_i386.deb
b22bb52472441aa9371d5cdebbf72fc394b6248a 263300 e2fslibs-dev_1.43.6-1_i386.deb
123c994761c9bb40384ad3aaa256b7ed09020cf8 240802 e2fslibs_1.43.6-1_i386.deb
a5c58be60bad3b342f5d862ceb08e2106f93ca62 1138856
e2fsprogs-dbgsym_1.43.6-1_i386.deb
30e3402b3db7216e14181ac5c6b7364a881b3a75 493312
e2fsprogs-l10n_1.43.6-1_i386.deb
982513540352b7fa0f4dbc485b84b4f3372648da 353996
e2fsprogs-udeb_1.43.6-1_i386.udeb
833a01591b5e1f4981e3af7cc1a18153acd7652d 9964 e2fsprogs_1.43.6-1_i386.buildinfo
cff9735f0bb9b6c394e4a4ba1ca4bfff182c49d7 592548 e2fsprogs_1.43.6-1_i386.deb
3a666ea747b5bda607309923be48a4932828743b 83554 fuse2fs-dbgsym_1.43.6-1_i386.deb
037571c3f944e54ffb611f28a529e06607a29a9d 92658 fuse2fs_1.43.6-1_i386.deb
86f07af1ef4765c1f391d30ba29a0aee56ab18c8 10908
libcomerr2-dbgsym_1.43.6-1_i386.deb
8a4787a8b14652a6efd20e0c512fdb997d24f204 65644 libcomerr2_1.43.6-1_i386.deb
d83b031870f1be16b27511eafd2caa56209ae2c9 24610 libss2-dbgsym_1.43.6-1_i386.deb
1912f4986a224a8e1b8ba155cc6fd7ecf2562479 70294 libss2_1.43.6-1_i386.deb
d3de53173d2a5588867cf61d11a44d5d8d1f3ff8 18180 ss-dev_2.0-1.43.6-1_i386.deb
Checksums-Sha256:
7397523f79b776a237fbc8ed124407d6fcf0c8b568b772b4d9dad5bec20cd705 2305
e2fsprogs_1.43.6-1.dsc
60139d75802925b0c23d451da8e4fc84c5e7cf94626cc324b59295495c0fdc80 7478011
e2fsprogs_1.43.6.orig.tar.gz
af46a31e5178dd86c324805552b6d003af4719932c3dc9d1b55ac99737e198fe 488
e2fsprogs_1.43.6.orig.tar.gz.asc
b29924813f322aaac5b1026e3d9594d5af153b56a1eefb827d0d25cf85ac9e17 75236
e2fsprogs_1.43.6-1.debian.tar.xz
0138a389f24b7dd2e8a3b0dab2541553514a9dc046a5fe59ad6c47506d0e0d17 38886
comerr-dev_2.1-1.43.6-1_i386.deb
666da2d1f7f1c5911dacdec2f42161cffb7a4cd03028a686b7e6347ca3e0781d 859674
e2fsck-static-dbgsym_1.43.6-1_i386.deb
9a89674b962879b1b47fb2ec1fe59ec9738db573180a50c2d5877334399af5ca 671228
e2fsck-static_1.43.6-1_i386.deb
dc9d2b470ec7eb43391fa8d8976ac1c18d4918ddacd7600619e671233942a5a0 471344
e2fslibs-dbgsym_1.43.6-1_i386.deb
4687e5202e1b03cf315675e8e26eaf1f737ca219d8cad3c44e9456554046b339 263300
e2fslibs-dev_1.43.6-1_i386.deb
142d4603a7807a698b93ba00b8e50d25b4d48336d1971351aa29620543a8f338 240802
e2fslibs_1.43.6-1_i386.deb
28cbe9d2c87087b20f34acc9e66964c7dd0de9193cace20732aa07374706e8b4 1138856
e2fsprogs-dbgsym_1.43.6-1_i386.deb
7623b08425b6a1cc0ad2525906bc2b1ba4b41ac1ed426f45e94d2f65fe02d954 493312
e2fsprogs-l10n_1.43.6-1_i386.deb
04468f3b0b70f9050755ef75e2b5e48239575c994ceb49bcc1fe4225953c8173 353996
e2fsprogs-udeb_1.43.6-1_i386.udeb
ddd59560ec663a9d2e067b774be11636dd3d35fa4b767fa6e786baf83ff69bb1 9964
e2fsprogs_1.43.6-1_i386.buildinfo
5d120aab1955f803a12e5df98cab1fec30a31f00aa222993e4afaac1de7e306f 592548
e2fsprogs_1.43.6-1_i386.deb
71c1716964ff5b7ac3b349efcb01b868c207366a489a7587635ba53375e3c62b 83554
fuse2fs-dbgsym_1.43.6-1_i386.deb
851d011b0f86df92387d7cda8ba1d1bcb6f7d51cf4d221f31c5f09c0539b56bd 92658
fuse2fs_1.43.6-1_i386.deb
f025d5afe3c0195cee1a1a6afc1c7b3ebac2680cf53dbc43beb970638f3d0b1c 10908
libcomerr2-dbgsym_1.43.6-1_i386.deb
0bacb0a9c88b4bcf828a6f42a581c0647fcdd6209fa2a954bf4369249a6c3577 65644
libcomerr2_1.43.6-1_i386.deb
ba5636cf055b6c0956a00e6be4db84b6aa6ab292249bbf1efa5de45654e3df8e 24610
libss2-dbgsym_1.43.6-1_i386.deb
9159cef435438e018da5e2a1eeb2913741ee06deb7d23c196be375bf0aeb5f2b 70294
libss2_1.43.6-1_i386.deb
f209788600d8c81c746d0c284609d0683e2c732c06c4398ac42e26e7901e0c18 18180
ss-dev_2.0-1.43.6-1_i386.deb
Files:
7fe06925f718f660e1a8cc2b2ec42c70 2305 admin required e2fsprogs_1.43.6-1.dsc
94fb7105284474a71cf5dd0e03b92661 7478011 admin required
e2fsprogs_1.43.6.orig.tar.gz
7c54767549a552c70346e094efd982ad 488 admin required
e2fsprogs_1.43.6.orig.tar.gz.asc
98b1d6113dfdb2bd2f78fc085decea78 75236 admin required
e2fsprogs_1.43.6-1.debian.tar.xz
59e35a384cc4c65b00459d33560be2e0 38886 libdevel extra
comerr-dev_2.1-1.43.6-1_i386.deb
61d31f2e0bdfd74e3cabae772b57edab 859674 debug extra
e2fsck-static-dbgsym_1.43.6-1_i386.deb
d87999e654489dfe4498f36f440cc45f 671228 admin optional
e2fsck-static_1.43.6-1_i386.deb
470799c8b0776a77f0583d415a60ba57 471344 debug extra
e2fslibs-dbgsym_1.43.6-1_i386.deb
ba76755433c31fbb79314f9191d1d38d 263300 libdevel extra
e2fslibs-dev_1.43.6-1_i386.deb
cb6c4fe29137e9679e6459b5d0e4a035 240802 libs required
e2fslibs_1.43.6-1_i386.deb
35abb8b6ad1917868a89fd3711580515 1138856 debug extra
e2fsprogs-dbgsym_1.43.6-1_i386.deb
00ff2cd955f52c62e90516bdcdfb7a88 493312 admin extra
e2fsprogs-l10n_1.43.6-1_i386.deb
e62ebe97ca770f5d5d6d07695bcbf38d 353996 debian-installer optional
e2fsprogs-udeb_1.43.6-1_i386.udeb
f0460fcd88ee7510223c2cef10a5b9ca 9964 admin required
e2fsprogs_1.43.6-1_i386.buildinfo
5ba78ad0cf31e831fd1dd368481e43b0 592548 admin required
e2fsprogs_1.43.6-1_i386.deb
d93036222f81ff6b559f4ef513b741eb 83554 debug extra
fuse2fs-dbgsym_1.43.6-1_i386.deb
4b15eaf91fd61d64d1be5232ef1e65f6 92658 admin optional fuse2fs_1.43.6-1_i386.deb
7bac9a106ce850da8ba6bfc89df5a451 10908 debug extra
libcomerr2-dbgsym_1.43.6-1_i386.deb
950e4686239f4397fc1e55a50160940d 65644 libs required
libcomerr2_1.43.6-1_i386.deb
a1dffc5aced517b6a524acfc59e67199 24610 debug extra
libss2-dbgsym_1.43.6-1_i386.deb
42048ec4568d983e3709c44011eb9cd7 70294 libs required libss2_1.43.6-1_i386.deb
7566cfd5c099b8a24016ef1624e43f7f 18180 libdevel extra
ss-dev_2.0-1.43.6-1_i386.deb
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEEK2m5VNv+CHkogTfJ8vlZVpUNgaMFAlmls64ACgkQ8vlZVpUN
gaMstQf/WEwetZ1s2vlbDQu555zlCCsJHseqXMq2cJT3oZXa64kvDa0DVJyOG1Cz
lcHAd8/yw4/9XuqCrax9iREe0629e0EcMaKtUtpU6hEGJOB5aeESZEleE0NM1tjk
MW+PLq00FULUXOjUoKDSPqWg1aVDWoSzjotr00bOrQt7rLQ5OE7d/PP0QNeh05Wl
+AZ4e24kHR5BFMGGCEPVz1DFl791tx3HfF0XyYdprPk7VMHBWwVR1lzjIEvGhUqz
5Sa4tkxIWUHv5qoSCEm16HXIkvpGF4CneJwklKhnf4Sx32Ab2jzPfq5/m2PYDp8u
2m08j+OBWAxNEMEwg/QeGdNnXB0ovw==
=Tglw
-----END PGP SIGNATURE-----
--- End Message ---