Hi there,
I have a Manjaro instance running in a podman container that I run using distrobox. Since podman can run Docker images, I used manjarolinux/base from Docker hub.
Today I was updating the client when the terminal crashed (threw error 137, logged me out of distrobox). Now I can’t start the container anymore.
Container logs:
/usr/bin/entrypoint: line 2443: /usr/sbin/findmnt: cannot execute: required file not found
/usr/bin/entrypoint: line 2443: /usr/sbin/findmnt: cannot execute: required file not found
/usr/bin/entrypoint: line 2443: /usr/sbin/findmnt: cannot execute: required file not found
/usr/bin/entrypoint: line 2443: /usr/sbin/findmnt: cannot execute: required file not found
/usr/bin/entrypoint: line 2469: /usr/sbin/sleep: cannot execute: required file not found
Error: An error occurred
{"msg":"exec container process (missing dynamic library?) `/usr/bin/entrypoint`: No such file or directory","level":"error","time":"2025-08-29T20:15:57.443047Z"}
{"msg":"exec container process (missing dynamic library?) `/usr/bin/entrypoint`: No such file or directory","level":"error","time":"2025-08-29T20:22:07.311625Z"}
Last pacman log from inside the container that I grabbed by accessing pacman.log from the host:
[2025-08-29T22:03:11+0200] [PACMAN] Running 'pacman -S -y --config /etc/pacman.conf --'
[2025-08-29T22:03:11+0200] [PACMAN] synchronizing package lists
[2025-08-29T22:12:38+0200] [PACMAN] Running 'pacman -Syu --quiet'
[2025-08-29T22:12:38+0200] [PACMAN] synchronizing package lists
[2025-08-29T22:12:39+0200] [PACMAN] starting full system upgrade
[2025-08-29T22:15:32+0200] [ALPM] running 'distrobox-pre-hook.sh.hook'...
[2025-08-29T20:15:32+0000] [ALPM] transaction started
So um… looks like something went wrong in the distrobox hook. Am I screwed? Any ideas where to look for more clues?