mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Jellyfin crashes with NetworkInformationException on new containers creation #2321
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 @Lodeli on GitHub (Dec 4, 2020).
Describe the bug
Every time I create a new Docker container, the Jellyfin one restarts with exception of type System.Net.NetworkInformation.NetworkInformationException
I think same issue as #1944
System:
To Reproduce
Expected behavior
No unmanaged exceptions in log, no container downtime
Logs
Unhandled exception. System.Net.NetworkInformation.NetworkInformationException (2): An error was encountered while querying information from the operating system. ---> System.AggregateException: One or more errors occurred. (Could not find a part of the path '/sys/class/net/vethea6164d/mtu'.)
---> System.IO.DirectoryNotFoundException: Could not find a part of the path '/sys/class/net/vethea6164d/mtu'.