[712] in arla-drinkers
Thanks. but...
daemon@ATHENA.MIT.EDU (Hee-Seok Heo)
Wed Mar 24 08:54:21 1999
From owner-arla-drinkers@stacken.kth.se Wed Mar 24 13:54:21 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 29457 invoked from network); 24 Mar 1999 13:54:20 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 24 Mar 1999 13:54:20 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id OAA17344
for arla-drinkers-list; Wed, 24 Mar 1999 14:46:04 +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 OAA17340
for <arla-drinkers@stacken.kth.se>; Wed, 24 Mar 1999 14:45:59 +0100 (MET)
Received: from robert.e.kth.se (robert.e.kth.se [130.237.48.106])
by elixir.e.kth.se (8.9.2/8.9.2) with ESMTP id OAA27866
for <arla-drinkers@stacken.kth.se>; Wed, 24 Mar 1999 14:45:58 +0100 (MET)
Received: (from lha@localhost)
by robert.e.kth.se (8.9.2/8.9.2) id OAA04536;
Wed, 24 Mar 1999 14:45:57 +0100 (MET)
Original-Sender: hsheo@smtp.postech.ac.kr
Message-ID: <36F8E83C.BB40F6FC@postech.ac.kr>
Date: Wed, 24 Mar 1999 22:27:25 +0900
From: Hee-Seok Heo <hsheo@postech.ac.kr>
Organization: Computer Society
X-Mailer: Mozilla 4.08 [ko] (X11; I; Linux 2.2.3 i686)
MIME-Version: 1.0
To: arla-drinkers@stacken.kth.se
Subject: Thanks. but...
Content-Type: text/plain; charset=iso-2022-kr
Content-Transfer-Encoding: 7bit
Lines: 51
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
Thanks you for your product.
Anyway,
My enviroments:
Linux kernel 2.2.3
krb4-0.9.9
arla-0.22
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?
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 ?
Thanks again.
p.s ----- if possible, please let me know the solution of following
problems.
How can I get the tokens from afsserver?
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.
Now I use afs3.5beta's klog command with the link /usr/vice -->
/usr/arla.