lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 8 May 2011 21:01:12 -0400
From:	Ted Ts'o <tytso@....edu>
To:	Christoph Anton Mitterer <calestyo@...entia.net>
Cc:	linux-ext4@...r.kernel.org
Subject: Re: errors in ext4_mb_generate_buddy and ext4_remount

On Sun, May 08, 2011 at 12:56:19AM +0000, Christoph Anton Mitterer wrote:
> 
> However, I constantly get these errors:
> [  331.744025] EXT4-fs (dm-2): error count: 10
> [  331.744030] EXT4-fs (dm-2): initial error at 1304673122:
> ext4_mb_generate_buddy:731
> [  331.744034] EXT4-fs (dm-2): last error at 1304673124: ext4_remount:4250
> ... (probably) when reading some files. I guess it's reading files, at
> least it happens during a debsums run (checks the package sums of more or
> less all Debian packages installed).
> Also the numbers in the errors above, are (at least until know, and as far
> as I looked after it) the same.
> 
> It also happens (as far as I can see) only once, i.e. if the error has
> already occurred, and I do e.g. my debsums again, it's not printed again.
> 
> fsck runs through fine (but quite quick; yes - of course - I've used -f)
> 
> Any ideas? (Please CC me as I'm off list).

Kernels 2.6.35 and newer will set superblock fields that will result
in those messages.  They're not error messages per se; it's just a
notification that there was an file system error in the past that
hasn't been fixed yet.  In your case, it *has* been fixed, but you
don't have a new enough version of e2fsprogs so that it clears the
relevant parts of the superblock.

The debian packages of e2fsprogs version 1.41.14-1 in experimental, or
1.41.12-4 in unstable, has the necessary new code in e2fsck.  I'm
working on getting the patch pushed to Debian obsolete^H^H^H^H^H^H^H
stable; hopefully that will happen in the next week or two.

		       	    	      	       - Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