[OpenAFS] kernel 2.2.22?

Derrick J Brashear shadow@dementia.org
Thu, 10 Oct 2002 23:41:23 -0400 (EDT)


On Fri, 11 Oct 2002, Ryan Underwood wrote:

> 
> Anyone using OpenAFS with the recently released 2.2.22 kernel?

If you want to run a modern 2.2 kernel, consider a modern OpenAFS. It was
a 1.2.3 bug. 

> # ls /afs/icequake.net
> README  adm  pub  tmp  users
> 
> # mkdir /afs/icequake.net/dm
> mkdir: cannot create directory `/afs/icequake.net/dm': File exists
> 
> (strace: mkdir("/afs/icequake.net/dm", 0777)     = -1 EEXIST (File exists))
> 
> # touch /afs/icequake.net/dm
> touch: creating `/afs/icequake.net/dm': No such file or directory
> 
> Erm?  OpenAFS client and modules-source debian v1.2.3final2-6 (woody).Kernel
> is 2.2.22 with -ow1 and -ide05042001 patches.
> 
> The same operations are fine on all other machines I have set up, but they
> are all running 2.4 kernels.  Reading files is no problem, nor editing existing
> files; I just can't create new files or directories.