[574] in arla-drinkers
Re: frequent cache corruption with arla 0.21 on linux 2.2.1
daemon@ATHENA.MIT.EDU (Magnus Lindström)
Thu Feb 4 18:11:57 1999
From owner-arla-drinkers@stacken.kth.se Thu Feb 04 23:11:57 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 26971 invoked from network); 4 Feb 1999 23:11:56 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 4 Feb 1999 23:11:56 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id AAA04433
for arla-drinkers-list; Fri, 5 Feb 1999 00:06:41 +0100 (MET)
Received: from elixir.e.kth.se (1073744992@elixir.e.kth.se [130.237.48.5])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id AAA04429
for <arla-drinkers@stacken.kth.se>; Fri, 5 Feb 1999 00:06:34 +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 AAA13021
for <arla-drinkers@stacken.kth.se>; Fri, 5 Feb 1999 00:06:33 +0100 (MET)
Received: (from lha@localhost)
by hummel.e.kth.se (8.9.2/8.9.2) id AAA06319
for arla-drinkers@stacken.kth.se; Fri, 5 Feb 1999 00:06:02 +0100 (MET)
Received: from elixir.e.kth.se (1073744992@elixir.e.kth.se [130.237.48.5])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id SAA01882;
Thu, 4 Feb 1999 18:42:33 +0100 (MET)
Received: from heaviside.s3.kth.se (heaviside.s3.kth.se [130.237.23.55])
by elixir.e.kth.se (8.9.2/8.9.2) with ESMTP id SAA07674;
Thu, 4 Feb 1999 18:42:24 +0100 (MET)
Received: (from lindstrm@localhost)
by heaviside.s3.kth.se (8.9.2/8.9.2) id SAA08744;
Thu, 4 Feb 1999 18:42:22 +0100 (MET)
Message-Id: <199902041742.SAA08744@heaviside.s3.kth.se>
X-Mailer: exmh version 2.0.2 2/24/98
To: Magnus Ahltorp <map@stacken.kth.se>
cc: "Neulinger, Nathan R." <nneul@umr.edu>, arla-drinkers@stacken.kth.se
Subject: Re: frequent cache corruption with arla 0.21 on linux 2.2.1
In-reply-to: Your message of "04 Feb 1999 17:22:46 +0100."
<ixdww1ykujt.fsf@squid.pdc.kth.se>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Thu, 04 Feb 1999 18:42:22 +0100
From: Magnus Lindström <magnus.lindstrom@radio.kth.se>
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
map@stacken.kth.se said:
>> Here are a few examples:
>> 1) Created a file, and it immediately shows up, but it reports "no
>> such file or directory" when doing ls. (Same as if you mkm a
>> non-existent
>> volume.) Problem is, the file can't be removed or recreated.
> This normally works. Could you give a more thorough explanation of
> what you do when this happens?
I'm experiencing the same problem (RHL-5.2 w/ kernel 2.2.1-ac3, arla-0.21).
The following command sequence will reproduce the problem:
[lindstrm@hilda weird]$ ls -F
[lindstrm@hilda weird]$ ln -s '#test' TEST
ln: cannot create symbolic link `TEST' to `#test': No such file or directory
[lindstrm@hilda weird]$ ls -F
[lindstrm@hilda weird]$ fs flush
[lindstrm@hilda weird]$ ls -F
ls: TEST: No such file or directory
[lindstrm@hilda weird]$ rm TEST
rm: TEST: No such file or directory
[lindstrm@hilda weird]$ ls -F
ls: TEST: No such file or directory
[lindstrm@hilda weird]$
Would I have tried "ln -s 'test' TEST" instead nothing strange happens.
/Magnus