[576] in arla-drinkers
Re: frequent cache corruption with arla 0.21 on linux 2.2.1
daemon@ATHENA.MIT.EDU (Nathan Neulinger)
Thu Feb 4 20:33:00 1999
From owner-arla-drinkers@stacken.kth.se Fri Feb 05 01:32:59 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 28709 invoked from network); 5 Feb 1999 01:32:58 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 5 Feb 1999 01:32:58 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id CAA05481
for arla-drinkers-list; Fri, 5 Feb 1999 02:27:48 +0100 (MET)
Received: from umr.edu (hermes.cc.umr.edu [131.151.1.68])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id CAA05476;
Fri, 5 Feb 1999 02:27:35 +0100 (MET)
Received: from umr.edu (static-nneul.rollanet.org [192.55.114.233]) via ESMTP by hermes.cc.umr.edu (8.8.7/R.4.20) id TAA22420; Thu, 4 Feb 1999 19:27:10 -0600 (CST)
Message-ID: <36BA48EE.85F7BCB1@umr.edu>
Date: Thu, 04 Feb 1999 19:27:10 -0600
From: Nathan Neulinger <nneul@umr.edu>
X-Mailer: Mozilla 4.5 [en] (X11; I; Linux 2.2.0-pre7 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: Simon Josefsson <jas@pdc.kth.se>
CC: Magnus LindstrXm <magnus.lindstrom@radio.kth.se>,
Magnus Ahltorp <map@stacken.kth.se>, arla-drinkers@stacken.kth.se
Subject: Re: frequent cache corruption with arla 0.21 on linux 2.2.1
References: <199902041742.SAA08744@heaviside.s3.kth.se> <iluaeyt7n8a.fsf@scup.pdc.kth.se>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
Simon Josefsson wrote:
>
> Magnus LindstrXm <magnus.lindstrom@radio.kth.se> writes:
>
> > [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
>
> Uhm, aren't symlinks to names with leading `#':s really mount points
> in AFS?
I believe so. This wasn't the case with my problem.
> You can remove the file with "fs rmm TEST". I don't see any
> inconsistency that would indicate cache corruptions when trying the
> above.
fs rmm didn't work in the cases where I was having trouble.
>
> The same thing happens with Transarc AFS but with slightly different
> result:
>
> abba$ ls -F
> abba$ ln -s '#test' TEST
> abba$ ls -F
> ls: TEST: Operation not supported by device
> abba$ fs rmm TEST
> abba$ ls -F
>
> So it seems that the ln "should" succeed and the errno's returned
> "should" be EOPTNOTSUPP instead.
Yep, and if you name the destination right, it will actually be a mount.
It has the name of the cell and the volume and some other character if
it's a readwrite mount I think.
It's unfortunate though that readlink() doesn't work, as that would make
some find/scan type activities really easy.
-- Nathan