[613] in arla-drinkers
broken cache problem for arla
daemon@ATHENA.MIT.EDU (Takashi Ichihara)
Fri Feb 19 05:15:39 1999
From owner-arla-drinkers@stacken.kth.se Fri Feb 19 10:15:38 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 2934 invoked from network); 19 Feb 1999 10:15:37 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 19 Feb 1999 10:15:37 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id LAA07276
for arla-drinkers-list; Fri, 19 Feb 1999 11:09:01 +0100 (MET)
Received: from rarfaxp.riken.go.jp (rarfaxp.riken.go.jp [134.160.227.2])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id LAA07272
for <arla-drinkers@stacken.kth.se>; Fri, 19 Feb 1999 11:08:51 +0100 (MET)
Received: from rarfaxp.riken.go.jp (localhost [127.0.0.1])
by rarfaxp.riken.go.jp (8.9.2/8.9.2) with ESMTP id TAA03590;
Fri, 19 Feb 1999 19:08:49 +0900 (JST)
Message-Id: <199902191008.TAA03590@rarfaxp.riken.go.jp>
To: arla-drinkers@stacken.kth.se
cc: ichihara@riken.go.jp
Subject: broken cache problem for arla
Date: Fri, 19 Feb 1999 19:08:48 +0900
From: Takashi Ichihara <ichihara@rarfaxp.riken.go.jp>
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
Hi all
Following problems occurs frequently around our environment: When
a linux system "crash" with panic, some parts of cache files of the
arla seems to be destroyed. After this crash, arla does not work
correctly even rebooting the system. Access to the specific files on
/afs tree, which are related to the broken cache files, has problem.
This problem seems to be easily resolved by inserting a command
to clean the arla cache files in the startup script (file: startarla)
Following is a suggested patch for this problem for file "startarla".
How about implementing this patch in the next release ?
(suggested patch file for startarla)
--- startarla.old Fri Feb 19 18:50:16 1999
+++ startarla Fri Feb 19 18:51:16 1999
@@ -23,6 +23,8 @@
mkdir $CACHEDIR
chmod 700 $CACHEDIR
chown root $CACHEDIR
+else
+ rm -rf $CACHEDIR/
fi
insmod $BINDIR/xfs.o
---------------------------------
Takashi Ichihara (RIKEN)
ichihara@riken.go.jp