xthursdayx / yacreaderlibrary-server-docker

Docker image running a headless version of YACReaderLibraryServer 📦

Home Page:https://hub.docker.com/r/xthursdayx/yacreaderlibrary-server-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] 1.4.x bug `s6-rc-compile: fatal`

nickv2002 opened this issue · comments

I'm having an issue with the latest image (sha256:9500a2ab240e174346ca1f0a8a2edd1357d24f61f39726d16609bd31f3cdc30f or sha256:8f559d28e4fdd415cd744fa421934062805a6586adfe6f89ee080f22a0815304)

The YACReader service doesn't start and the Docker logs show the following:

s6-rc-compile: fatal: during dependency resolution for service init-adduser: undefined service name init-script-check
s6-rc: fatal: unable to take locks: No such file or directory
s6-linux-init-shutdownd: warning: /run/s6/basedir/scripts/rc.shutdown exited 111
s6-rc-compile: fatal: during dependency resolution for service init-adduser: undefined service name init-script-chec

For now I've just changed my server to use xthursdayx/yacreaderlibrary-server-docker:v1.3.1 and that gets everything back to working order. Thanks!

Same issue here with 9500a2ab240e:

❯ sudo docker logs YACReaderLibraryServer
s6-rc-compile: fatal: during dependency resolution for service init-adduser: undefined service name init-script-check

Apologies, a previous fix I'd released for this issue was only pushed to the p7zip tagged image, which I was using for testing, not the latest/unarr tags. Release v1.4.7 fixes this issue. Please pull the new image and report back if you're still having any issues. Cheers.

Thanks for the quick fix: pulling the 1.4.7 tag works for me. 👍