mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Temporary fix found] Jellyfin server crashes whenever there is a linux network interface change #1007
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 @Webbeh on GitHub (Oct 27, 2019).
Originally assigned to: @Bond-009 on GitHub.
Describe the bug
Using a linux (Arch) server, everytime there is a network interface change (adding a new docker container, creating a new tunnel, disabling a network interface, ...), Jellyfin dumps core and throws a
System.Net.NetworkInformation.NetworkInformationException (0x800004005).
To Reproduce
Expected behavior
....not crash, I guess ?
Logs
https://gist.github.com/Webbeh/bf7823d5f24fdccc61684011940b6a90
** System **
ArchLinux x86_64
Linux 4.19.80-1 (LTS)
Jellyfin 10.4.0 r18 (git
1176749f14)@Bond-009 commented on GitHub (Oct 27, 2019):
Can you try with the latest master? This is a corefx issue and we recently moved to .Net Core 3.0.
Also, removing these lines should the issue: https://github.com/jellyfin/jellyfin/blob/master/Emby.Server.Implementations/Networking/NetworkManager.cs#L27-L28
@Webbeh commented on GitHub (Oct 27, 2019):
So just updating to latest master doesn't do the trick. Trying to patch those files out.
EDIT: Commenting them out indeed "fixes" the problem.
Are those lines really necessary ?
@stale[bot] commented on GitHub (Mar 2, 2020):
This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.
If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or nightlies, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.
This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.
@stale[bot] commented on GitHub (Jul 22, 2020):
This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.
If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or nightlies, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.
This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.