Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Architecture issue with ARM64 display X64 #244

Closed
1 task done
Pepper-Boy opened this issue May 13, 2024 · 3 comments
Closed
1 task done

[BUG] Architecture issue with ARM64 display X64 #244

Pepper-Boy opened this issue May 13, 2024 · 3 comments

Comments

@Pepper-Boy
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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
Copy link

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
Copy link
Collaborator

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.

@LinuxServer-CI LinuxServer-CI closed this as not planned Won't fix, can't repro, duplicate, stale Aug 12, 2024
Copy link

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Development

No branches or pull requests

2 participants