[OpenAFS] Return codes..
Todd_DeSantis@transarc.com
Todd_DeSantis@transarc.com
Tue, 1 Oct 2002 12:34:43 -0400 (EDT)
Hi Buzz:
> Looking for what some of the return codes are that are being logged
> but the Fileserver process... Where in the source tree would I look
> or some documentation? Like
> SRXAFS_FetchData
> SAFS_FetchStatus
> Like we will get a returns 13 for FetchStatus.. just want to be able
> to look things up...
You can use the AFS command, trnaslate_et to translate the error text
[viced] translate_et 13
13 ().13 = Permission denied
And you can always search through the OS's /usr/include/sys/errno.h
for errors with a lower number.
The user trying to Fetch this file does not have permission to do so.
Todd DeSantis
AFS Support
IBM Pittsburgh Lab