Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 9516] Error while installing wireshark-1.10.3 from RPM bui

Date: Fri, 06 Dec 2013 10:14:41 +0000

Comment # 3 on bug 9516 from
(In reply to comment #0)
> error: unpacking of archive failed on file /install/bin/dumpcap: cpio:
> cap_set_file failed - Operation not supported

Perhaps

    1) cpio archives, at least with some versions of cpio, can include, along
with file attributes, capability bits;

    2) we're setting the appropriate capability bits on dumpcap in the RPM so
that it can capture traffic without having to run as root;

    3) cpio is unpacking onto a file system that doesn't support capability
bits, or something such as that.

What type of file system is /install/bin on?  (For example, what do "mount" and
"df /install/bin" print?)


You are receiving this mail because:
  • You are watching all bug changes.