linuxserver / docker-jellyfin

GNU General Public License v3.0
600 stars 92 forks source link

[BUG] Architecture issue with ARM64 display X64 #244

Open Pepper-Boy opened 1 month ago

Pepper-Boy commented 1 month ago

Is there an existing issue for this?

Current Behavior

Hi guys ! I noticed something weird when I did the update image of my Raspberry Pi 4. I updated from 10.8.13 version to 10.9.0 and then 10.9.1 but in the admin panel I see "Architecture : X64" In the log, I see -> "Architecture: Arm64"

Is-there a targetting issue with the docker image for ARM64 ?

Expected Behavior

After the new update of the ARM64 image, we should see "Architecture : ARM64" in the admin panel

Steps To Reproduce

In version 10.8.13 sudo docker-compose pull

Then update to the new image 10.9.0 or currently 10.9.1

Environment

- OS:Raspberry Pi 4 4go

CPU architecture

arm64

Docker creation

---
version: "2.1"
services:
  jellyfin:
    image: lscr.io/linuxserver/jellyfin:arm64v8-latest
    container_name: jellyfin
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Paris
      - JELLYFIN_PublishedServerUrl=http://mywebsite:8096
    volumes:
      - /home/xxx/jellyfin/library:/config
      - /home/xxx/jellyfin/JELLYFIN:/data/internal_ssd
      - data_usb_my_dd:/data/my_dd
    ports:
      - 8096:8096
      - 8920:8920
      - 7359:7359/udp
      - 1900:1900/udp
    restart: unless-stopped

volumes:
  data_usb_my_dd:
    driver: local
    driver_opts:
      type: 'none'
      o: 'bind'
      device: '/mnt/my_dd'

Container logs

jellyfin    | [custom-init] No custom files found, skipping...
jellyfin    | [09:47:38] [INF] [1] Main: Jellyfin version: 10.9.1
jellyfin    | [09:47:38] [INF] [1] Main: Environment Variables: ["[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]", "[JELLYFIN_PublishedServerUrl, http://mywebsite:8096]", "[JELLYFIN_CACHE_DIR, /config/cache]", "[JELLYFIN_CONFIG_DIR, /config]", "[JELLYFIN_DATA_DIR, /config/data]", "[JELLYFIN_LOG_DIR, /config/log]"]
jellyfin    | [09:47:38] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
jellyfin    | [09:47:38] [INF] [1] Main: Operating system: Ubuntu 22.04.4 LTS
jellyfin    | [09:47:38] [INF] [1] Main: Architecture: Arm64
jellyfin    | [09:47:38] [INF] [1] Main: 64-Bit Process: True
jellyfin    | [09:47:38] [INF] [1] Main: User Interactive: True
jellyfin    | [09:47:38] [INF] [1] Main: Processor count: 4
jellyfin    | [09:47:38] [INF] [1] Main: Program data path: /config/data
jellyfin    | [09:47:38] [INF] [1] Main: Log directory path: /config/log
jellyfin    | [09:47:38] [INF] [1] Main: Config directory path: /config
jellyfin    | [09:47:38] [INF] [1] Main: Cache path: /config/cache
jellyfin    | [09:47:38] [INF] [1] Main: Web resources path: /usr/share/jellyfin/web
jellyfin    | [09:47:38] [INF] [1] Main: Application directory: /usr/lib/jellyfin/bin/
jellyfin    | [09:47:39] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
jellyfin    | [09:47:41] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
github-actions[bot] commented 1 month ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

LinuxServer-CI commented 3 weeks ago

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