What does errno 64 (ENONET) mean?

 
Could be also:
ConstantTypeOS
ERROR_NETNAME_DELETEDWin32 errorWindows
ENONETerrnoLinux
EHOSTDOWNerrnoMac
TARGET_MDL_TOO_SMALLBugCheck CodeWindows
Previous Next
EHOSTDOWN ENOPKG

ENONET

ENONET is Solaris errno value 64, Machine is not on the network. Solaris troubleshooting documentation gives this errno a specific historical Remote File Sharing meaning: advertise, unadvertise, mount, or unmount operations were attempted before the machine had properly started an RFS network connection.

This is not ENETDOWN or ENETUNREACH

The short message can tempt a diagnosis of a failed Ethernet interface or missing IP route. Those conditions have separate networking errnos. For ENONET, the documented Solaris case is the state of the RFS facility and its network connection when a remote-resource management operation is requested.

When the code appears in old software, determine whether the process actually uses RFS interfaces or a compatibility library that preserves System V errno values. Record the operation that returned the error and the facility initialization sequence. Restarting an unrelated IP interface is not a substitute for proving that the remote-file-sharing subsystem required by the call was started and active.

References


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