Comment # 3
on bug 9516
from Guy Harris
(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.