FOMR0316
Fork utmp error errdesc rsn=reason_code

Explanation

Fork() call failed to create a new process to close the utmp file entry.
errdesc
Error description associated with the errno returned from fork().
reason_code
The reason code returned from fork().

System action

rlogind2 terminates.

System programmer response

Investigate why the fork() request failed. For more information, consult z/OS XL C/C++ Runtime Library Reference.

User response