[318] in arla-drinkers
Re: freebsd 2.2.5 and arla-0.13
daemon@ATHENA.MIT.EDU (Assar Westerlund)
Tue Oct 6 23:17:09 1998
From owner-arla-drinkers@stacken.kth.se Wed Oct 07 03:17:09 1998
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 14451 invoked from network); 7 Oct 1998 03:17:08 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 7 Oct 1998 03:17:08 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id FAA04348
for arla-drinkers-list; Wed, 7 Oct 1998 05:12:13 +0200 (MET DST)
Received: from assaris.pdc.kth.se (assaris.pdc.kth.se [193.10.159.45])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id FAA04339
for <arla-drinkers@stacken.kth.se>; Wed, 7 Oct 1998 05:12:08 +0200 (MET DST)
Received: (from assar@localhost) by assaris.pdc.kth.se (8.8.5/8.7.3) id FAA26245; Wed, 7 Oct 1998 05:12:25 +0200 (MET DST)
To: Eric Hoffman <hoffman@cs.washington.edu>
Cc: arla-drinkers@stacken.kth.se
Subject: Re: freebsd 2.2.5 and arla-0.13
References: <199810070249.TAA01164@tesuji.cs.washington.edu>
Mime-Version: 1.0 (generated by tm-edit 7.68)
Content-Type: text/plain; charset=US-ASCII
From: Assar Westerlund <assar@sics.se>
Date: 07 Oct 1998 05:12:25 +0200
In-Reply-To: Eric Hoffman's message of "Tue, 6 Oct 1998 19:49:50 -0700 (PDT)"
Message-ID: <5l4sthysiu.fsf@assaris.pdc.kth.se>
Lines: 19
X-Mailer: Gnus v5.5/Emacs 19.34
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
Eric Hoffman <hoffman@cs.washington.edu> writes:
> thanks _very much_ for your time. it looks like fhopen_working is zero
> because of the return value from k_hasafs().
Could you look what version of afssysdefs.h you have? It should
probably be at least 1.18. If it's not, make sure you have the
following in it and rebuild libkafs and arald:
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
#define AFS_SYSCALL 210
#endif
(If you have debugging enabled in xfs you should get output when
k_hasafs is called.)
If k_hasafs() works, you'll have to check that fcache_fhget and fhopen
are not getting any errors.
/assar