What does errno 68 (EADV) mean?

 
Could be also:
ConstantTypeOS
ERROR_TOO_MANY_NAMESWin32 errorWindows
EADVerrnoLinux
EUSERSerrnoMac
MULTIPLE_IRP_COMPLETE_REQUESTSBugCheck CodeWindows
Previous Next
EUSERS ESRMNT

EADV

A specific Remote File Sharing lifecycle conflict

EADV is not a generic advertising or discovery failure. Solaris documents it as an obsolete Remote File Sharing (RFS) error. Historical RFS paths used it when a resource was advertised twice, when RFS shutdown was attempted while resources remained advertised, or when a forced unmount targeted a resource that was still advertised.

That lifecycle makes this result different from ESRMNT. ESRMNT concerns remote machines that still have resources mounted or a rthis resultertised client list that excludes a current mounter. Both values survive in the errno ABI even though RFS-specific descriptions are marked obsolete.

What a modern occurrence usually means

  • Confirm whether the application is old RFS administration software, a binary compatibility environment, or a decoder for historical SunOS data.
  • For genuine RFS code, inspect advertised-resource state before attempting shutdown or unmount.
  • Do not interpret this result as DNS, multicast service advertising, or a web advertising error.

References


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