Description of problem: While trying to do some install over nilfs & f2fs (the later not being "upstreamed" in drakx yet), I see package installation fails with: "cap_set_file failed - Resource temporarily unavailable" and: "cpio: symlink failed - Resource temporarily unavailable" It always fails when using / formatted as nilfs or f2fs. It always succeeds when using / formatted as ext4. Examples: unpacking of archive failed on file /usr/bin/newgidmap;5e70d81f: cpio: cap_set_file failed - Resource temporarily unavailable unpacking of archive failed on file /usr/lib/.build-id/66/d50621a56de287196eaf685be6af995d43fe8c;5e70d81f: cpio: symlink failed - Resource temporarily unavailable I wonder if we shouldn't set: CONFIG_F2FS_FS_SECURITY=y (but that wouldn't fix nilfs2) And maybe "FS_DAX_PMD" (which needs CONFIG_ZONE_DEVICE=y) but I've no clue there
CC: (none) => pterjan
Created attachment 11552 [details] report.bug for the F2FS case
Created attachment 11553 [details] report.bug for the NILFS2 case
Yeah, F2FS_FS_SECURITY should fix F2FS but nilfs2 does not support extended atributes yet, so I think you will have to ignore that one for now...
ZONE_DEVICE & co enabled, including FS_DAX_PMD
BTW I confirm that F2FS_FS_SECURITY fixes f2fs. But not nilfs2 obviously. That's the only change I did yesterday, I didn't experimented with other changes for nilfs2. I'll wait for your next kernel.
I'll close that one then
Resolution: (none) => FIXEDStatus: NEW => RESOLVED