[1869] in athena10
Re: ~userid doesn't work, although /mit/userid works
daemon@ATHENA.MIT.EDU (Sanjoy Mahajan)
Wed Mar 25 15:22:40 2009
To: Evan Broder <broder@mit.edu>
cc: linerva@mit.edu
In-Reply-To: Your message of "Sat, 07 Mar 2009 22:13:58 EST."
<49B337F6.20202@mit.edu> (sfid-20090307_225408_212169_B25C43A9)
Date: Wed, 25 Mar 2009 15:21:02 -0400
From: Sanjoy Mahajan <sanjoy@MIT.EDU>
Message-Id: <E1LmYes-0004E8-Nc@approx.mit.edu>
> > 2. I also started seeing the problem about "permission denied errors
> > trying to run dotfiles on login". That one may be caused by recent
> > Kerberos library changes on my (Debian unstable) laptop, and the
> > answer at <http://web.mit.edu/linerva/www/> fixed it for me.
Hmm, that fix recently stopped working (I think today), and now the
permission-denied errors are back, e.g.:
$ klist
Ticket cache: FILE:/tmp/krb5cc_1000
Default principal: sanjoy@ATHENA.MIT.EDU
Valid starting Expires Service principal
03/25/09 15:18:20 03/26/09 12:33:20 krbtgt/ATHENA.MIT.EDU@ATHENA.MIT.EDU
renew until 03/26/09 15:18:19
03/25/09 15:18:25 03/26/09 12:33:20 host/vinegar-pot.mit.edu@ATHENA.MIT.EDU
renew until 03/26/09 15:18:19
But then the permission-denied shows up:
$ ssh -K linux
Welcome to Linerva, the SIPB Linux dialup for MIT.
Linerva runs Debathena on Debian lenny.
http://linerva.mit.edu for more information
blanche linerva-announce -a $USER # for outage announcements
linerva@mit.edu (not IS&T) for questions and bug reports
Last login: Wed Mar 25 15:12:52 2009 from pool-96-237-5-66.bstnma.east.verizon.net
-bash: /mit/sanjoy/.bash_login: Permission denied
The client is /usr/bin/ssh on a Debian squeeze/sid machine.
-Sanjoy