[895] in arla-drinkers
Re: Two problems with arla 0.25
daemon@ATHENA.MIT.EDU (Rainer Schoepf)
Fri Jun 25 08:55:15 1999
From owner-arla-drinkers@stacken.kth.se Fri Jun 25 12:55:15 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 3956 invoked from network); 25 Jun 1999 12:55:14 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 25 Jun 1999 12:55:14 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id OAA27721
for arla-drinkers-list; Fri, 25 Jun 1999 14:46:21 +0200 (MET DST)
Received: from perdita.zdv.Uni-Mainz.de (perdita.zdv.Uni-Mainz.DE [134.93.179.147])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id OAA27717;
Fri, 25 Jun 1999 14:46:16 +0200 (MET DST)
Received: (from schoepf@localhost)
by perdita.zdv.Uni-Mainz.de (8.8.8/8.8.8) id OAA02883;
Fri, 25 Jun 1999 14:46:11 +0200 (MEST)
From: Rainer Schoepf <schoepf@uni-mainz.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Message-ID: <14195.31250.645288.665994@perdita.zdv.Uni-Mainz.de>
Date: Fri, 25 Jun 1999 14:46:10 +0200 (MEST)
To: Assar Westerlund <assar@stacken.kth.se>
Cc: Rainer Schoepf <schoepf@uni-mainz.de>, arla-drinkers@stacken.kth.se
Subject: Re: Two problems with arla 0.25
In-Reply-To: <5lk8svd79b.fsf@assaris.sics.se>
References: <14174.24707.683955.762702@perdita.zdv.Uni-Mainz.de>
<5lk8svd79b.fsf@assaris.sics.se>
X-Mailer: VM 6.62 under Emacs 19.34.1
Organization: Johannes Gutenberg-Universitaet Mainz
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
Assar Westerlund writes:
> Thanks for taking the time to isolate this problem. I have
> constructed a test case for this problem and it seems like the
> following set of patches solves it. Can you try if they work for you
> too?
Thanks for the patches, they seem to solve the problem. My test case
works.
I ran into antoher problem on the same architecture (Solaris 7/x86)
which is fortunately quite easy to reproduce: I log in as root, then
do
kauth schoepf
This works, I can then access all my files in AFS. If I now create a
file, it has owner root, not schoepf, and it is not possible to append
something:
bash-2.02# echo xxx >test
bash-2.02# ls -l test
-rw-r--r-- 1 root software 4 Jun 25 14:43 test
bash-2.02# cat yyy >>test
cat: cannot open yyy
However, on another machine running Transarc AFS I see:
$ ls -l test
---------- 1 root software 4 Jun 25 14:43 test
schoepf@perdita(618)$
Let me know if you need more information, I will then send xfs and
arlad logs.
Thanks for your work
Rainer Schöpf