[55] in arla-drinkers
Re: arla 0.7.2 troubles on sparc netbsd 1.3.1
daemon@ATHENA.MIT.EDU (Magnus Ahltorp)
Thu Jun 25 11:14:38 1998
From arla-drinkers-request@sundance.stacken.kth.se Thu Jun 25 15:14:37 1998
Return-Path: <arla-drinkers-request@sundance.stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 27348 invoked from network); 25 Jun 1998 15:14:35 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 25 Jun 1998 15:14:35 -0000
Received: from yakko.stacken.kth.se (map@yakko.stacken.kth.se [130.237.234.52])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id RAA13011;
Thu, 25 Jun 1998 17:09:02 +0200 (MET DST)
Received: (from map@localhost)
by yakko.stacken.kth.se (8.8.8/8.8.7) id RAA18634;
Thu, 25 Jun 1998 17:07:32 +0200 (CEST)
Sender: map@stacken.kth.se
To: Derrick J Brashear <shadow@dementia.org>
Cc: arla-drinkers@stacken.kth.se, Stoned Elipot <Stoned.Elipot@univ-evry.fr>
Subject: Re: arla 0.7.2 troubles on sparc netbsd 1.3.1
References: <ML-1.3.2.898786149.3978.root@jooky.dementia.org>
From: Magnus Ahltorp <map@stacken.kth.se>
Date: 25 Jun 1998 17:07:30 +0200
In-Reply-To: Derrick J Brashear's message of Thu, 25 Jun 1998 10:49:09 -0400 (EDT)
Message-ID: <lv1vhppseod.fsf@yakko.stacken.kth.se>
Lines: 32
X-Mailer: Gnus v5.3/Emacs 19.34
> Ah, but (Transarc) AFS does recognize these. We have the same problem;
> Presumably EMT is mis-creating mount points. On the other hand "real" AFS
> source doesn't seem to care what the mount points end with. The code seems to
> check exactly never (but I haven't looked hard either)
sundance:~$ ln -s "#home.map" testfoo1
sundance:~$ ln -s "#home.map." testfoo2
sundance:~$ ln -s "#home.map#" testfoo3
sundance:~$ ln -s "#home.map;" testfoo4
sundance:~$ ls -ld testfoo1
ls: testfoo1: No such device
sundance:~$ ls -ld testfoo2
drwxr-xr-x 40 root 22528 Jun 25 17:04 testfoo2
sundance:~$ ls -ld testfoo3
drwxr-xr-x 40 root 22528 Jun 25 17:04 testfoo3
sundance:~$ ls -ld testfoo4
drwxr-xr-x 40 root 22528 Jun 25 17:04 testfoo4
sundance:~$ fs lsm testfoo1
'testfoo1' is a mount point for volume '#home.ma'
sundance:~$ fs lsm testfoo2
'testfoo2' is a mount point for volume '#home.map'
sundance:~$ fs lsm testfoo3
'testfoo3' is a mount point for volume '#home.map'
sundance:~$ fs lsm testfoo4
'testfoo4' is a mount point for volume '#home.map'
sundance:~$
Obviously, transarc does not care what that last character is, even if
it is a letter.
/Magnus
map@stacken.kth.se