2024-09-15, 05:22 PM
(2024-09-15, 04:45 PM)TheDreadPirate Wrote:
This is almost certainly an issue with WD's cloud OS or whatever they call it. The libraries provided by the OS that docker/jellyfin depends on probably use different paging sizes.
If you have command line access to your NAS, run this command.
Code:
getconf PAGESIZE
It may be 2048 instead of 4096.
Hey. I tried running it via docker compose.
version: '3.3'
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
network_mode: "host"
volumes:
- /mnt/HD/HD_a2/jelly/config:/config
- /mnt/HD/HD_a2/jelly/cache:/cache
- /mnt/HD/HD_a2/jelly/media:/media
restart: unless-stopped
But still same error: "/jellyfin/jellyfin: error while loading shared libraries: libpthread.so.0: ELF load command address/offset not page-aligned"