linuxserver / docker-medusa

GNU General Public License v3.0
40 stars 15 forks source link

[BUG] stalls on 30-config script #46

Closed xstar97 closed 1 year ago

xstar97 commented 1 year ago

Is there an existing issue for this?

Current Behavior

the scripts runs but does not exit or just stalls completely.

Expected Behavior

scripts start and finish and then the app is active after finishing setup

Steps To Reproduce

  1. install the app with the basic defaults

Environment

- OS: truenas scale
- How docker service was installed: N/A
truecharts app -> https://github.com/truecharts/charts/blob/master/charts/stable/medusa/values.yaml

CPU architecture

arm64

Docker creation

N/A

Container logs

2022-12-18T16:25:55.351607270Z [custom-init] No custom services found, skipping...
2022-12-18T16:25:56.311596284Z s6-rc: info: service s6rc-oneshot-runner: starting
2022-12-18T16:25:56.316271834Z s6-rc: info: service s6rc-oneshot-runner successfully started
2022-12-18T16:25:56.316725628Z s6-rc: info: service fix-attrs: starting
2022-12-18T16:25:56.316864600Z s6-rc: info: service 00-legacy: starting
2022-12-18T16:25:56.322966478Z s6-rc: info: service 00-legacy successfully started
2022-12-18T16:25:56.325422089Z s6-rc: info: service fix-attrs successfully started
2022-12-18T16:25:56.325665958Z s6-rc: info: service legacy-cont-init: starting
2022-12-18T16:25:56.332557836Z cont-init: info: running /etc/cont-init.d/01-envfile
2022-12-18T16:25:56.343499545Z cont-init: info: /etc/cont-init.d/01-envfile exited 0
2022-12-18T16:25:56.343575827Z cont-init: info: running /etc/cont-init.d/01-migrations
2022-12-18T16:25:56.360561332Z [migrations] started
2022-12-18T16:25:56.360774535Z [migrations] no migrations found
2022-12-18T16:25:56.361264626Z cont-init: info: /etc/cont-init.d/01-migrations exited 0
2022-12-18T16:25:56.361359598Z cont-init: info: running /etc/cont-init.d/10-adduser
2022-12-18T16:25:57.081488808Z 
2022-12-18T16:25:57.081600208Z -------------------------------------
2022-12-18T16:25:57.081647978Z           _         ()
2022-12-18T16:25:57.081686883Z          | |  ___   _    __
2022-12-18T16:25:57.081759797Z          | | / __| | |  /  \
2022-12-18T16:25:57.081802571Z          | | \__ \ | | | () |
2022-12-18T16:25:57.081842782Z          |_| |___/ |_|  \__/
2022-12-18T16:25:57.081880254Z 
2022-12-18T16:25:57.081916099Z 
2022-12-18T16:25:57.081975623Z Brought to you by linuxserver.io
2022-12-18T16:25:57.082015629Z -------------------------------------
2022-12-18T16:25:57.082060830Z 
2022-12-18T16:25:57.082098559Z To support LSIO projects visit:
2022-12-18T16:25:57.082136831Z https://www.linuxserver.io/donate/
2022-12-18T16:25:57.082198424Z -------------------------------------
2022-12-18T16:25:57.082238911Z GID/UID
2022-12-18T16:25:57.082275828Z -------------------------------------
2022-12-18T16:25:57.089620566Z 
2022-12-18T16:25:57.089703289Z User uid:    568
2022-12-18T16:25:57.089740249Z User gid:    568
2022-12-18T16:25:57.089809309Z -------------------------------------
2022-12-18T16:25:57.089848897Z 
2022-12-18T16:25:57.105562920Z cont-init: info: /etc/cont-init.d/10-adduser exited 0
2022-12-18T16:25:57.105653349Z cont-init: info: running /etc/cont-init.d/30-config
github-actions[bot] commented 1 year ago

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

aptalca commented 1 year ago

We don't maintain or support the truecharts apps. You should report it to them.

xstar97 commented 1 year ago

Truecharts mirrors your image and i have ran your image itself, same issue. I ran as root but the script fails to function.

j0nnymoe commented 1 year ago

Yes while they mirror our image, we know nothing about your setup or what parameters you've used to deploy the image. Taking a flying guess here that is doesn't like however you've configured your permissions for the /config mount.

The image boots fine: https://ci-tests.linuxserver.io/linuxserver/medusa/latest/index.html

xstar97 commented 1 year ago

Yes while they mirror our image, we know nothing about your setup or what parameters you've used to deploy the image. Taking a flying guess here that is doesn't like however you've configured your permissions for the /config mount.

The image boots fine: https://ci-tests.linuxserver.io/linuxserver/medusa/latest/index.html

Ty, wanted to validate that

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.