[734] in arla-drinkers
problem with fstat()
daemon@ATHENA.MIT.EDU (A stranger without a name)
Wed Mar 31 14:59:17 1999
From owner-arla-drinkers@stacken.kth.se Wed Mar 31 19:59:17 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 22947 invoked from network); 31 Mar 1999 19:59:16 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 31 Mar 1999 19:59:16 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id VAA05101
for arla-drinkers-list; Wed, 31 Mar 1999 21:49:12 +0200 (MET DST)
Received: from squid.pdc.kth.se (squid.pdc.kth.se [130.237.221.65])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id VAA05097
for <arla-drinkers@stacken.kth.se>; Wed, 31 Mar 1999 21:49:04 +0200 (MET DST)
Received: (from d95-mah@localhost)
by squid.pdc.kth.se (8.8.7/8.8.7) id VAA27928;
Wed, 31 Mar 1999 21:49:02 +0200 (MET DST)
Date: Wed, 31 Mar 1999 13:26:28 -0500 (EST)
From: A stranger without a name <tyme@dreams.res.cmu.edu>
To: arla-drinkers@stacken.kth.se
Subject: problem with fstat()
In-Reply-To: <Pine.LNX.4.10.9903302014110.31817-100000@dreams.res.cmu.edu>
Message-ID: <Pine.LNX.4.10.9903311315320.32322-100000@dreams.res.cmu.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Lines: 18
X-Mailer: Gnus v5.6.45/Emacs 19.34
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
There seems to be a problem with whatever arla does when fstat() is called
with a file on an AFS mount. I've tried changing the settings in
arla.conf, and an fstat() call in ls keeps hanging on various files... it
seems a lower fpriority lets it get farther through the dir's file list
before it freezes, or at least changes the file fstat() hangs on, and
sometimes it gets through an entire directory with no problem.
The hangs are consistant (hangs on the same file or doesn't hang on any
files in a directory) based on the settings in arla.conf, and maybe only
on the fpriority setting.
If a 'ls' hangs on file blah, doing a ls blah or ls -l blah also hangs. I
haven't checked the arla code to see where it could be getting stuck.
Justin