Skip to content

[Bug] Possible zombie process "mmgplsrv" #265

@Phiumi

Description

@Phiumi

Current Behavior

I created the docker container on ubuntu server 24.04 with the following configuration
docker run -d
--name=makemkv
--restart unless-stopped
--init
-p 5800:5800
-v /home/utente/makemkv/config/:/config:rw
-v /home/users:/storage:ro
-v /home/utente/makemkv/output/:/output:rw
-e TZ="Europe/Rome"
-e DARK_MODE="1"
-e WEB_FILE_MANAGER="1"
-e WEB_FILE_MANAGER_ALLOWED_PATHS="/output"
--device /dev/sr0
--device /dev/sg1
jlesage/makemkv

After a while in by ssh in the servewr i noticed:
utente@server-sandy:~$ top -b | grep 'Z'
21674 utente 22 2 0 0 0 Z 0.0 0.0 0:00.16 mmgplsrv

After a search i belive is due to MAKEMKV, since after stopping the container there is no more that process. I am not sure on how to proceed, any suggestion?

Expected Behavior

No response

Steps To Reproduce

No response

Environment

  • OS:
  • OS version:
  • CPU:
  • Docker version:
  • Device model:
  • Browser/OS:

Container creation

docker run -d
--name=makemkv
--restart unless-stopped
--init
-p 5800:5800
-v /home/utente/makemkv/config/:/config:rw
-v /home/users:/storage:ro
-v /home/utente/makemkv/output/:/output:rw
-e TZ="Europe/Rome"
-e DARK_MODE="1"
-e WEB_FILE_MANAGER="1"
-e WEB_FILE_MANAGER_ALLOWED_PATHS="/output"
--device /dev/sr0
--device /dev/sg1
jlesage/makemkv

Container log

TODO

Container inspect


Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions