[754] in arla-drinkers
Re: What is needed to run Arla under FreeBSD 3.1?
daemon@ATHENA.MIT.EDU (Love)
Fri Apr 9 06:41:23 1999
From owner-arla-drinkers@stacken.kth.se Fri Apr 09 10:41:19 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 25086 invoked from network); 9 Apr 1999 10:41:14 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 9 Apr 1999 10:41:14 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id MAA15942
for arla-drinkers-list; Fri, 9 Apr 1999 12:34:01 +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 MAA15938
for <arla-drinkers@stacken.kth.se>; Fri, 9 Apr 1999 12:33:56 +0200 (MET DST)
Received: from anchor.s3.kth.se (anchor.s3.kth.se [130.237.43.59])
by elixir.e.kth.se (8.9.2/8.9.2) with ESMTP id MAA13998;
Fri, 9 Apr 1999 12:33:54 +0200 (MET DST)
Received: (from lha@localhost)
by anchor.s3.kth.se (8.9.2/8.9.2) id MAA20124;
Fri, 9 Apr 1999 12:33:54 +0200 (MET DST)
From: Love <lha@stacken.kth.se>
To: Randy Philipp <randy@umbc.edu>
Cc: arla-drinkers@stacken.kth.se
Subject: Re: What is needed to run Arla under FreeBSD 3.1?
References: <Pine.SGI.4.10A.B3.9904081628220.5702264-100000@umbc7.umbc.edu>
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
Date: 09 Apr 1999 12:33:54 +0200
In-Reply-To: Randy Philipp's message of Thu, 8 Apr 1999 16:38:40 -0400
Message-ID: <am1zhuxeul.fsf@anchor.s3.kth.se>
Lines: 36
X-Mailer: Gnus v5.5/Emacs 20.2
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
Randy Philipp <randy@umbc.edu> writes:
> I thought this question might clear up some of the questions
> related to the latest release of Arla. Some of my personal
> question related to this are:
>
> Can I use the libkafs that comes with FreeBSD 3.1?
> (you get this from rebuilding from source with
> MAKE_KERBEROS4= yes or installing the kerberos distribution)
What RCS Id does afssysdefs.h have ? (FreeBSD was added in 1.18
(1998/01/06)) or is FreeBSD added there ? It should look like something
below:
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
#define AFS_SYSCALL 210
#endif
> If you can do the above, where should you get the klog/tokens
> programs from (aka, where is the source for these)?
We use kth-krb (ftp://ftp.pdc.kth.se/src/krb/), use an alpha release since
0.9.9 is quite broken is some respleces. Make use that you link to the
right version of libkafs is you starts to use krb-krb.
klog is is integrated in kauth and tokens is integrated in klist (klist -T).
You can also use afslog to get tokens for other cells.
> How would on intergrate arla into a Krb5/AFS environment?
I dunno. Guess it just should work. You need to link arla to a krb4,
and thare are those kerberos 5 to 4 compat libs that make if work.
Arla should work like a transarc klient.
Love