• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Networking & Access Ubuntu Network Device Connections Issues

    Pages (3): « Previous 1 2 3 Next »

     
    • 0 Vote(s) - 0 Average

    Ubuntu Network Device Connections Issues

    Running Linux on an RasPi, localhost works, other devices don't
    PiGuy
    Offline

    Junior Member

    Posts: 10
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    Country:United States
    #11
    2024-02-01, 11:53 PM
    (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
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #12
    2024-02-02, 12:00 AM
    Is ufw enabled?

    What is the output of

    Code:
    sudo netstat -napo | grep 8096
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    PiGuy
    Offline

    Junior Member

    Posts: 10
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    Country:United States
    #13
    2024-02-02, 12:14 AM
    (2024-02-02, 12:00 AM)TheDreadPirate Wrote: Is ufw enabled?

    What is the output of

    Code:
    sudo netstat -napo | grep 8096

    yes, ufw is enabled

    typing that command gave 0 results, it just entered a new line
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #14
    2024-02-02, 12:27 AM
    Jellyfin isn't listening.

    What is the output of

    Code:
    sudo ps -ef | grep jellyfin
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    PiGuy
    Offline

    Junior Member

    Posts: 10
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    Country:United States
    #15
    2024-02-02, 12:34 AM
    (2024-02-02, 12:27 AM)TheDreadPirate Wrote: Jellyfin isn't listening.

    What is the output of

    Code:
    sudo ps -ef | grep jellyfin
    """
    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
    """
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #16
    2024-02-02, 12:54 AM
    What are the contents of /etc/jellyfin/network.xml?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    PiGuy
    Offline

    Junior Member

    Posts: 10
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    Country:United States
    #17
    2024-02-02, 07:28 AM
    (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
    tmsrxzar
    Offline

    Senior Member

    Posts: 755
    Threads: 6
    Joined: 2023 Nov
    Reputation: 20
    #18
    2024-02-02, 03:07 PM
    (2024-02-01, 11:53 PM)PiGuy Wrote: 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

    why are you checking 8096 when your jellyfin is setup on 8690?

    <HttpServerPortNumber>8690</HttpServerPortNumber>


    .....
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #19
    2024-02-02, 04:05 PM
    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
    sudo nano /etc/jellyfin/network.xml
        ***change HttpServerPortNumber from 8690 to 8096***
    sudo systemctl start jellyfin
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    PiGuy
    Offline

    Junior Member

    Posts: 10
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    Country:United States
    #20
    2024-02-02, 05:40 PM
    (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?

    Code:
    sudo systemctl stop jellyfin
    sudo nano /etc/jellyfin/network.xml
        ***change HttpServerPortNumber from 8690 to 8096***
    sudo systemctl start jellyfin

    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!
    Pages (3): « Previous 1 2 3 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode