Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#29988 - [wireshark-cli] install script failed to execute correctly
Attached to Project:
Arch Linux
Opened by vicencb (vicencb) - Wednesday, 23 May 2012, 18:29 GMT
Last edited by Jan de Groot (JGC) - Thursday, 31 May 2012, 13:52 GMT
Opened by vicencb (vicencb) - Wednesday, 23 May 2012, 18:29 GMT
Last edited by Jan de Groot (JGC) - Thursday, 31 May 2012, 13:52 GMT
|
DetailsDescription:
When upgrading wireshark-cli the following error is reported: (4/5) upgrading wireshark-cli [######################] 100% Failed to set capabilities on file `usr/bin/dumpcap' (Operation not supported) usage: setcap [-q] [-v] (-r|-|<caps>) <filename> [ ... (-r|-|<capsN>) <filenameN> ] Note <filename> must be a regular (non-symlink) file. error: command failed to execute correctly Additional info: * package version(s) wireshark-cli: 1.6.8-1 libcap: 2.22-3 pacman: 4.0.3-1 * config and/or log files etc. Steps to reproduce: as root: pacman -Syu |
This task depends upon
Closed by Jan de Groot (JGC)
Thursday, 31 May 2012, 13:52 GMT
Reason for closing: Not a bug
Additional comments about closing: User configuration issue. Default kernel works.
Thursday, 31 May 2012, 13:52 GMT
Reason for closing: Not a bug
Additional comments about closing: User configuration issue. Default kernel works.
ls -l /usr/bin/dumpcap
-rwxr-xr-- 1 root wireshark 63424 May 22 22:23 /usr/bin/dumpcap
as you can see, the file is NOT a symlink.
Does strace provide more information?
strace -o strace setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/dumpcap
Can this problem be caused by a custom kernel?
Thanks
My fault.
Thanks for your attention.