Robert Malick  <[EMAIL PROTECTED]> wrote:
}Can anyone tell me what the messages occuring on an SGI running IRIX 5.2
}and AFS 3.3a.
}"afs: failed to store file (5)"
}and
}"afs: failed to store file (13)"
}mean?
}
}I've looked through the cache code and cannot find the meaning of these
}error codes.

  The numbers in parentheses are standard Unix `errno' values.
  In IRIX (5.3, at least) you can find their meaning under
  `man 2 intro', to wit:

     5  EIO  I/O error
          Some physical I/O error has occurred.  This error may in some cases
          occur on a call following the one to which it actually applies.

     13  EACCES  Permission denied
          An attempt was made to access a file in a way forbidden by the
          protection system.

John
-- 
John Hascall                ``An ill-chosen word is the fool's messenger.''
Moderator, comp.unix.wizards
Systems Software Engineer, ISU Comp Center + Ames, IA  50011 + 515/294-9551
<a href="http://www.cc.iastate.edu/staff/systems/john/">My Homepage</a>

Reply via email to