EIDRMEIDRM — Identifier Removed
The IPC identifier (message queue, semaphore set, or shared memory segment) was removed.
EPERMThe process does not have the required permissions to perform the requested operation.
The calling process lacks the necessary privilege for the system call. This typically occurs when a non-root process attempts an operation reserved for the superuser, such as modifying system files or changing process ownership.
Run the command with elevated privileges using sudo. If the operation involves file ownership, use chown as root. Verify that the process has the correct capabilities assigned via setcap if running without full root access.
EIDRMThe IPC identifier (message queue, semaphore set, or shared memory segment) was removed.
SIGUSR2 (12)A second user-defined signal for application-specific purposes. The default action is to terminate.
Exit 128An invalid argument was passed to exit, or the process was killed by a signal (128+N).
ESPIPEA seek operation was attempted on a file descriptor that does not support seeking.
E2BIGThe total size of the argument list and environment variables passed to exec() exceeds the system limit.
EXDEVAn attempt was made to create a hard link across different filesystems.