Hello, While working with docs, I ran into a few podman issues. I've not been able to find any bugs related to these yet. Are these known by any chance. If not, I'll go file fresh bugs: --- Issue 1 ---- $ ./build.sh This build script is using Podman to run the build in an isolated environment. WARN[0000] Error initializing configured OCI runtime runc: no valid executable found for OCI runtime runc: invalid argument Error: could not get runtime: default OCI runtime "runc" not found: invalid argument @hhlp pointed out that it's listed in F31 common bugs here: https://www.fedoraproject.org/wiki/Common_F31_bugs#Podman_fails_to_run_containers_on_upgraded_systems_.28due_to_use_of_runc_runtime_with_cgroups_v2.29 The fix, unfortunately, lead to a new error: --- Issue 2 ---- $ rm ~/.config/containers/libpod.conf -f $ ./build.sh This build script is using Podman to run the build in an isolated environment. 2019-09-25T10:28:24.000811303Z: cannot rm state directory '/run/user/1000/crun/42c03e3c10e7b2de25b41fbd1d69ee7fb2ac656a18b77a005e7c6e9556e07195': Directory not empty ERRO[0002] Error removing container 42c03e3c10e7b2de25b41fbd1d69ee7fb2ac656a18b77a005e7c6e9556e07195: error cleaning up container 42c03e3c10e7b2de25b41fbd1d69ee7fb2ac656a18b77a005e7c6e9556e07195: error removing container 42c03e3c10e7b2de25b41fbd1d69ee7fb2ac656a18b77a005e7c6e9556e07195 from runtime: `/usr/bin/crun delete --force 42c03e3c10e7b2de25b41fbd1d69ee7fb2ac656a18b77a005e7c6e9556e07195` failed: exit status 1 $ --- Issue 3 ---- I tried on a different F31 machine and ended up with a different error: $ ./build.sh This build script is using Podman to run the build in an isolated environment. Trying to pull docker.io/antora/antora... Getting image source signatures Copying blob 56174ae7ed1d done Copying blob 284842a36c0d done Copying blob e7c96db7181b done Copying blob 7fa322d31adf done Copying blob ee3fdb6b9c98 done Copying blob 50958466d97a done Copying blob 6fd7bef320a5 done Copying config 8e549fc7fa done Writing manifest to image destination Storing signatures Error processing tar file(exit status 1): there might not be enough IDs available in the namespace (requested 0:42 for /etc/shadow): lchown /etc/shadow: invalid argument Error: unable to pull docker.io/antora/antora: unable to pull image: Error committing the finished image: error adding layer with blob "sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10": Error processing tar file(exit status 1): there might not be enough IDs available in the namespace (requested 0:42 for /etc/shadow): lchown /etc/shadow: invalid argument -- Thanks, Regards, Ankur Sinha "FranciscoD" (He / Him / His) | https://fedoraproject.org/wiki/User:Ankursinha Time zone: Europe/London
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ test mailing list -- test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to test-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/test@xxxxxxxxxxxxxxxxxxxxxxx