[714] in arla-drinkers
Re: Thanks. but...
daemon@ATHENA.MIT.EDU (Love)
Wed Mar 24 10:31:02 1999
From owner-arla-drinkers@stacken.kth.se Wed Mar 24 15:31:01 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 342 invoked from network); 24 Mar 1999 15:31:00 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 24 Mar 1999 15:31:00 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id QAA18475
for arla-drinkers-list; Wed, 24 Mar 1999 16:23:39 +0100 (MET)
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 QAA18471
for <arla-drinkers@stacken.kth.se>; Wed, 24 Mar 1999 16:23:35 +0100 (MET)
Received: from hummel.e.kth.se (hummel.e.kth.se [130.237.43.135])
by elixir.e.kth.se (8.9.2/8.9.2) with ESMTP id QAA04759;
Wed, 24 Mar 1999 16:23:34 +0100 (MET)
Received: (from lha@localhost)
by hummel.e.kth.se (8.9.2/8.9.2) id QAA10870;
Wed, 24 Mar 1999 16:23:31 +0100 (MET)
From: Love <lha@stacken.kth.se>
To: Hee-Seok Heo <hsheo@postech.ac.kr>
Cc: arla-drinkers@stacken.kth.se
Subject: Re: Thanks. but...
References: <36F8E83C.BB40F6FC@postech.ac.kr>
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
Date: 24 Mar 1999 16:23:30 +0100
In-Reply-To: Hee-Seok Heo's message of Wed, 24 Mar 1999 22:27:25 +0900
Message-ID: <ampv5yap3h.fsf@hummel.e.kth.se>
Lines: 50
X-Mailer: Gnus v5.5/Emacs 20.2
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
Hee-Seok Heo <hsheo@postech.ac.kr> writes:
> Arla configure doesn't dectect KRB_PRINCIPAL,
> so I insert this line into include/config.h
> #define HAVE_KRB_PRINCIPAL
> After then, I can compile arla.
>
> Is it my mistake?
Why does the test fail ? (what is the relevant output on config.log ?)
>
> I try mount /afs with such script as
>
> #!/bin/sh
> /sbin/insmod /usr/arla/bin/xfs.o
> /usr/arla/bin/arlad
> /bin/mount -t xfs arla /afs
>
> But after then, I can't find any file under /afs(ls /afs)
> Next time, I try 'umount /afs' and 'mount /afs'.
> Then it works well.
> I guess that arlad require some delay time.
> Why don't you insert the 'sleep(??)' before the parent process exits ?
Try too start arla with --fork-late.
> p.s ----- if possible, please let me know the solution of following
> problems.
> How can I get the tokens from afsserver?
If you use krb-krb's kauth (0.9.9 and newer) you should get local tokens
for the cell meantioned in /usr/arla/etc/ThisCells
> I tried afslog in /usr/athena/bin, but I got this message,
>
> hsheo@POSTECH.AC.KR's Password:
> kerberos-iv/* unknown service, using default port 750
> kauth: Can't send request (send_to_kdc)
>
> The port 750 is the same with krb4-0.9.9/etc/services.append,
> so I think that I made another mistake.
> I try 7004 which is the port of afs3-kaserver, but I can't too.
You should use port 750 for kerberos-iv/*, since the ka-server also speaks
kerberosIV protocol on that port.
Do you have a /etc/krb.conf that defines the ka-servers for POSTECH.AC.KR ?
Love