[332] in arla-drinkers
Re: Installing Arla on FreeBSD 2.2.6
daemon@ATHENA.MIT.EDU (Love)
Wed Oct 21 01:28:31 1998
From owner-arla-drinkers@stacken.kth.se Wed Oct 21 05:28:30 1998
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 25761 invoked from network); 21 Oct 1998 05:28:29 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 21 Oct 1998 05:28:29 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id HAA01449
for arla-drinkers-list; Wed, 21 Oct 1998 07:23:30 +0200 (MET DST)
Received: from elixir.e.kth.se (elixir.e.kth.se [130.237.48.5])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id HAA01443
for <arla-drinkers@stacken.kth.se>; Wed, 21 Oct 1998 07:22:53 +0200 (MET DST)
Received: from hummel.e.kth.se (hummel.e.kth.se [130.237.43.135])
by elixir.e.kth.se (8.8.7/8.8.7) with ESMTP id HAA15171;
Wed, 21 Oct 1998 07:22:46 +0200 (MET DST)
Received: (lha@localhost) by hummel.e.kth.se (8.8.7/8.6.6) id HAA02454; Wed, 21 Oct 1998 07:22:29 +0200 (MET DST)
To: Prashant Chandra <prashant@cs.cmu.edu>
Cc: arla-drinkers@stacken.kth.se
Subject: Re: Installing Arla on FreeBSD 2.2.6
References: <362D6253.2E04AC5@cs.cmu.edu>
From: Love <lha@e.kth.se>
Date: 21 Oct 1998 07:22:28 +0200
In-Reply-To: Prashant Chandra's message of Wed, 21 Oct 1998 00:25:55 -0400
Message-ID: <amhfwyqyjv.fsf@hummel.e.kth.se>
Lines: 31
X-Mailer: Gnus v5.5/Emacs 20.2
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
Prashant Chandra <prashant@cs.cmu.edu> writes:
> I am new to Arla. I got version 0.13 and was able to
> compile and install it without any problem on a
> FreeBSD 2.2.6 machine. I ran the script startarla to
> modload the kernel module and start the arla daemon.
> However when I tried to ls /afs or my AFS directory
> in the CMU CS cell, the system went into a loop printing
> out the following messages on the console:
Do you have a runnin arlad ? Try running arlad by hand with
/usr/arla/bin/arlad -z -n --debug=all,-cleaner
(don't use old cache, dont fork, output some error messages) and see if
that give you any clues what is wrong.
> XFS PANIC WARNING! xfs_message_installdata failed!
> Reason: lookup failed on cache file <filename>, error = 6
>
> Error 6 corresponds to "Device not configured". What have
You can also change the x to X in xfs/bsd/xfs_deb.c to
get more xfs debugging.
> I done wrong? Also, the FreeBSD machine has kerberos. How
> do I setup arla to use kerberos authentication?
If configure finds kerberos (that it should do), there is no configuration.
You can turn on encryption with `fs setcrypt on'. Too push tokens to arla
use tramsarc's aklog or kth-krb <ftp://ftp.nada.kth.se/pub/krb/> afslog.
Love