2024-10-14, 06:58 PM
(2024-10-14, 06:49 PM)TheDreadPirate Wrote: Is that from re-running the command just now? Or from the first attempt earlier? It looks like it retrieved the meta-package, but not the actual packages? You should have seen 4 packages total.
Code:jellyfin jellyfin-ffmpeg6 jellyfin-server jellyfin-web
What is the output of this?
Code:sudo apt list --installed | grep jellyfin
If you don't see those 4 packages listed.
Code:sudo apt install jellyfin jellyfin-ffmpeg6 jellyfin-server jellyfin-web
this was from second reinstall but the results were the same as what i posted for both
with regards to the commands listed, outputs are below:
jellyfin jellyfin-ffmpeg6 jellyfin-server jellyfin-web:
Code:
[18:51:16] [INF] [1] Main: Jellyfin version: 10.9.11
[18:51:16] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /home/gobln/jellyfin/log]"]
[18:51:16] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "jellyfin-ffmpeg6", "jellyfin-server", "jellyfin-web"]
[18:51:16] [INF] [1] Main: Operating system: Ubuntu 24.04.1 LTS
[18:51:16] [INF] [1] Main: Architecture: X64
[18:51:16] [INF] [1] Main: 64-Bit Process: True
[18:51:16] [INF] [1] Main: User Interactive: True
[18:51:16] [INF] [1] Main: Processor count: 2
[18:51:16] [INF] [1] Main: Program data path: /home/gobln/jellyfin
[18:51:16] [INF] [1] Main: Log directory path: /home/gobln/jellyfin/log
[18:51:16] [INF] [1] Main: Config directory path: /home/gobln/jellyfin
[18:51:16] [INF] [1] Main: Cache path: /home/gobln/.cache/jellyfin
[18:51:16] [INF] [1] Main: Web resources path: /usr/lib/jellyfin/bin/jellyfin-web
[18:51:16] [INF] [1] Main: Application directory: /usr/lib/jellyfin/bin/
[18:51:16] [ERR] [1] Main: The server is expected to host the web client, but the provided content directory is either invalid or empty: /usr/lib/jellyfin/bin/jellyfin-web. If you do not want to host the web client with the server, you may set the '--nowebclient' command line flag, or set'hostwebclient=false' in your config settings
sudo apt list --installed | grep jellyfin:
Code:
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
jellyfin-ffmpeg6/unknown,now 6.0.1-8-noble amd64 [installed,automatic]
jellyfin-server/unknown,now 10.9.11+ubu2404 amd64 [installed,automatic]
jellyfin-web/unknown,now 10.9.11+ubu2404 all [installed,automatic]
jellyfin/unknown,now 10.9.11+ubu2404 all [installed]
shows that all 4 packages have been installed