2024-10-29, 01:41 PM
(2024-10-29, 01:23 PM)TheDreadPirate Wrote: If UFW is inactive, you have to enabled it.
Code:sudo ufw enable
Then the rules you add become active. But that wouldn't prevent Jellyfin from starting.
Share the output of this command.
Code:sudo apt list --installed | grep jellyfin
Then share the output of this command via pastebin.com.
Code:sudo journalctl -u jellyfin -n 200 --no-pager
Here is the result of the first command:
Code:
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
jellyfin-ffmpeg7/unknown,now 7.0.2-5-noble amd64 [installed,automatic]
jellyfin-server/unknown,now 10.10.0+ubu2404 amd64 [installed,automatic]
jellyfin-web/unknown,now 10.10.0+ubu2404 all [installed,automatic]
jellyfin/unknown,now 10.10.0+ubu2404 all [installed]
Here is the pastebin of the second command: https://pastebin.com/zvwB0fXN