[40] in arla-drinkers
Re: fs does not work?
daemon@ATHENA.MIT.EDU (Naomaru Itoi)
Wed Jun 24 16:10:29 1998
From arla-drinkers-request@sundance.stacken.kth.se Wed Jun 24 20:10:28 1998
Return-Path: <arla-drinkers-request@sundance.stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 14172 invoked from network); 24 Jun 1998 20:10:27 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 24 Jun 1998 20:10:26 -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 WAA05722
for <arla-drinkers@stacken.kth.se>; Wed, 24 Jun 1998 22:05:21 +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 QAA25846;
Wed, 24 Jun 1998 16:05:03 -0400 (EDT)
Message-Id: <199806242005.QAA25846@soso.eecs.umich.edu>
To: Assar Westerlund <assar@sics.se>
Cc: arla-drinkers@stacken.kth.se
Subject: Re: fs does not work?
In-reply-to: Your message of "23 Jun 1998 02:36:19 +0200."
<5laf75dke4.fsf@dhcp219.conference.usenix.org>
Date: Wed, 24 Jun 1998 16:05:02 -0400
From: Naomaru Itoi <itoi@eecs.umich.edu>
Hi Assar,
> Other than that, enable debugging in xfs and arlad and see if you see
> messages when you're doing k_hasafs()
When I run fs command like this,
# /usr/arla/bin/fs /afs
Error detecting AFS
Either the kernel or arlad does not give me any message.
Fs command fails at the beginning of main() of fs.c. k_hasafs()
returns 0 and errno is also 0.
int
main(int argc, char **argv)
{
int ret = 0;
if(!k_hasafs()) {
printf ("Error detecting AFS\n");
exit(1);
}
...
--
Concentration .. Naomaru Itoi