no such map in server’s domain
Cause
A user or an application tried to look up something using Network Information
Services (NIS), but NIS has no corresponding database for this request.
Action
Check the following:
Make sure the NIS map name is spelled correctly. To see a list of nicknames for the
various NIS maps, run the ypcat -x command.
To see a full list of the various NIS maps (databases), run the ypwhich -m
command.
If the NIS service was not running on the current machine, these commands
would result in this message: “can’t communicate with ypbind” on page 65.
A user or an application tried to look up something using Network Information
Services (NIS), but NIS has no corresponding database for this request.
Action
Check the following:
Make sure the NIS map name is spelled correctly. To see a list of nicknames for the
various NIS maps, run the ypcat -x command.
To see a full list of the various NIS maps (databases), run the ypwhich -m
command.
If the NIS service was not running on the current machine, these commands
would result in this message: “can’t communicate with ypbind” on page 65.
No such process
Cause
This process cannot be found. The process could have finished execution and
disappeared, or it might still be in the system under a different numeric ID.
Action
Use the ps(1) command to check that the process ID you are supplying is correct.
Technical Notes
No process corresponds to the specified process ID (PID), lightweight process ID, or
thread_t.
The symbolic name for this error is ESRCH, errno=3.
This process cannot be found. The process could have finished execution and
disappeared, or it might still be in the system under a different numeric ID.
Action
Use the ps(1) command to check that the process ID you are supplying is correct.
Technical Notes
No process corresponds to the specified process ID (PID), lightweight process ID, or
thread_t.
The symbolic name for this error is ESRCH, errno=3.
Comments
Post a Comment