Site icon EfmSoft

What does errno 76 (EPROCUNAVAIL) mean?

 
Could be also:
ConstantTypeOS
ENOTUNIQerrnoLinux
FATAL_UNHANDLED_HARD_ERRORBugCheck CodeWindows
Previous Next
ENOTUNIQ EBADFD

EPROCUNAVAIL

EPROCUNAVAIL is Darwin’s ONC RPC error for a procedure that the selected remote program cannot provide. The RPC program and its version may be valid, and the RPC message may be accepted, but the proc number named by the call is not supported by that program version.

RFC 5531 distinguishes PROC_UNAVAIL from both PROG_UNAVAIL and PROG_MISMATCH. That distinction matters during diagnosis: if the program is absent, inspect registration and routing; if its version is incompatible, inspect the returned version range; if only the procedure is unavailable, inspect the client’s procedure number and interface contract for the version that was actually selected.

Diagnostic sequence

Commonly confused RPC outcomes

References


Looking for a different code? Search another status or error code.

Exit mobile version