![]() |
Ubuntu Network Device Connections Issues - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access) +---- Thread: Ubuntu Network Device Connections Issues (/t-ubuntu-network-device-connections-issues) |
RE: Ubuntu Network Device Connections Issues - PiGuy - 2024-02-01 (2024-02-01, 11:40 PM)TheDreadPirate Wrote: Make sure that the firewall is allowing port 8096. On localhost, clear your browser cache. sudo ufw status results: 7358 - Allowed - Anywhere 7359 - Allowed - Anywhere 8096 - Allowed - Anywhere clearing cache/cookies/browser data now made it so localhost:8096/web/index shows "unable to establish a connection" "sudo service jellyfin status" command shows jellyfin running and active RE: Ubuntu Network Device Connections Issues - TheDreadPirate - 2024-02-02 Is ufw enabled? What is the output of Code: sudo netstat -napo | grep 8096 RE: Ubuntu Network Device Connections Issues - PiGuy - 2024-02-02 (2024-02-02, 12:00 AM)TheDreadPirate Wrote: Is ufw enabled? yes, ufw is enabled typing that command gave 0 results, it just entered a new line RE: Ubuntu Network Device Connections Issues - TheDreadPirate - 2024-02-02 Jellyfin isn't listening. What is the output of Code: sudo ps -ef | grep jellyfin RE: Ubuntu Network Device Connections Issues - PiGuy - 2024-02-02 (2024-02-02, 12:27 AM)TheDreadPirate Wrote: Jellyfin isn't listening.""" pi@pi-desktop:~$ sudo ps -ef | grep jellyfin jellyfin 1068 1 1 17:42 ? 00:00:46 /usr/bin/jellyfin --webdir=/usr/share/jellyfin/web --restartpath=/usr/lib/jellyfin/restart.sh --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg pi 5571 2213 0 18:30 pts/0 00:00:00 grep --color=auto jellyfin """ RE: Ubuntu Network Device Connections Issues - TheDreadPirate - 2024-02-02 What are the contents of /etc/jellyfin/network.xml? RE: Ubuntu Network Device Connections Issues - PiGuy - 2024-02-02 (2024-02-02, 12:54 AM)TheDreadPirate Wrote: What are the contents of /etc/jellyfin/network.xml? here is the network.xml file: https://pastebin.com/P8Y6LHdN RE: Ubuntu Network Device Connections Issues - tmsrxzar - 2024-02-02 (2024-02-01, 11:53 PM)PiGuy Wrote: sudo ufw status results: why are you checking 8096 when your jellyfin is setup on 8690? <HttpServerPortNumber>8690</HttpServerPortNumber> ..... RE: Ubuntu Network Device Connections Issues - TheDreadPirate - 2024-02-02 PiGuy. Did you make port changes on Jellyfin? 8096 is the default but, as tmsrxzar pointed out, you are running on 8690. Typo? Code: sudo systemctl stop jellyfin RE: Ubuntu Network Device Connections Issues - PiGuy - 2024-02-02 (2024-02-02, 04:05 PM)TheDreadPirate Wrote: PiGuy. Did you make port changes on Jellyfin? 8096 is the default but, as tmsrxzar pointed out, you are running on 8690. Typo? I'm not sure how that would have changed, I stuck with the default during my entire setup process, and it was working on multiple devices. It is working now though, so I appreciate your help! |