[1669] in SIPB_Linux_Development
Re: login takes me 13 minutes
daemon@ATHENA.MIT.EDU (Eric Mumpower)
Mon May 12 11:40:13 1997
Date: Mon, 12 May 1997 11:39:48 -0400
To: Erik Nygren <nygren@MIT.EDU>
Cc: jmmikkel@MIT.EDU (Joanne M Mikkelson), linux-dev@MIT.EDU
In-Reply-To: <199705111836.OAA17747@foundation.mit.edu>
From: Eric Mumpower <nocturne@MIT.EDU>
Yes, login.krb tries to obtain kerberos tickets, even for _root_, causing
unnetworked root logins to take several minutes. Most annoying. I think this
(trying to get tickets for root) is a bug.
> Bleah. This is bad. It should work. Maybe this is a problem with
> the PAM stuff? Do you have a password entry in /etc/passwd with an
> encrypted password. (I'm sure you do, just checking. ;)
I have had the same problem. I read through the login manpage, and found it
wholly useless. My solution (read that "workaround") was to continue using
login.krb, and simply to wait several minutes for a login.
Joanne: I made the default init level of my computer 2 or 3, and then
removed the S75athena (and S80sendmail) links from /etc/rc.d/rc2.d and
rc3.d ... then, when I do have network connectivity, I run "init 5" and my
athena init programs fire up.
- Eric