All of lore.kernel.org
 help / color / mirror / Atom feed
* warning: Invalid hash for xattr (system.posix_acl_access) associated with [1070 1541 0x0 SD] after extending device
@ 2004-11-17 18:31 Jörg Spilker
  2004-11-17 22:12 ` Jeff Mahoney
  0 siblings, 1 reply; 5+ messages in thread
From: Jörg Spilker @ 2004-11-17 18:31 UTC (permalink / raw)
  To: reiserfs-list

Hello,

i recently extended a LVM device and also resized the reiserfs. Now i find 
lots of messages like this in my log:

Nov 17 04:08:59 lotus kernel: ReiserFS: dm-5: warning: Invalid hash for xattr 
(system.posix_acl_access) associated with [1070 1541 0x0 SD]
Nov 17 04:08:59 lotus kernel: ReiserFS: dm-5: warning: Invalid hash for xattr 
(system.posix_acl_access) associated with [1070 1541 0x0 SD]

they don't seem to cause any harm. reiserfsck doesn't report any errors. Can i 
fix the problem without reformatting the whole device?

Kernel is the original kernel from SuSE 9.2 (with all available patches 
2.6.8-24.3) and the reiserfs tools coming with the distribution.

Greetings, Jörg

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: warning: Invalid hash for xattr (system.posix_acl_access) associated with [1070 1541 0x0 SD] after extending device
  2004-11-17 18:31 warning: Invalid hash for xattr (system.posix_acl_access) associated with [1070 1541 0x0 SD] after extending device Jörg Spilker
@ 2004-11-17 22:12 ` Jeff Mahoney
  2004-11-21  8:05   ` Jörg Spilker
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Mahoney @ 2004-11-17 22:12 UTC (permalink / raw)
  To: Jörg Spilker; +Cc: reiserfs-list

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jörg Spilker wrote:
| Hello,
|
| i recently extended a LVM device and also resized the reiserfs. Now i
find
| lots of messages like this in my log:
|
| Nov 17 04:08:59 lotus kernel: ReiserFS: dm-5: warning: Invalid hash
for xattr
| (system.posix_acl_access) associated with [1070 1541 0x0 SD]
| Nov 17 04:08:59 lotus kernel: ReiserFS: dm-5: warning: Invalid hash
for xattr
| (system.posix_acl_access) associated with [1070 1541 0x0 SD]
|
| they don't seem to cause any harm. reiserfsck doesn't report any
errors. Can i
| fix the problem without reformatting the whole device?
|
| Kernel is the original kernel from SuSE 9.2 (with all available patches
| 2.6.8-24.3) and the reiserfs tools coming with the distribution.
|
| Greetings, Jörg
|

It's definately fixable without reformatting.

When I designed the on-disk ACL/xattr format, I built in a magic number
and a checksum to catch things like corrupted entries wreaking havoc on
the system. That's what you're hitting.

Somehow, an entry wasn't fully written to disk or was corrupted somehow.
~ Whether it was part of the extending process or not, I couldn't tell you.

You can use debugreiserfs to track down the file with that key by using
debugreiserfs -d <device> and looking for the objectid. Once you find
the directory listing with that key, you should be able to find the file.

When you've located the filename, a setfattr -x system.posix_acl_access
<file> followed by the appropriate setfacl command will reset the ACL.

- -Jeff


- --
Jeff Mahoney
SuSE Labs
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBm8zLLPWxlyuTD7IRAss6AJ9ELG9BbPjgqF78dG5aXrgZ4MQpGQCeLZ7o
pmbxrva+nXv6MU3w0UQ1Y78=
=wpwc
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: warning: Invalid hash for xattr (system.posix_acl_access) associated with [1070 1541 0x0 SD] after extending device
  2004-11-17 22:12 ` Jeff Mahoney
