chiragkrishna

Results 24 comments of chiragkrishna

there is a new firmware [240408](https://www.mediafire.com/file/98qt78yw02netme/M110_sfp_ODI_240408.tar/file) Vlan tagging is working, using with [TP-Link MC220L](https://www.tp-link.com/in/business-networking/accessory/mc220l/) ![Screenshot from 2024-04-20 06-57-59](https://github.com/Anime4000/RTL960x/assets/2405186/7e24a65b-bb0f-4d6f-a778-c54d813b4e96)

the problem is this `Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: []` at reboot of the server it is not binding to any address, restart of jellyfin.service binds again `Using bind addresses: ["10.11.12.30"]`...

this is a fresh ubuntu 24.04 install startup.svg ![startup](https://github.com/jellyfin/jellyfin/assets/2405186/28816197-abe5-4214-b2f7-2874d6dc7958) ive tried adding `Wants = network-online.target` before doesnt work. did it again, doesnt work.

ip addr show ``` 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6...

added ``` [Unit] Description = Jellyfin Media Server After = network-online.target [Service] Type = simple EnvironmentFile = /etc/default/jellyfin User = jellyfin Group = jellyfin WorkingDirectory = /var/lib/jellyfin ExecStartPre = /usr/sbin/ip...

sorry my bad ``` May 15 07:47:49 BlackPearl systemd[1]: Starting jellyfin.service - Jellyfin Media Server... May 15 07:47:49 BlackPearl ip[970]: 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default...

i dont where the problem is, Ubuntu 24.04 server or jellyfin 10.9.* because with Ubuntu 24.04 server and jellyfin 10.8.* - it works Ubuntu 24.04 server and jellyfin 10.9.* -...

@joshuaboniface i had noticed this issue before, mounting my nfs shares using fstab i coudnt figure it out and skipped to using autofs and tried adding macadress also but it...

i guess there is nothing much the application can do when the problem is at OS level, anyways added a delay of 5 seconds to let the OS configure network...

issue is resolved in Jelltfin [10.9.2](https://github.com/jellyfin/jellyfin/releases/tag/v10.9.2) thanks a lot guys