[20094] in Athena Bugs
Re: linux 9.0.19: matlab
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Thu Jan 10 12:58:39 2002
Message-Id: <200201101758.MAA05016@dit.mit.edu>
To: robs@MIT.EDU
cc: alexp@MIT.EDU, bugs@MIT.EDU
In-reply-to: "[20090] in Athena Bugs"
Date: Thu, 10 Jan 2002 12:58:37 -0500
From: Alex T Prengel <alexp@MIT.EDU>
Hi, you sent to bugs:
>What were you trying to do?
>
>- running a simulation overnight that involves a .MEX file called from
>a .M file
>
>What's wrong:
>
>- after the calculations, basic commands were unavailable (ls,cd,pwd)
>(see bottom), so the .M file execution was interrupted
It's very likely that this is due to your Kerberos tickets and AFS tokens
expiring. You can get longer ones (up to 22 hours or so I think) by running
kinit like this:
kinit -l 22h
just before you start your overnight runs.
Alex Prengel
MIT Academic Compiting Support Team