• 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 Issues Connecting to Server

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

     
    • 0 Vote(s) - 0 Average

    Issues Connecting to Server

    Jellyfin server not connecting to any client in my local network
    stucklucky
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2023 Dec
    Reputation: 0
    Country:United States
    #11
    2024-02-07, 05:20 AM
    I get a permission denied message when I try to navigate to /etc/jellyfin. This is the permissions for the /etc/jellyfin folder:

    Code:
    ls -ld /etc/jellyfin
    drwxr-x--- 3 jellyfin adm 4096 Feb  6 22:12 /etc/jellyfin

    What should I do?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #12
    2024-02-07, 05:34 AM
    Jellyfin owns that folder and you aren't in the adm group

    Code:
    sudo su

    That will switch you to root and you can navigate into that folder.
    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]
    stucklucky
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2023 Dec
    Reputation: 0
    Country:United States
    #13
    2024-02-07, 04:25 PM
    Here is the contents of network.xml https://sourceb.in/tZRQtlEvF3
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #14
    2024-02-07, 07:26 PM (This post was last modified: 2024-02-07, 07:26 PM by TheDreadPirate.)
    What is the output of this command?

    Code:
    sudo ifconfig

    If there is an IPv6 address, censor that before sharing.
    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]
    stucklucky
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2023 Dec
    Reputation: 0
    Country:United States
    #15
    2024-02-07, 08:21 PM (This post was last modified: 2024-02-07, 08:30 PM by TheDreadPirate. Edited 1 time in total.)
    enp0s31f6: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
           ether [censored by TDP]  txqueuelen 1000  (Ethernet)
           RX packets 0  bytes 0 (0.0 B)
           RX errors 0  dropped 0  overruns 0  frame 0
           TX packets 0  bytes 0 (0.0 B)
           TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
           device interrupt 16  memory 0xdf400000-df420000   

    lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
           inet 127.0.0.1  netmask 255.0.0.0
           inet6 ::1  prefixlen 128  scopeid 0x10<host>
           loop  txqueuelen 1000  (Local Loopback)
           RX packets 414542  bytes 21391002 (20.4 MiB)
           RX errors 0  dropped 0  overruns 0  frame 0
           TX packets 414542  bytes 21391002 (20.4 MiB)
           TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

    wlp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
           inet 192.168.1.173  netmask 255.255.255.0  broadcast 192.168.1.255
           inet6 [censored by TDP]  prefixlen 128  scopeid 0x0<global>
           inet6 fe80::b5e1:9a79:240b:f7d6  prefixlen 64  scopeid 0x20<link>
           inet6 [censored by TDP]  prefixlen 64  scopeid 0x0<global>
           ether [censored by TDP]  txqueuelen 1000  (Ethernet)
           RX packets 17112384  bytes 2026469165 (1.8 GiB)
           RX errors 0  dropped 24  overruns 0  frame 0
           TX packets 981518  bytes 138362914 (131.9 MiB)
           TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #16
    2024-02-07, 09:02 PM
    Try setting the network binding address to 192.168.1.173.

    Dashboard > Network
    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]
    stucklucky
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2023 Dec
    Reputation: 0
    Country:United States
    #17
    2024-02-08, 01:57 PM
    Okay I went to Dashboard > Network > Bind to local network address and set it to 192.168.1.173 still no luck. I can't connect manually or using auto connect
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #18
    2024-02-08, 04:53 PM
    This is going to sound stupid. Can you try rebooting your router? Nothing about your problem makes sense.
    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]
    stucklucky
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2023 Dec
    Reputation: 0
    Country:United States
    #19
    2024-02-08, 08:10 PM
    I tried rebooting with no success. It doesn't sound so stupid because I actually started having these issues when I moved in to my current home. I haven't been able to use jellyfin in my new home Slightly-frowning-face. I was thinking it might be the hardware but we have the same provider and same modem and router. So at this point I'm not sure what else to do.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #20
    2024-02-08, 08:27 PM
    Is the TV far away from the router? Another user had inexplicable connection issues after moving to a new home. Turns out that the problem client had marginal WIFI signal. They relocated the router closer and the problem went away. Is that the case here?
    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]
    Pages (3): « Previous 1 2 3 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 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