Is it possible to start Distrobox Podman containers in Live mode?
Error: unable to start container “bacd823a8e3feafeea9bac423b18b96ccaa275a22
2429b36dd8d167d8f473c2c”: crun: creating /usr/bin/entrypoint: openat2 us r/bin: No such file or directory: OCI runtime attempted to invoke a comman
d that was not found
Podman is launched only in default boot of Kicksecure. I can run podman in Debian Live usb. But in Kicksecure live-mode always this error. Containers are very important for me, I could not find a solution on Internet. I will be grateful for the help!
Starting container... [ OK ]
Installing basic packages... [ OK ]
Setting up devpts mounts... Error: An error occurred
+ printf 'distrobox: Setting up devpts mounts...\n'
distrobox: Setting up devpts mounts...
+ grep -q tty /etc/group
+ mount -t devpts devpts -o noexec,nosuid,newinstance,ptmxmode=0666,mode=0620,gid=tty /dev/pts/
mount: /dev/pts: must be superuser to use mount.
dmesg(1) may have more information after failed mount system call.
+ '[' 32 -ne 0 ']'
+ printf 'Error: An error occurred\n'
Error: An error occurred
DEBU[0000] Called logs.PersistentPostRunE(podman --log-level debug logs my-distrobox)
DEBU[0000] Shutting down engines
INFO[0000] Received shutdown.Stop(), terminating! PID=10925
must be superuser to use mount - Why live mode require a Root to launch a container, created in persistent mode?