@ 2004-11-21  8:05   ` Jörg Spilker
  2004-11-21 17:06     ` Hans Reiser
  2004-11-21 17:31     ` Jeff Mahoney
  0 siblings, 2 replies; 5+ messages in thread
From: Jörg Spilker @ 2004-11-21  8:05 UTC (permalink / raw)
  To: Jeff Mahoney; +Cc: reiserfs-list

Am Mittwoch, 17. November 2004 23:12 schrieben Sie:

Hello Jeff,

> You can use debugreiserfs to track down the file with that key by using
> debugreiserfs -d <device> and looking for the objectid. Once you find
> the directory listing with that key, you should be able to find the file.
>
> When you've located the filename, a setfattr -x system.posix_acl_access
> <file> followed by the appropriate setfacl command will reset the ACL.

thanks for your help. I could fix the problem using debugreiserfs

Greetings, Jörg

btw: your email is bouncing (unknown user).

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: warning: Invalid hash for xattr (system.posix_acl_access) associated with [1070 1541 0x0 SD] after extending device
  2004-11-21  8:05   ` Jörg Spilker
@ 2004-11-21 17:06     ` Hans Reiser
  2004-11-21 17:31     ` Jeff Mahoney
  1 sibling, 0 replies; 5+ messages in thread
From: Hans Reiser @ 2004-11-21 17:06 UTC (permalink / raw)
  To: Jörg Spilker; +Cc: Jeff Mahoney, reiserfs-list

Jörg Spilker wrote:

>Am Mittwoch, 17. November 2004 23:12 schrieben Sie:
>
>Hello Jeff,
>
>  
>
>>You can use debugreiserfs to track down the file with that key by using
>>debugreiserfs -d <device> and looking for the objectid. Once you find
>>the directory listing with that key, you should be able to find the file.
>>
>>When you've located the filename, a setfattr -x system.posix_acl_access
>><file> followed by the appropriate setfacl command will reset the ACL.
>>    
>>
>
>thanks for your help. I could fix the problem using debugreiserfs
>
>Greetings, Jörg
>
>btw: your email is bouncing (unknown user).
>
>
>  
>
I am concerned that this constitutes ignoring a bug report by fixing the 
symptoms and not finding the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: warning: Invalid hash for xattr (system.posix_acl_access) associated with [1070 1541 0x0 SD] after extending device
  2004-11-21  8:05   ` Jörg Spilker
  2004-11-21 17:06     ` Hans Reiser
@ 2004-11-21 17:31     ` Jeff Mahoney
  1 sibling, 0 replies; 5+ messages in thread
From: Jeff Mahoney @ 2004-11-21 17:31 UTC (permalink / raw)
  To: Jörg Spilker; +Cc: reiserfs-list

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jörg Spilker wrote:
| Am Mittwoch, 17. November 2004 23:12 schrieben Sie:
|
| Hello Jeff,
|
|
|>You can use debugreiserfs to track down the file with that key by using
|>debugreiserfs -d <device> and looking for the objectid. Once you find
|>the directory listing with that key, you should be able to find the file.
|>
|>When you've located the filename, a setfattr -x system.posix_acl_access
|><file> followed by the appropriate setfacl command will reset the ACL.
|
|
| thanks for your help. I could fix the problem using debugreiserfs

Great!

| btw: your email is bouncing (unknown user).

Yeah, it seems that my @novell.com address has been a black hole for the
past few days. Hopefully it will be fixed soon.

- -Jeff

- --
Jeff Mahoney
SuSE Labs
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBoNDZLPWxlyuTD7IRAhxEAJ44ZkvDQTlBkJ91DNPIYBlE1qARLgCcC3yy
hafHa02Cn1GtoxCrvUndHGE=
=5gv3
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-11-21 17:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-17 18:31 warning: Invalid hash for xattr (system.posix_acl_access) associated with [1070 1541 0x0 SD] after extending device Jörg Spilker
2004-11-17 22:12 ` Jeff Mahoney
2004-11-21  8:05   ` Jörg Spilker
2004-11-21 17:06     ` Hans Reiser
2004-11-21 17:31     ` Jeff Mahoney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.