[32] in netbsd-help mailing list archive
Re: something wrong with kerberos/attach or something
daemon@ATHENA.MIT.EDU (Greg Hudson)
Tue Jan 31 01:02:43 1995
To: sdfranks@MIT.EDU
Cc: netbsd-help@MIT.EDU
In-Reply-To: Your message of "Tue, 31 Jan 1995 00:59:20 EST."
<9501310559.AA18224@al-forno.MIT.EDU>
Date: Tue, 31 Jan 1995 01:02:45 EST
From: Greg Hudson <ghudson@MIT.EDU>
> aklog: Couldn't get athena.mit.edu AFS tickets: Retry count exceeded
> (send_to_kc)
> I don't think I changed anything. What could have caused this?
kerberos-2.mit.edu might have been down. To avoid this kind of
problem, edit /etc/services. Comment out these two lines:
kerberos 88/tcp krb5 # Kerberos v5
kerberos 88/udp
and uncomment these two lines:
#kerberos 750/udp kdc # Kerberos (server) udp
#kerberos 750/tcp kdc # Kerberos (server) tcp
The installation script should probably do this for you, but doesn't
yet.