jlesage / docker-makemkv

Docker container for MakeMKV
MIT License
440 stars 50 forks source link

Container hangs on startup with podman (Fedora CoreOS) #101

Closed jdmcmahan closed 3 years ago

jdmcmahan commented 3 years ago

Hello,

I'm attempting to run this image on CoreOS using podman, but the container hangs indefinitely at 00-app-script.sh: executing....

The following is a minimal example after removing volume/device mounts in case that was the issue:

# podman run --rm --name=makemkv docker.io/jlesage/makemkv:v1.18.1
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-app-niceness.sh: executing...
[cont-init.d] 00-app-niceness.sh: exited 0.
[cont-init.d] 00-app-script.sh: executing...

Any ideas? Is there a way to enable verbose logging for these scripts?

Thanks in advance!

jdmcmahan commented 3 years ago

Apologies, this turned out to be a hardware issue. Thanks for the awesome work!