Linux/POSIX ErrorsError
ESRCHESRCH — No Such Process
No process matching the specified process ID was found.
linuxmacosunix
View details SIGXFSZ (25)The process attempted to create a file larger than allowed.
A write would exceed the RLIMIT_FSIZE limit.
Increase the file size limit with ulimit -f. Split output into multiple files. Implement log rotation.
ESRCHNo process matching the specified process ID was found.
EINPROGRESSA non-blocking connection attempt has been initiated and is still in progress.
ESHUTDOWNA send operation was attempted after the local end of the socket was shut down for writing.
EROFSAn attempt was made to modify a file or directory on a filesystem that is mounted read-only.
EAGAINThe requested operation would block on a non-blocking resource, or a system resource is temporarily unavailable.
ESOCKTNOSUPPORTThe specified socket type is not supported within the given protocol family.