There was an error trying to upgrade to the above version :
# LANG=C dpkg --pending --configure
Setting up gnome-keyring (3.0.0-2) ...
Failed to set capabilities on file `/usr/bin/gnome-keyring-daemon'
(Operation not supported)
usage: setcap [-q] [-v] (-r|-|<caps>) <filename> [ ... (-r|-|<capsN>)
<filenameN> ]
Note <filename> must be a regular (non-symlink) file.
Setting capabilities for gnome-keyring-daemon using Linux Capabilities
failed.
dpkg: error processing gnome-keyring (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
gnome-keyring
This may be related to :
# uname -m
armv7l
Hope this helps,
Snark on #gnome-hackers
--
To UNSUBSCRIBE, email to debian-bugs-...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Hi,
Thanks for your bug report,
Do you know what is the file system used for /usr ?
Cheers
Laurent Bigonville
Yes, ext3
Snark on #gnome-hackers
> Le 15/04/2011 15:46, Laurent Bigonville a écrit :
> > Do you know what is the file system used for /usr ?
>
> Yes, ext3
mmm that's surprising.
What does
getcap /usr/bin/gnome-keyring-daemon and
ls -la /usr/bin/gnome-keyring-daemon are saying?
Cheers
Laurent Bigonville
# getcap /usr/bin/gnome-keyring-daemon
Failed to get capabilities of file `/usr/bin/gnome-keyring-daemon'
(Operation not supported)
> ls -la /usr/bin/gnome-keyring-daemon are saying?
# ls -la /usr/bin/gnome-keyring-daemon
-rwxr-xr-x 1 root root 890008 15 avril 04:24 /usr/bin/gnome-keyring-daemon
Hope that helps,
Snark on #gnome-hackers
In any case, the script should handle failure cases for setcap
gracefully.
--
.''`. Josselin Mouette
: :' :
`. `' “If you behave this way because you are blackmailed by someone,
`- […] I will see what I can do for you.” -- Jörg Schilling
I had exactly same issue on i686, so this is unrelated to architecture.
Reason was my customised kernel without CONFIG_EXT3_FS_SECURITY compiled into
EXT3 support. (FS -> Ext3 journaling filesystem support -> Ext3 extended
Attributes -> Ext3 Security Labels)
Julien's arm board most probably also uses kernel without it and setcap fails
then. When this is compiled into the running kernel, no problems during gnome-
keyring installation.
Best regards,
--
Jakub Krajewski
ja...@krajewski.org