linuxserver / docker-ombi

GNU General Public License v3.0
160 stars 35 forks source link

Latest Ombi docker image fails to launch Ombi - possible issue with s6 overlay #101

Closed CplPwnies closed 2 years ago

CplPwnies commented 2 years ago

linuxserver.io


Expected Behavior

Ombi should load in web browser

Current Behavior

Ombi does not load in web browser. See docker logs section.

Steps to Reproduce

  1. Update to the :latest docker container image.

Environment

OS: Debian 11 CPU architecture: x86_64 How docker service was installed: From official docker repo

Command used to create docker container (run/create/compose/screenshot)

ombi:
    image: linuxserver/ombi:latest
    container_name: ombi
    restart: unless-stopped
    environment:
      - PGID=1000
      - PUID=1000
      - TZ=America/Chicago
    volumes:
      - "/filesystem/Ombi:/config"
    ports:
      - "3579:3579"

Docker logs

s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service 00-legacy: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/01-envfile
s6-rc: info: service 00-legacy successfully started
cont-init: info: /etc/cont-init.d/01-envfile exited 0
cont-init: info: running /etc/cont-init.d/01-migrations
[migrations] started
[migrations] no migrations found
cont-init: info: /etc/cont-init.d/01-migrations exited 0
cont-init: info: running /etc/cont-init.d/02-tamper-check
**** Potential tampering with custom scripts/services detected ****
**** Folder /config/custom-cont-init.d is moved to /config/custom-cont-init.d.LLGGX92u ****
**** Folder /config/custom-services.d is moved to /config/custom-services.d.LLGGX92u ****
**** The folders '/config/custom-cont-init.d' and '/config/custom-services.d'; and their contents need to all be owned by root to prevent root escalation inside the container!!! ****
cont-init: info: /etc/cont-init.d/02-tamper-check exited 0
cont-init: info: running /etc/cont-init.d/10-adduser

-------------------------------------
          _         ()
         | |  ___   _    __
         | | / __| | |  /  \
         | | \__ \ | | | () |
         |_| |___/ |_|  \__/

Brought to you by linuxserver.io
-------------------------------------

To support the app dev(s) visit:
Ombi - Patreon: https://patreon.com/tidusjar
Ombi - PayPal: https://paypal.me/PlexRequestsNet

To support LSIO projects visit:
https://www.linuxserver.io/donate/
-------------------------------------
GID/UID
-------------------------------------

User uid:    1001
User gid:    1001
-------------------------------------

cont-init: info: /etc/cont-init.d/10-adduser exited 0
cont-init: info: running /etc/cont-init.d/30-config
s6-sudoc: fatal: unable to get exit status from server: Operation timed out
s6-rc: warning: unable to start service legacy-cont-init: command exited 111
github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

CplPwnies commented 2 years ago

Closing this request as I fixed it by just backing up my Ombi config files, removing my docker folder, and re-creating it.

thespad commented 2 years ago

It was fixed in the latest image, a change in the previous version of the image was causing timeouts on slow machines or machines with big /config mounts.

disconn3ct commented 2 years ago

I'm seeing it on ghcr.io/linuxserver/ombi:4.16.12 (arm64) Is there a newer version?

thespad commented 2 years ago

Yeah sorry, the dev image has built since the issue was fixed, the stable hasn't.