[6255] in Athena Bugs
attach/aklog
daemon@ATHENA.MIT.EDU (John Carr)
Sun Oct 21 15:49:52 1990
To: bugs@ATHENA.MIT.EDU
Date: Sun, 21 Oct 90 15:49:39 EDT
From: John Carr <jfc@ATHENA.MIT.EDU>
Attach will "mount" an AFS filesystem even if it can not get tokens
and the filesystem type is "w":
% /bin/athena/attach jfc
jfc: AFS mounted /afs/athena.mit.edu/user/j/jfc on /site/mit/jfc (read-write)
% /usr/athena/klist
Ticket file: /tmp/tkt2931
klist: No ticket file (tf_util)
% /bin/athena/hesinfo jfc filsys
NFS /usr/users/jfc achates w /mit/jfc
AFS /afs/athena.mit.edu/user/j/jfc w /mit/jfc
aklog does not return a non-zero exit status for aklog -path when
there is no ticket file. It also prints too many error messages; in
the following example the first failed attempt to get a ticket should
have been a fatal error.
% /afs/athena.mit.edu/service/aklog -path /afs/athena.mit.edu/user/j/jfc
aklog: Couldn't get AFS tickets (afs.athena.mit.edu@ATHENA.MIT.EDU) for cell athena.mit.edu:
No ticket file (tf_util)
aklog: Couldn't get AFS tickets (afs.athena.mit.edu@ATHENA.MIT.EDU) for cell athena.mit.edu:
No ticket file (tf_util)
aklog: Couldn't get AFS tickets (afs.athena.mit.edu@ATHENA.MIT.EDU) for cell athena.mit.edu:
No ticket file (tf_util)
% echo $status
0
%