mikenye / docker-picard

Docker container for MusicBrainz Picard
97 stars 14 forks source link

Cannot start container after upgrading to latest version #80

Open xxxarmitagexxx opened 10 months ago

xxxarmitagexxx commented 10 months ago

After pulling the latest image, the container will systematically exit right after starting it after pulling the CJK fonts: 

[cont-init ] 15-cjk-font.sh: After this operation, 16.8 MB of additional disk space will be used.

[cont-init ] 15-cjk-font.sh: Get:1 http://archive.ubuntu.com/ubuntu jammy/universe amd64 fonts-wqy-zenhei all 0.9.45-8 [7,472 kB]

[cont-init ] 15-cjk-font.sh: debconf: delaying package configuration, since apt-utils is not installed

[cont-init ] 15-cjk-font.sh: Fetched 7,472 kB in 2s (3,111 kB/s)

[cont-init ] 15-cjk-font.sh: dpkg: unrecoverable fatal error, aborting:

[cont-init ] 15-cjk-font.sh: unknown system group 'messagebus' in statoverride file; the system group got removed

[cont-init ] 15-cjk-font.sh: before the override, which is most probably a packaging bug, to recover you

[cont-init ] 15-cjk-font.sh: can remove the override manually with dpkg-statoverride

[cont-init ] 15-cjk-font.sh: E: Sub-process /usr/bin/dpkg returned an error code (2)

[cont-init ] 15-cjk-font.sh: terminated with error 100.

The containers start properly if I am removing " #- ENABLE_CJK_FONT=1" from my docker compose file

louhisuo commented 10 months ago

I think you are facing same issue than me. I believe it is coming from base image used (Issue #76).