ENOLINKENOLINK — Link Has Been Severed
A remote resource linked via a network filesystem is no longer accessible.
EADDRNOTAVAILThe requested network address is not available on any local network interface.
A bind() or connect() call specified an IP address not configured on any local interface. This can also occur when ephemeral ports are exhausted.
Use 0.0.0.0 or :: to bind to all interfaces. Verify the local IP address with ip addr. For ephemeral port exhaustion, expand the range with sysctl.
ENOLINKA remote resource linked via a network filesystem is no longer accessible.
EIOA physical or low-level I/O error occurred during a read or write operation.
ENFILEThe system-wide limit on the total number of open files has been reached.
EACCESThe requested access to a file or resource is not allowed by the file permissions.
EMEDIUMTYPEThe medium in the device is not the type expected by the operation.
SIGURG (23)Urgent or out-of-band data arrived on a socket.