MPE/iX Error Messages Manual Vol 2 (32650-90902)
102 Chapter3
Volume II Chapter 3
POSIX.1 Error Messages
ACTION Remove unneeded locks and try again.
47 MESSAGE [EEXCL] File can't be opened exclusively.
(POSIX.1 ERROR 47)
CAUSE Attempt to open an existing file exclusively failed because
file is already opened.
ACTION Assure that no other processes have the file opened before
attempting to open the file exclusively.
48 MESSAGE [EIMPL] Implementation error. (POSIX.1 ERROR
48)
CAUSE One of several implementation-specific errors of occurred.
See the MPE/iX Developer's Kit Reference Manual for
more information.
ACTION See the MPE/iX Developer's Kit Reference Manual
50 MESSAGE [ESYSERR] Internal Operating System error.
(POSIX.1 ERROR 50)
CAUSE This implementation has detected that an internal
Operating System error has occurred which is not
applicable to the POSIX.1 environment.
ACTION Consult a HP support engineer.
56 MESSAGE [ESEEK] Device does not support seeking.
(POSIX.1 ERROR 56)
CAUSE The device is such that does not support the concept of
seeking by the lseek() function.
ACTION Do not attempt a seek on such a device.
233 MESSAGE [ENOBUFS] No buffer space available. (POSIX.1
ERROR 233)
CAUSE Buffer space allocated from the process heap space is
currently depleted.
ACTION Deallocate or release unused buffer space.
247 MESSAGE [ENOTEMPTY] Directory not empty. (POSIX.1
ERROR 247)
CAUSE A directory with entries other than dot and dot-dot was
supplied when an empty directory was expected.
ACTION Remove all file and directories in target directory.
248 MESSAGE [ENAMETOOLONG] Filename too long. (POSIX.1
ERROR 248)
CAUSE The size of a pathname string exceeded {PATH_MAX}, or a
pathname component was longer than {NAME_MAX} and
{_POSIX_NO_TRUNC} was in effect for that file.