Site icon EfmSoft

What does errno 75 (EPROGMISMATCH) mean?

 
Could be also:
ConstantTypeOS
EOVERFLOWerrnoLinux
STREAMS_INTERNAL_ERRORBugCheck CodeWindows
Previous Next
EOVERFLOW ENOTUNIQ

EPROGMISMATCH

EPROGMISMATCH is Darwin’s error for a remote program-version mismatch in ONC RPC. The server has accepted the RPC call and recognizes the program, but it cannot serve the requested version of that program. This is deliberately narrower than an RPC protocol-version failure: the outer RPC protocol can be valid while the application-level service version is incompatible.

RFC 5531 defines PROG_MISMATCH for this accepted-call case. The response includes the lowest and highest program versions supported by the remote server. Those bounds are the key evidence; they show whether the client chose an obsolete version, a version that is too new, or simply contacted a service deployment with a different compatibility range.

Use the version range, not guesses

What this code does not mean

References


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

Exit mobile version