What does errno 94 (EUSERS) mean?

 
Could be also:
ConstantTypeOS
ESOCKTNOSUPPORTerrnoLinux
EBADMSGerrnoMac
OBJECT_INITIALIZATION_FAILEDBugCheck CodeWindows
Previous Next
EBADMSG EOPNOTSUPP

EUSERS

Ufs user-limit compatibility code

On Solaris, EUSERS is errno value 94. The base message is Too many users (for UFS), but the useful diagnostic context is narrower than the short message: Solaris uses this value for UFS user-limit or quota-style conditions.

Use the Solaris-specific errno table first, then compare with POSIX only for portable behavior. Some Solaris values share names with other UNIX systems but have different numbers or more specific historical meanings.

What to check

  • Check whether the failing path is on UFS or an older compatibility layer.
  • Collect filesystem type and quota/resource-control state.
  • Modern applications should not assume this code appears for generic login-user limits.

References


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