[OpenAFS] fs: You don't have the required access rights on '/afs'

Derrick J Brashear shadow@dementia.org
Sun, 19 Dec 2004 23:01:52 -0500 (EST)


On Mon, 20 Dec 2004, Andreas Schuldei wrote:

> open("/proc/fs/openafs/afs_ioctl", O_RDWR) = 3
> ioctl(3, CAPI_REGISTER or SNDCTL_COPR_LOAD, 0xbffffa40) = -1 EACCES (Permission denied)
> close(3)                                = 0

100% of what's interesting is the 3 lines above.

> is there anything unusual there?

not really, no.

dumb question: what does running "tokens" say?
i suppose you could try fstrace:

fstrace setset cm -active
(run the fs sa command)
fstrace dump cm

please don't post the entire output to the list if it's huge. you should 
presumably see EACCES being returned; only that and maybe 20 lines before 
are going to be interesting. and probably not even, because there's 
probably something obvious i'm not thinking of.