Re: [OpenAFS] afsd: Error calling AFSOP_CACHEINODE: not configured

2015-07-02 Thread Andreas Ladanyi
Hi, > What's wrong with dynroot? Do you have the root.afs and root.cell > volumes in place? On the OpenAFS Quick Start Guide it was recommend to switch dynroot off. But i changed the file to: # OpenAFS Client Configuration AFSD_ARGS="-dynroot -fakestat -afsdb" # OpenAFS Server Configuration BOSS

Re: [OpenAFS] afsd: Error calling AFSOP_CACHEINODE: not configured

2015-07-02 Thread Jeffrey Altman
On 7/2/2015 9:42 AM, Andreas Ladanyi wrote: > Hi, > >> What's wrong with dynroot? Do you have the root.afs and root.cell >> volumes in place? > On the OpenAFS Quick Start Guide it was recommend to switch dynroot off. > But i changed the file to: > > # OpenAFS Client Configuration > AFSD_ARGS="-dy

Re: [OpenAFS] afsd: Error calling AFSOP_CACHEINODE: not configured

2015-07-02 Thread Brandon Allbery
On Thu, 2015-07-02 at 15:42 +0200, Andreas Ladanyi wrote: > fs la /afs/ > fs: Invalid argument; it is possible that /afs/ is not in AFS. > > fs mkmount /afs/cellname root.cell > fs: mount points must be created within the AFS file system If you're using dynroot, /afs is indeed not in AFS (it's a

Re: [OpenAFS] afsd: Error calling AFSOP_CACHEINODE: not configured

2015-07-02 Thread Andreas Ladanyi
Hi, i solved the problem. I removed the -dynroot option for the AFSD in the config file. bos restart server -all doesnt help systemd restart openafs-server script doesnt help After rebooting my system it works. I dont know why. Is this something with parameters in the kernel space and the openaf