linuxserver / docker-jellyfin

GNU General Public License v3.0
630 stars 94 forks source link

Not working on WDMyCloudEX2Ultra #154

Closed Gandulf78 closed 1 year ago

Gandulf78 commented 2 years ago

Hi. I don't succeed to run properly jellyfin on my NAS (WDMyCloudEX2Ultra) with docker. The config volume folders are created but empty. I cannot reach the web server either. For information, Plew is running on the NAS. I run jellyfin with following command:

docker run -d --name=jellyfin --user 0:0 --net=host -e TZ=Europe/Paris -p 8096:8096 -v jellyfin-config:/config -v jellyfin-cache:/cache -v /mnt/HD/HD_a2/Public:/media -e JELLYFIN_PublishedServerUrl=https://jellyfin.mydomain.fr --restart always lscr.io/linuxserver/jellyfin

I try building locally or different PID/GID but it doesn't help.

Here are the logs from docker logs jellyfin:

[s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 01-envfile: executing... [cont-init.d] 01-envfile: exited 0. [cont-init.d] 01-migrations: executing... [migrations] started [migrations] no migrations found [cont-init.d] 01-migrations: exited 0. [cont-init.d] 02-tamper-check: executing... [cont-init.d] 02-tamper-check: exited 0. [cont-init.d] 10-adduser: executing... usermod: no changes


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

Brought to you by linuxserver.io

To support the app dev(s) visit: Jellyfin: https://opencollective.com/jellyfin

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

GID/UID

User uid: 911 User gid: 911

[cont-init.d] 10-adduser: exited 0. [cont-init.d] 30-config: executing... [cont-init.d] 30-config: exited 0. [cont-init.d] 40-gid-video: executing... [cont-init.d] 40-gid-video: exited 0. [cont-init.d] 90-custom-folders: executing... [cont-init.d] 90-custom-folders: exited 0. [cont-init.d] 99-custom-scripts: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-scripts: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done.

github-actions[bot] commented 2 years 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.

benwiley4000 commented 1 year ago

I'm using the same NAS. Did you figure this out?

Gandulf78 commented 1 year ago

No unfortunately. Sorry.

benwiley4000 commented 1 year ago

Not sure if this will suit your needs but my solution was to just use the Twonky Server app officially available in the apps section of the EX2Ultra. I access it with the Bubble UPnP app on Android, which among other things is able to cast a stream to Chromecast with subtitles (without going through the phone as an intermediary it seems).

Note that you will need to stop the app from the EX2Ultra dashboard after installation, edit the file /mnt/HD/HD_a2/.twonkymedia/twonkyserver.ini, and change the httpport value from 9000 to 9001. Then you can restart the app. This prevents it from trying to listen on the same port as Portainer does (assuming you're still using Docker).

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.

github-actions[bot] commented 1 year ago

This issue is locked due to inactivity