From the dump maintainer:
------------ Forwarded Message ------------
Date: Saturday, April 22, 2006 2:33 PM +0200
From: Stelian Pop <stelian@xxxxxxxxxx>
To: Kenneth Porter <shiva@xxxxxxxxxxxxxxx>
Cc: dump-users@xxxxxxxxxxxxxxxxxxxxx
Subject: Re: [Dump-users] restore: lsetxattr ./etc/hotplug/pci.agent
failed: Operation not supported
Le jeudi 20 avril 2006 à 06:25 -0700, Kenneth Porter a écrit :
This error is being reported by a Fedora user here:
<http://fcp.homelinux.org/modules/newbb/viewtopic.php?topic_id=18910&star
t=10>
Is this perhaps a kernel deficiency? Perhaps this kernel was built
without EA support.
This means that the dumped file has some EA (extended attributes, as
visible with getfattr(1), not to be confused with ext2 attributes, which
are listed by lsattr(1)).
Restore is trying to restore the EA, and the syscall fails. There can be
multiple reasons for that:
* the target filesystem does not support EA
* the target filesystem does support EA but it is not mounted with the
needed mount options (user_xattr for example)
* the kernel does not support EA
Stelian.
--
Stelian Pop <stelian@xxxxxxxxxx>
-------------------------------------------------------
Dump-users mailing list
Dump-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/dump-users
---------- End Forwarded Message ----------