EAFNOSUPPORTEAFNOSUPPORT — Address Family Not Supported
The specified address family is not supported by the protocol or socket implementation.
ENOSPCThe filesystem has no more free space or inodes available for writing.
The disk partition is full. This can be caused by large log files, temporary files, or running out of inodes even when disk space appears available.
Check disk usage with df -h and inode usage with df -i. Find large files with du -sh /*. Clean up log files, temporary files, and old packages. Extend the partition or add storage.
# Check disk usage
df -h
# Find large files
du -sh /* | sort -rh | head -20EAFNOSUPPORTThe specified address family is not supported by the protocol or socket implementation.
SIGALRM (14)A timer set with alarm() or setitimer() has expired.
EDESTADDRREQA send operation on a datagram socket was attempted without specifying a destination address.
ENETRESETThe network connection was reset due to a network-level event.
ENETDOWNThe local network interface is down and cannot send or receive traffic.
EFBIGThe file size exceeds the maximum allowed by the filesystem or the process resource limit.