2025-03-30, 03:14 AM
https://pastebin.com/3vFG5Yxd
I am on nixos, and jellyfin is running in a container.. shouldnt libssl be bundled with the container? Is there any enviornment varible to fix the requirement, maybe disable whatever uses libssl, or someone can maybe add a initContainer to fix it, or tell me what the nixos package equivalent is
Code:
spiderunderurbed@raspberrypi:~/k8s $ kubectl logs jellyfin-85954f444d-jmqcz
[03:02:31] [INF] [1] Main: Jellyfin version: 10.10.6
[03:02:32] [INF] [1] Main: Environment Variables: ["[JELLYFIN_PORT_80_TCP_PROTO, tcp]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_PORT_80_TCP_ADDR, 10.43.209.212]", "[JELLYFIN_PORT_80_TCP, tcp://10.43.209.212:80]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_PORT_80_TCP_PORT, 80]", "[JELLYFIN_PORT, tcp://10.43.209.212:80]", "[JELLYFIN_SERVICE_HOST, 10.43.209.212]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_SERVICE_PORT, 80]", "[DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, 1]"]
[03:02:32] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
[03:02:32] [INF] [1] Main: Operating system: Debian GNU/Linux 12 (bookworm)
[03:02:32] [INF] [1] Main: Architecture: X64
[03:02:32] [INF] [1] Main: 64-Bit Process: True
[03:02:32] [INF] [1] Main: User Interactive: True
[03:02:32] [INF] [1] Main: Processor count: 3
[03:02:32] [INF] [1] Main: Program data path: /config
[03:02:32] [INF] [1] Main: Log directory path: /config/log
[03:02:32] [INF] [1] Main: Config directory path: /config/config
[03:02:32] [INF] [1] Main: Cache path: /cache
[03:02:32] [INF] [1] Main: Temp directory path: /tmp/jellyfin
[03:02:32] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web
[03:02:32] [INF] [1] Main: Application directory: /jellyfin/
[03:02:32] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
No usable version of libssl was found
I am on nixos, and jellyfin is running in a container.. shouldnt libssl be bundled with the container? Is there any enviornment varible to fix the requirement, maybe disable whatever uses libssl, or someone can maybe add a initContainer to fix it, or tell me what the nixos package equivalent is