[1956] in athena10
Re: bug
daemon@ATHENA.MIT.EDU (Evan Broder)
Mon Mar 30 06:44:49 2009
Message-ID: <49D0A26D.9020401@mit.edu>
Date: Mon, 30 Mar 2009 06:43:57 -0400
From: Evan Broder <broder@MIT.EDU>
MIME-Version: 1.0
To: Tim Stumbaugh <stum@mit.edu>
CC: Linerva <linerva@mit.edu>
In-Reply-To: <49D046F0.8040209@mit.edu>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Hi Tim -
Is there any correlation between what machine you login from and
whether you have tickets? It sounds like you might be using a machine
that authenticates using tickets but doesn't delegate them - see
http://web.mit.edu/linerva/www/#ticket-forwarding for our documentation
on how to fix that.
If you're not forwarding tickets, you can't get tokens when you login,
which are the credentials that authenticate you to AFS. Without tokens,
you can't read your dotfiles. Your dotfiles include the Athena standard
dotfiles, which set your prompt to "athena%". The other prompt you're
seeing is actually the tcsh default prompt.
As for your session freezing, that sounds like you're losing your
connection to Linerva. Since ssh happens over a single long-lasting
connection (as opposed to protocols like HTTP which are effectively
stateless), interruptions in your network connectivity, especially ones
that result in your IP address changing, can result in symptoms like
that. Do you notice any other brief interruption in your network
connection when you get disconnected like this?
- Evan
Tim Stumbaugh wrote:
> Hi,
> I am experiencing a strange bug while using linerva. When I log in,
> sometimes, I don't have any tickets, so I can't get access to my files
> without running renew. Also, my athena% prompt is sometimes
> vinegar_pot (not sure if that's relevant).
> The other issue that I run into, is that my session will occasionally
> "freeze" where any keystrokes don't register, and my client will
> eventually just disconnect.
>
> If it makes any difference, I'm not running a window session.
>
> Best-