[18333] in Athena Bugs
sun4 8.4.12: eject zip from Xlogin
daemon@ATHENA.MIT.EDU (Abby Fox)
Fri Sep 22 12:54:03 2000
Message-Id: <200009221653.MAA24009@allegretto.mit.edu>
To: bugs@MIT.EDU
Date: Fri, 22 Sep 2000 12:53:57 -0400
From: Abby Fox <ajfox@MIT.EDU>
The prelogin option to eject a zip disk fails with console message:
mtools: Could not authenticate to AFS: You have no tickets cached.
The existing callback is:
commandCB(attachandrun mtools mzip mzip -e z:)
I tried changing it to:
attachAndRunCB(mtools,/mit/mtools/bin/mzip -e z:)
and
commandCB(eject zip)
and both work; the latter should be more efficient (it's what "mzip -e"
calls at this point on Solaris) but I thought the former might give some
diagnostic clue.
--Abby