mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Jellyfin unable to start when option Networking/LAN networks is out of expected range #4116
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @migui06 on GitHub (Aug 13, 2022).
Please describe your bug
I am running Jellyfin on my Ubuntu 22.04 Desktop, not in a docker install.
I had issues with my DLNA so I followed this issue solution: #3610
But instead of putting my LAN networks to 192.168.1.1/24, I wrote 192.168.1.2/255
My Jellyfin instance stopped responding with a "SERVER INTERNAL ERROR" popup in Jellyfin
, so I restarted it in my Ubuntu Server (systemctl restart Jellyfin)
But it wouldn't open back up, it would always throw errors about my networks settings in the logs and then say "SIGTERM SIGNAL; shutting down":
I am not looking for help, but the because Jellyfin couldn't open back up I had to find this network.xml in my /etc/jellyfin root folder and change the string value manually
I would expect Jellyfin to notice something is wrong, by catching the error or something.
Expected behavior would be: "Not, you cannot do that"
I hope this can help
Jellyfin Version
10.8.0
if other:
No response
Environment
Jellyfin logs
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct
@Shadowghost commented on GitHub (Aug 13, 2022):
#8147 should fix that by not using wrongly defined or non-existing (meaning no interface exists that has the IP) addresses.
@migui06 commented on GitHub (Aug 13, 2022):
Ah I see, thanks, so I guess it should eventually come to a future Jellyfin update?