[10568] in Athena Bugs
autocad_r12 locker top level confused. (. == ..)
daemon@ATHENA.MIT.EDU (Mark W. Eichin)
Sun Jun 20 11:17:54 1993
Date: Sun, 20 Jun 93 11:16:31 -0400
From: "Mark W. Eichin" <eichin@Athena.MIT.EDU>
To: bugs@Athena.MIT.EDU, f_l@Athena.MIT.EDU
Cc: yandros@Athena.MIT.EDU
The autocad_r12 locker is messed up in such a way that prevents
autocad from finding it's dcl files. Somehow, . and .. are equal (such
that from within autocad_r12, "pwd" gives / and other things are
similarly confused...
The writable volume is ok, and I was able to use autocad from
there.
hodge+% cd /afs/athena/software
hodge+% fs whereis .
File . is on hosts PRILL.MIT.EDU ORF.MIT.EDU MAEANDER.MIT.EDU
hodge+% ls -lid .
33161232 drwxrwxrwx 2 root system 4096 Apr 14 08:30 ./
hodge+% ls -lid autocad_r12
560989404 drwxrwxrwx 11 root system 2048 Jun 16 15:13 autocad_r12/
hodge+% cd autocad_r12
hodge+% ls -lid .
560989404 drwxrwxrwx 11 root system 2048 Jun 16 15:13 ./
hodge+% ls -lid ..
560989404 drwxrwxrwx 11 root system 2048 Jun 16 15:13 ../
hodge+% fs whereis .
File . is on hosts ANISE.MIT.EDU TALOS.MIT.EDU
Using the writable volumes:
hodge+% cd /afs/.athena/software
hodge+% fs whereis .
File . is on host PRILL.MIT.EDU
hodge+% ls -lid .
2949136 drwxrwxrwx 2 root system 4096 Apr 14 08:30 ./
hodge+% ls -lid autocad_r12
1307115614 drwxrwxrwx 11 root system 2048 Jun 16 15:13 autocad_r12/
hodge+% cd autocad_r12
hodge+% ls -lid .
1307115614 drwxrwxrwx 11 root system 2048 Jun 16 15:13 ./
hodge+% ls -lid ..
2949136 drwxrwxrwx 2 root system 4096 Apr 14 08:30 ../