[17324] in Athena Bugs
sun4 8.3.19: attach
daemon@ATHENA.MIT.EDU (Emil Sit)
Wed Oct 27 18:35:55 1999
Message-Id: <199910272235.SAA03404@ferd.mit.edu>
To: bugs@MIT.EDU
Date: Wed, 27 Oct 1999 18:35:49 -0400
From: Emil Sit <sit@MIT.EDU>
System name: ferd.mit.edu
Type and version: Ultra-5_10 8.3.19
Display type: m
Shell: /bin/athena/tcsh
Window manager: /mit/windowmanagers/bin/fvwm
What were you trying to do?
Add a filesystem line to attach.conf (as per the man page)
I added the line at the end:
filesystem coda AFS /afs/sipb.mit.edu/project/coda w /mit/coda
What's wrong:
% attach coda
Segmentation fault
The output of truss shows at the end:
lstat("/var/athena", 0xEFFFF460) = 0
open("/etc/athena/hesiod.conf", O_RDONLY) Err#2 ENOENT
open("/var/athena/attachtab/./.lock", O_RDWR|O_CREAT|O_TRUNC, 0600) = 3
sigfillset(0xEF629778) = 0
sigprocmask(SIG_BLOCK, 0xEFFFF420, 0xEFFFF4F4) = 0
fcntl(3, F_SETLKW, 0xEFFFF430) = 0
open("/var/athena/attachtab/locker/coda", O_RDWR) Err#2 ENOENT
Incurred fault #6, FLTBOUNDS %pc = 0x0002CA6C
siginfo: SIGSEGV SEGV_MAPERR addr=0x00000000
Received signal #11, SIGSEGV [default]
siginfo: SIGSEGV SEGV_MAPERR addr=0x00000000
*** process killed ***
It's not clear that the parsing is working either:
% attach -l coda
resolves to:
AFS
What should have happened:
It should work like the man page describes...
Please describe any relevant documentation references:
attach.conf (5)
question by user margulis in the olc queue (a private_ws question)
he's trying to do it with NFS, but same problem.