[2234] in Kerberos-V5-bugs
Re: "Miscellaneous RPC error" with beta7
daemon@ATHENA.MIT.EDU (Barry Jaspan)
Tue Sep 17 14:36:31 1996
Date: Tue, 17 Sep 1996 14:35:46 -0400
From: "Barry Jaspan" <bjaspan@MIT.EDU>
To: Nick Kralevich <nickkral@ferrari.autobahn.org>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: [7993]
However, when I try to run "kadmin", from any computer, I always get the
following errors in the admin_server error messages:
Sep 16 09:51:09 Miscellaneous RPC error: 206.79.223.2, internal error
sealing sequence number
Sep 16 09:51:09 Miscellaneous RPC error: 206.79.223.2, Warning: Accepted
old RPC protocol request
Sep 16 09:51:09 Miscellaneous RPC error: 206.79.223.2, internal error
sealing sequence number
Sep 16 09:51:09 Miscellaneous RPC error: 206.79.223.2, Warning: Accepted
old RPC protocol request
Sep 16 09:51:09 Miscellaneous RPC error: 206.79.223.2, internal error
sealing sequence number
Sep 16 09:51:09 Miscellaneous RPC error: 206.79.223.2, unsupported
GSSAPI_INIT version
None of those errors should be possible. I have no idea what could be
causing them; it looks like the RPC request is getting munged
somewhere. As an initial guess, I'd suggest going into your lib/rpc
directory, editing the Makefile to add -DDEBUG_GSSAPI=100 on the
compile line, recompiling libgssrpc.a, and then relinking kadmind.
Run it with -nofork so you can see messages printed to stderr, run
kadmin, and send both the syslog and stderr output to krb5-bugs.
Barry