You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I compared the permissions on the files and the only thing in 1.279 that's missing is some files don't have world-read perms; and the owner names differ.
I don't understand how that leads to tar being unable to change ownership.
I am also baffled as to why you would try to unpack a tarball while retaining an ownership user that doesn't exist on your system.
Expected behavior:
The release tarball can be extracted with the
--same-owner
option. This works fine in releasePPI-1.278
:However, in release
PPI-1.279
, the following steps fail:Here's a sample of the resulting errors:
This leads to problems when pulling certain docker images with podman, as described in linuxserver/docker-smokeping#181.
The text was updated successfully, but these errors were encountered: