In message <[EMAIL PROTECTED]>,Phil Pishioneri write
s:
>Anyone have any more details (I did some quick web searching but
>was unsuccessful)?

i downloaded this client a bit ago (but havent had a chance to look at it):

README for arla-0.5 ($Name: arla-0-5 $)
$Id: README,v 1.18 1998/04/15 02:45:01 rb Exp $

1. What is arla?

Arla is a free AFS cache-manager/client implementation.

2. Where do I find this file?

This file is contained inside
ftp://ftp.stacken.kth.se/pub/arla/arla-0.5.tar.gz
(aka /afs/stacken.kth.se/ftp/pub/arla/arla-0.5.tar.gz).

3. What is AFS?

AFS is a world-wide distributed file system.  See
<http://www.transarc.com/afs/transarc.com/public/www/Product/AFS/FAQ/faq.html>
for more information.

4. What's included in arla?

There is kernel support (with different level of functionality) for
the following operating systems:

- FreeBSD 2.2
- OpenBSD 2.2 and 2.3
- NetBSD 1.2 and 1.3
- Linux 2.0.x (possibly 2.1.x?)
- SunOS 4
- Solaris 2.5 and 2.6

A cache manager (arlad) that works both in user-level mode and with
the kernel module.  The user-level mode is quite portable and has even
been working under Windows NT (with the cygwin32 libraries).

Some simple programs (fs, vos and pts).

Programs for acquiring tokens (kauth, afslog) are not included but are
part of the kth-krb distribution.

5. What's the status or arla?

This is a snapshot and pre-greek letters.

Most of the functionality is there.  You can read and write files and
directories, with or without authentication.  It's not as stable or
high-performing as we would like, yet.  It only does whole-file
caching, but that's probably good enough.

6. What do I need to run arla?

If you have one of the systems listed above you will be able to mount
afs as a file system (and probably to panic your kernel as well).

The user-level programs should work and build on almost any other unix
dialect.

If you want to use authentication, you will also need a Kerberos v4
implementation.  We use and recommend the one at
<http://www.pdc.kth.se/kth-krb/>.

OpenBSD 2.3 already ships with kth-krb.  However, you'll have to
remove -DNO_AFS from /usr/src/kerberosIV/kafs/Makefile and rebuild
kafs.

If you are using MIT-Kerberos or CNS Kerberos you can find a replacement
for libkafs in http://andrew2.andrew.cmu.edu/dist/krbafs.html. Then you
need to use the --with-krbafs=dir option when running configure.
Thanks to Derrick J Brashear <[EMAIL PROTECTED]> for making this
available for the american users.

If you don't have Kerberos, you should still be able to test that it
works, but there's not much point in running unauthenticated, and it's
not very tested.

7. How do I compile/install/start arla?

See the file INSTALL

8. What do I do when I find a bug?

Report it with as much detail as possible (including patches) to
<[EMAIL PROTECTED]>.

9. How do I adjust the amount of debug information?

Both arlad and the xfs (the kernel module) has variables for
controlling what type of debug messages should be printed.

They are controlled by the `--debug' option to arlad and by setting
the `xfsdeb' variable in xfs (see xfs/<system>/xfs_deb.c).

10. How hard is it to port arla to a new operating system?

It's not hard.  The user-level code is quite portable and is not much
different between different operating systems.  The kernel module is
system-specific but not that large and you can probably start with the
one in `xfs/SYSTEM' that's most similar to your system.  If you're
interested in doing the port, send mail to
<[EMAIL PROTECTED]>.

11. Known problems.

OpenBSD 2.3 (current) and OpenBSD 2.2 on some architectures have
serious problems with mmap.  If arlad doesn't seem to work om your
system run configure with `--disable-mmap'.

12. How can I help?

With code.  Send us bug-reports and/or patches.

13. Are there any mailing lists for arla?

[EMAIL PROTECTED]    general discussion
[EMAIL PROTECTED]    only announcements

Send mail to <LIST>[EMAIL PROTECTED] to subscribe.

14. Is there a web page?

Yes, http://www.stacken.kth.se/project/arla/

15. Are there any copyrights on parts of arla?

lwp and rx are copyrighted by IBM.  We're grateful to Derrick J
Brashear <[EMAIL PROTECTED]> and Jim Doyle <[EMAIL PROTECTED]> for making
them available.

the rxkad implementation was written by Bjvrn Grvnvall <[EMAIL PROTECTED]>
and is also part of the kth-krb distribution.

editline was written by Simmule Turner and Rich Salz.

The code for gluing these together were written by ourselves.

<[EMAIL PROTECTED]>

16. What has changed since *?

See NEWS and ChangeLog.

17. What does `arla' mean?

- Arla in Swedish means `early'.  Most of the code has been written
early in the morning.

- Arla is also the name of the largest producer of dairy products in
Sweden.  They produce, among others, a milk product called `fil'
(filmjvlk = sour milk) which also happens to be the swedish word for
`file'.

Reply via email to