Your message dated Mon, 05 Sep 2016 04:46:44 +0000
with message-id <[email protected]>
and subject line Bug#836559: fixed in e2fsprogs 1.43.3-1
has caused the Debian Bug report #836559,
regarding not FIXED: Timestamp(s) on inode ... beyond 2310-04-04 are likely 
pre-1970.
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.)


-- 
836559: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836559
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: e2fsprogs
Version: 1.43.2-2
File: /sbin/e2fsck

No matter how many times one does this:

#  fsck.ext4 -f -y  /dev/sdd2
...
Timestamp(s) on inode 185115 beyond 2310-04-04 are likely pre-1970.
Fix? yes

Timestamp(s) on inode 185118 beyond 2310-04-04 are likely pre-1970.
Fix? yes

Timestamp(s) on inode 185119 beyond 2310-04-04 are likely pre-1970.
Fix? yes

Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information

/dev/sdd2: ***** FILE SYSTEM WAS MODIFIED *****
/dev/sdd2: 2264/209248 files (11.0% non-contiguous), 534416/835528 blocks

Or this
#  fsck.ext4 -f -p  /dev/sdd2
...
/dev/sdd2: Timestamp(s) on inode 185112 beyond 2310-04-04 are likely pre-1970.
FIXED.
/dev/sdd2: Timestamp(s) on inode 185115 beyond 2310-04-04 are likely pre-1970.
FIXED.
/dev/sdd2: Timestamp(s) on inode 185118 beyond 2310-04-04 are likely pre-1970.
FIXED.
/dev/sdd2: Timestamp(s) on inode 185119 beyond 2310-04-04 are likely pre-1970.
FIXED.
/dev/sdd2: 2264/209248 files (11.0% non-contiguous), 534416/835528 blocks

the changes are not written, else repeating it would not just say the
same thing.

# fsck.ext4 -f -p  /dev/sdd2|grep -c FIXED
2255
# fsck.ext4 -f -p  /dev/sdd2|grep -c FIXED
2255

# debugfs /dev/sdd2
debugfs:  stat <185115>
Inode: 185115   Type: regular    Mode:  0444   Flags: 0x80000
Generation: 2606987529    Version: 0x00000000:00000001
User:     0   Group:     0   Project:     0   Size: 4739279
File ACL: 0    Directory ACL: 0
Links: 1   Blockcount: 9264
Fragment:  Address: 0    Number: 0    Size: 0
 ctime: 0x57caf380:5d0e3d10 -- Sun Sep  4 00:00:00 2016
 atime: 0x561f8a37:074a8f00 -- Thu Oct 15 19:12:55 2015
 mtime: 0x56025a06:00000000 -- Wed Sep 23 15:51:34 2015
crtime: 0x56071e1d:dcf44868 -- Sun Sep 27 06:37:17 2015
Size of extra inode fields: 32
EXTENTS:
(0-855):779848-780703, (856-1157):785700-786001
debugfs:  stat <185116>
Inode: 185116   Type: regular    Mode:  0644   Flags: 0x80000
Generation: 1457623004    Version: 0x00000000:00000001
User:     0   Group:     0   Project:     0   Size: 0
File ACL: 0    Directory ACL: 0
Links: 0   Blockcount: 0
Fragment:  Address: 0    Number: 0    Size: 0
 ctime: 0x57552461:2002f1d8 -- Mon Jun  6 15:21:05 2016
 atime: 0x56d62728:388cf330 -- Wed Mar  2 07:35:04 2016
 mtime: 0x57552461:2002f1d8 -- Mon Jun  6 15:21:05 2016
crtime: 0x56d62736:9dba6b48 -- Wed Mar  2 07:35:18 2016
 dtime: 0x57552461:(2002f1d8) -- Mon Jun  6 15:21:05 2016
Size of extra inode fields: 32
EXTENTS:
debugfs:  stat <185117>
Inode: 185117   Type: regular    Mode:  0644   Flags: 0x80000
Generation: 2270489325    Version: 0x00000000:00000001
User:     0   Group:     0   Project:     0   Size: 0
File ACL: 0    Directory ACL: 0
Links: 0   Blockcount: 0
Fragment:  Address: 0    Number: 0    Size: 0
 ctime: 0x57552461:2002f1d8 -- Mon Jun  6 15:21:05 2016
 atime: 0x567a0ab4:c8024d40 -- Wed Dec 23 10:45:08 2015
 mtime: 0x57552461:2002f1d8 -- Mon Jun  6 15:21:05 2016
