[OpenAFS-devel] linux 2.4 stat failures

Chas Williams chas@cmf.nrl.navy.mil
Thu, 15 Mar 2001 08:20:09 -0500


hmmm... looking at this problem a little further, i noticed that i also
see problems with 'other' afs clients (sun4_55 ibmafs actually).  which
made me suspect that its your test code is actually a bit 'bogus'.

looking at test2, you start a bunch of test1 running.  in test1 however,
you generate the orig file.  each of the test1 is building 'orig'
at the SAME TIME.  moving the creation of 'orig' to test2 seems to 
cure some of the problems you might be seeing.

however, after fixing this problem i still sometimes see:

cp: orig: No such file or directory
PID = 27339, ITERATION = 0, CMD = 'cp orig dummy0.27339', RC = 1
COULD NOT COPY orig to dummy.27339

and once a while:

test2: test1: command not found
test2: test1: command not found

so yes there does still seem to be a small problem.