If podman module hpc is set to
userns = "keep-id"
The following execution error through skybox happens
[2026-02-17T01:37:12.513] [4.0] debug: [skybox] CMD: podman --root /dev/shm/skybox_4.0/graphroot --runroot /dev/shm/skybox_4.0/runroot --module hpc --storage-opt additionalimagestore=/tmp/.parallax_imagestore --storage-opt mount_program=/usr/local/bin/parallax-mount-program run --rm --detach --name skybox_4.0 --pidfile /dev/shm/skybox_4.0/pidfile library/ubuntu:22.04 sleep infinity
[2026-02-17T01:37:12.513] [4.0] debug: [skybox] podman run exit code: 126
[2026-02-17T01:37:12.513] [4.0] debug: [skybox] podman run stderr: Error: OCI runtime error: crun: mount `devpts` to `dev/pts`: Invalid argument
[2026-02-17T01:37:12.513] [4.0] error: spank{id="skybox" cb="slurm_spank_task_init" ctx="Remote" task_id=0}: [skybox] podman run exited with 126
If podman module hpc is set to
userns = "keep-id"The following execution error through skybox happens