[22] in arla-drinkers
fs does not work?
daemon@ATHENA.MIT.EDU (Naomaru Itoi)
Mon Jun 22 18:30:00 1998
From arla-drinkers-request@sundance.stacken.kth.se Mon Jun 22 22:29:59 1998
Return-Path: <arla-drinkers-request@sundance.stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 4955 invoked from network); 22 Jun 1998 22:29:58 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 22 Jun 1998 22:29:58 -0000
Received: from soso.eecs.umich.edu (soso.eecs.umich.edu [141.212.99.9])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id AAA13178
for <arla-drinkers@stacken.kth.se>; Tue, 23 Jun 1998 00:25:19 +0200 (MET DST)
Received: from soso.eecs.umich.edu (localhost [127.0.0.1])
by soso.eecs.umich.edu (8.9.0/8.9.0) with ESMTP id SAA01583
for <arla-drinkers@stacken.kth.se>; Mon, 22 Jun 1998 18:25:10 -0400 (EDT)
Message-Id: <199806222225.SAA01583@soso.eecs.umich.edu>
To: arla-drinkers@stacken.kth.se
Subject: fs does not work?
Date: Mon, 22 Jun 1998 18:25:08 -0400
From: Naomaru Itoi <itoi@eecs.umich.edu>
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