fs does not work?
Naomaru Itoi
itoi at eecs.umich.edu
Tue Jun 23 00:25:19 CEST 1998
Hi.
"fs" command of arla in i386-OpenBsd-2.2 does not work for me.
####### What happens:
% /usr/local/src/arla-0.6.org/appl/fs /arla
Error detecting AFS
####### My environment:
Arla-0.6 is working for me except fs command. I can cd, ls, read or
write file successfully.
In my i386-OpenBSD-2.2 PC, I have installed:
kth-krb (krb4-0.9.8) downloaded from
http://www.pdc.kth.se/kth-krb/ ,
and arla-0.6 from
http://www.stacken.kth.se/projekt/arla/index.html
I configured arla to use kth-krb:
% ./configure --with-krb4=/usr/athena --with-krb4-lib=/usr/athena/lib --with-krb4-include=/usr/athena/include
So I believe k_hasafs() in kth-krb library is called.
####### Testing
I made a test program to just call k_hasafs() function. I included
kafs.h and linked kafs (gcc -lkafs).
if (!(rv = k_hasafs())){
printf("no afs %d %d\n", rv, errno);
exit -1;
} else {
printf("yes afs :)\n");
}
This returns:
no afs 0 0
The return value and errno are both 0.
What do you think is causing a problem?
Thanks a lot.
--
Concentration .. Naomaru Itoi
More information about the Arla-drinkers
mailing list