Site icon EfmSoft

What does errno 73 (ERPCMISMATCH) mean?

 
Could be also:
ConstantTypeOS
EDOTDOTerrnoLinux
ENOTACTIVEerrnoSolaris
PAGE_FAULT_WITH_INTERRUPTS_OFFBugCheck CodeWindows
Previous Next
EDOTDOT ENOTACTIVE

ERPCMISMATCH

ERPCMISMATCH is the Darwin errno for an ONC RPC protocol-version mismatch. It is about the outer RPC protocol, not the version of a particular remote program such as NFS, NIS, or another RPC service. In ONC RPC version 2, the call body has a separate rpcvers field; RFC 5531 requires that field to be 2.

The protocol distinguishes this case from failures after a call has been accepted. An RPC reply with RPC_MISMATCH rejects the message because the server cannot run the caller’s RPC protocol version and carries the lowest and highest supported RPC versions. Darwin ERPCMISMATCH is therefore not interchangeable with EPROGMISMATCH, which is about a version of the requested remote program.

What to inspect

Related statuses

References


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

Exit mobile version