ESPIPEESPIPE — Illegal Seek
A seek operation was attempted on a file descriptor that does not support seeking.
Exit 255The exit status is out of the valid range (0-255), or SSH returned a fatal error.
The program passed a value outside 0-255 to exit(), or SSH encountered a connection failure.
For SSH errors, check connectivity and authentication. For other programs, review output for specific error messages.
ESPIPEA seek operation was attempted on a file descriptor that does not support seeking.
ENOSYSThe requested system call or function is not implemented on this system.
EFAULTAn invalid memory address was passed to a system call as an argument.
ENXIOThe device specified by a special file does not exist or is not configured.
SIGPIPE (13)The process attempted to write to a pipe or socket whose reading end has been closed.
SIGTSTP (20)A stop signal from the terminal, typically Ctrl+Z. Unlike SIGSTOP, this can be caught.