[1140] in Kerberos
re: So much for kerberos in SunOS 4.1 (inside the US)
daemon@ATHENA.MIT.EDU (Mark Stein)
Mon Oct 15 12:34:10 1990
Date: Mon, 15 Oct 90 08:48:30 PDT
From: marks@Eng.Sun.COM (Mark Stein)
To: dme@doc.imperial.ac.uk, wisner@hayes.ims.alaska.edu
Cc: kerberos@ATHENA.MIT.EDU
wisner> I try to start up the kerberos server, it fails to bind the socket --
wisner> "Address already in use". Any suggestions?
dme> ii) the portmapper can be grabbing some of the ports in that
dme> region
You can check this easily by running "rpcinfo -p" and checking the
port registrations that rpc services have made via portmap. If the
kerberos port has been used in this manner, then start up kerberos
before portmap in rc.local.
--Mark