[Temporary fix found] Jellyfin server crashes whenever there is a linux network interface change #1007

Closed
opened 2026-02-06 20:23:35 +03:00 by OVERLORD · 4 comments
Owner

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

  • Start jellyfin server
  • create or delete a network interface of any kind (PPP, docker container, ...)

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)

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** - Start jellyfin server - create or delete a network interface of any kind (PPP, docker container, ...) **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)
OVERLORD added the bugstale labels 2026-02-06 20:23:35 +03:00
Author
Owner

@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

@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
Author
Owner

@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 ?

@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 ?
Author
Owner

@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 (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](https://docs.jellyfin.org/general/getting-help.html).
Author
Owner

@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.

@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](https://docs.jellyfin.org/general/getting-help.html).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#1007