[26] in arla-drinkers
Re: fs does not work?
daemon@ATHENA.MIT.EDU (Artur Grabowski)
Tue Jun 23 03:50:45 1998
From arla-drinkers-request@sundance.stacken.kth.se Tue Jun 23 07:50:44 1998
Return-Path: <arla-drinkers-request@sundance.stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 12813 invoked from network); 23 Jun 1998 07:50:43 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 23 Jun 1998 07:50:43 -0000
Received: from nest.stacken.kth.se (root@nest.stacken.kth.se [130.237.234.60])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id JAA15553;
Tue, 23 Jun 1998 09:45:05 +0200 (MET DST)
Received: (from art@localhost)
by nest.stacken.kth.se (8.8.7/8.8.7) id JAA23549;
Tue, 23 Jun 1998 09:42:22 +0200 (CEST)
Sender: art@stacken.kth.se
To: Naomaru Itoi <itoi@eecs.umich.edu>
Cc: arla-drinkers@stacken.kth.se
Subject: Re: fs does not work?
References: <199806222225.SAA01583@soso.eecs.umich.edu>
From: Artur Grabowski <art@stacken.kth.se>
Date: 23 Jun 1998 09:42:21 +0200
In-Reply-To: Naomaru Itoi's message of Mon, 22 Jun 1998 18:25:08 -0400
Message-ID: <lub3ecw5ztu.fsf@nest.stacken.kth.se>
Lines: 26
X-Mailer: Gnus v5.3/Emacs 19.34
Naomaru Itoi <itoi@eecs.umich.edu> writes:
> 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?
Are you sure that you linked with libkafs from kth-krb and not OpenBSD 2.2?
type 'ldd /usr/arla/bin/fs' to check that.
And make sure you have the kernel module loaded.
btw. upgrade to 2.3 (and buy a CD). ;)
//art