crtime: 0x567a0abc:26ab4a14 -- Wed Dec 23 10:45:16 2015
 dtime: 0x57552461:(2002f1d8) -- Mon Jun  6 15:21:05 2016
Size of extra inode fields: 32
EXTENTS:
debugfs:  stat <185118>
Inode: 185118   Type: regular    Mode:  0644   Flags: 0x80000
Generation: 1274072149    Version: 0x00000000:00000001
User:     0   Group:     0   Project:     0   Size: 247775
File ACL: 0    Directory ACL: 0
Links: 1   Blockcount: 488
Fragment:  Address: 0    Number: 0    Size: 0
 ctime: 0x57caf380:5d0e3d10 -- Sun Sep  4 00:00:00 2016
 atime: 0x562e3ed0:3736a590 -- Mon Oct 26 22:55:12 2015
 mtime: 0x5608d727:d9658e34 -- Mon Sep 28 13:59:03 2015
crtime: 0x5608d725:d779c7bc -- Mon Sep 28 13:59:01 2015
Size of extra inode fields: 32
EXTENTS:
(0-60):165760-165820

DOWNGRADING to the previous version eliminates all this nonsense!
#  fsck.ext4 -f -y  /dev/sdd2
e2fsck 1.43.1 (08-Jun-2016)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/sdd2: 2264/209248 files (11.0% non-contiguous), 534416/835528 blocks

--- End Message ---
--- Begin Message ---
Source: e2fsprogs
Source-Version: 1.43.3-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: Sun, 04 Sep 2016 20:41:21 -0400
Source: e2fsprogs
Binary: fuse2fs e2fsck-static libcomerr2 comerr-dev libss2 ss-dev 
e2fsprogs-udeb e2fslibs e2fslibs-dev e2fsprogs
Architecture: source
Version: 1.43.3-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-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: 836559
Changes:
 e2fsprogs (1.43.3-1) unstable; urgency=medium
 .
   * Fix e2fsck's handling of timestamps on 32-bit system (Closes: #836559)
   * E2fsck will sanity check and repair the extra isize fields in inodes
     and the superblock.
   * Fix sparc64 crashes when dereferencing unaligned integers in journal
     blocks when metdata checksums are enabled.
Checksums-Sha1:
 94518c00aa430b9da27585910855c19fed9d2614 2028 e2fsprogs_1.43.3-1.dsc
 927cb79c6399c559a83b4fa528ec8912a82d122f 7405892 e2fsprogs_1.43.3.orig.tar.gz
 d5f7bcf426f8a5165073ce3464a9900490ccaf40 75724 e2fsprogs_1.43.3-1.debian.tar.xz
Checksums-Sha256:
 d15bc76f9790bad181770238e71242c1987e779941acccedf4beaefa22adb84b 2028 
e2fsprogs_1.43.3-1.dsc
 ce8ef1bbb0d4730f170167284fda156ac9d6bf18db2750eb94af619a81b19927 7405892 
e2fsprogs_1.43.3.orig.tar.gz
 4b8d31ae65c7fa29d9b9a2cec022d272cec1d00e3c789849094467b6c408dbb5 75724 
e2fsprogs_1.43.3-1.debian.tar.xz
Files:
 1587393f6dfa4fc9392965d7372ddb5e 2028 admin required e2fsprogs_1.43.3-1.dsc
 ec0cd4faac71b2fcf9f73733e4d50ead 7405892 admin required 
e2fsprogs_1.43.3.orig.tar.gz
 2defdcb6f7ce4edf8c9b1c1d72194c68 75724 admin required 
e2fsprogs_1.43.3-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJXzNSCAAoJEPL5WVaVDYGjosQH/06frpB+ik40P97I770gDM2n
TVGGyX/SDqBSRfa9tv+CAi7eCnqinJrN8Td5OIxvl8Fx9I33SpdJMYGAJiAssNwJ
xlVghFVdohyhTPXZSEMjF3CsyFt8tv+2zLXLrZvDz9pStM7tTDtgyOfBdX9qI/Lk
Bkw1cCsxIFxW/NPoEp7+cBPqeQFU8a8CbLAGlG8I5YC15ydYCl/1QaVW6lIb5ew2
fSCHplDJvnW7tzwXiJ4DX34FC6BhxFpLJbbTuTipQWZHQSqYqmAM2SYKpezkv8BG
Fm+bGW5DLNTED81JmUQRpGpmpVj2A5sPfcwcSfEF4ncePhwKkOx/Gp+u6LgnRbM=
=koqd
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to