aklog: unknown RPC error (-1765328370) while getting AFS tickets

[email protected] Mon, 12 Sep 2022 14:28:01 +0000 (UTC)
Newsgroups gmane.comp.file-systems.openafs.general
Message-ID <[email protected]>
The error means that the server does not support the requested encryption type.

You may have a look here for the list of krb5 error codes:
https://www.netmeister.org/blog/krb5-error-codes-table.html

If you run MIT kerberos, you can run aklog as:
$ KRB5_TRACE=/dev/stderr aklog

which should present you with a detailed trace of the kerberos communication. It could help you find out which server denies the request and what else has been tried by the client.

Kind regards,
–Michael