[715] in arla-drinkers
Re: Thanks. but...
daemon@ATHENA.MIT.EDU (Magnus Ahltorp)
Wed Mar 24 11:15:16 1999
From owner-arla-drinkers@stacken.kth.se Wed Mar 24 16:15:16 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 737 invoked from network); 24 Mar 1999 16:15:15 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 24 Mar 1999 16:15:15 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id RAA18967
for arla-drinkers-list; Wed, 24 Mar 1999 17:07:42 +0100 (MET)
Received: from karmosin08.nada.kth.se (karmosin08.nada.kth.se [130.237.226.37])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id RAA18963
for <arla-drinkers@stacken.kth.se>; Wed, 24 Mar 1999 17:07:38 +0100 (MET)
Received: (from d95-mah@localhost)
by karmosin08.nada.kth.se (8.8.7/8.8.7) id RAA03042;
Wed, 24 Mar 1999 17:07:30 +0100 (MET)
To: Hee-Seok Heo <hsheo@postech.ac.kr>
Cc: arla-drinkers@stacken.kth.se
Subject: Re: Thanks. but...
References: <36F8E83C.BB40F6FC@postech.ac.kr>
From: Magnus Ahltorp <map@stacken.kth.se>
Date: 24 Mar 1999 17:07:30 +0100
In-Reply-To: Hee-Seok Heo's message of "Wed, 24 Mar 1999 22:27:25 +0900"
Message-ID: <ixd7ls67tx9.fsf@karmosin08.nada.kth.se>
Lines: 32
X-Mailer: Gnus v5.6.45/Emacs 19.34
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
> 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)
This is because xfs didn't find a fully started arlad when /afs was
mounted. This results in an empty /afs, and this is normal. When xfs
presents an empty /afs in this way, arlad is not probed for until a
process uses something in /afs. This is not harmful, unless some
program depends on listing the files in /afs.
If you are irritated by not seeing any files, issue the command
"ls /afs/stacken.kth.se" (or some other cell), and the files will
appear.
> Next time, I try 'umount /afs' and 'mount /afs'.
> Then it works well.
This is because xfs probes arlad for a root directory when /afs is
mounted.
> I guess that arlad require some delay time.
> Why don't you insert the 'sleep(??)' before the parent process exits ?
If you use the script /usr/arla/bin/startarla, you will find that
functionality there.
/Magnus