![]() |
Issues Connecting to Server - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Issues Connecting to Server (/t-issues-connecting-to-server) |
RE: Issues Connecting to Server - stucklucky - 2024-02-07 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 What should I do? RE: Issues Connecting to Server - TheDreadPirate - 2024-02-07 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. RE: Issues Connecting to Server - stucklucky - 2024-02-07 Here is the contents of network.xml https://sourceb.in/tZRQtlEvF3 RE: Issues Connecting to Server - TheDreadPirate - 2024-02-07 What is the output of this command? Code: sudo ifconfig If there is an IPv6 address, censor that before sharing. RE: Issues Connecting to Server - stucklucky - 2024-02-07 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 RE: Issues Connecting to Server - TheDreadPirate - 2024-02-07 Try setting the network binding address to 192.168.1.173. Dashboard > Network RE: Issues Connecting to Server - stucklucky - 2024-02-08 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 RE: Issues Connecting to Server - TheDreadPirate - 2024-02-08 This is going to sound stupid. Can you try rebooting your router? Nothing about your problem makes sense. RE: Issues Connecting to Server - stucklucky - 2024-02-08 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 ![]() RE: Issues Connecting to Server - TheDreadPirate - 2024-02-08 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? |