EADDRINUSEEADDRINUSE — Address Already in Use
The specified network address and port combination is already bound by another socket.
EFBIGThe file size exceeds the maximum allowed by the filesystem or the process resource limit.
A write operation would cause the file to exceed the maximum file size limit. This is determined by the filesystem (e.g., 4 GB on FAT32), the RLIMIT_FSIZE resource limit, or the off_t size on 32-bit systems.
Use a filesystem that supports larger files (ext4, XFS). Increase the file size limit with ulimit -f. Compile with large file support (_FILE_OFFSET_BITS=64). Split output into multiple files.
EADDRINUSEThe specified network address and port combination is already bound by another socket.
ENOLINKA remote resource linked via a network filesystem is no longer accessible.
ENOSPCThe filesystem has no more free space or inodes available for writing.
ENODEVThe requested device type or device driver is not available in the system.
ENODATANo data is available from the STREAMS device or no named attribute was found.
SIGURG (23)Urgent or out-of-band data arrived on a socket.