[3122] in Kerberos
Re: kerberos won't start
daemon@ATHENA.MIT.EDU (Art Houle)
Sat Apr 16 09:31:37 1994
To: kerberos@MIT.EDU
Date: Fri, 15 Apr 1994 13:42 est
From: houlea@firnvx.firn.edu (Art Houle)
In Article <19940415100858.houlea@art.firn.edu> "houlea@firnvx.firn.edu (Art Houle)" says:
> Hello,
> I finally got kerberos working both locally and with a Xyplex terminal server.
> Then we backed up the Sun running kerberos, first shutting down all process.
> Then after the Sun came back up, I can't start kerberos sucessfully :(
> here is what I get:
> #kerberos &
> [1] 532
> Kerberos server starting
> # Sleep forever on srror
> Log file is /kerberos/kerberos.log
> kerberos: Can't bind socket
> [1] Exit 1 kerberos
> #
> I have checked the services file and it still contains the port numbers
> appended from [src-dir]/prototypes/services.append.
> kadmind -n& starts ok.
> kdb_edit works ok.
> .k exists.
> Any suggestions apreciated!!!
> Art Houle (904) 487-8677 houlea@mail.firn.edu
>
Thanks to Charles Menser at Peachnet for his insight.
He said that the bind won't happen if the socket is already used.
Well, nothing else is active that is using the socket!!! therefore the
warm reboot (shutdown -r ) did NOT clear the old sockets. I just did a
shutdown -h, then turned the power off the Sun (spark 2 / SunOS 4.1.3 )
and when I brought it back up, kerberos started with no problems.
bye.