Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on /usr/bin/aker/aker.py #115

Open
mg1boc1 opened this issue Jun 9, 2021 · 0 comments
Open

Error on /usr/bin/aker/aker.py #115

mg1boc1 opened this issue Jun 9, 2021 · 0 comments

Comments

@mg1boc1
Copy link

mg1boc1 commented Jun 9, 2021

when i trying to start aker i got this error:

$ /usr/bin/aker/aker.py
Traceback (most recent call last):
File "/usr/bin/aker/aker.py", line 180, in
Aker().build_tui()
File "/usr/bin/aker/aker.py", line 130, in init
self.user = User(self.posix_user)
File "/usr/bin/aker/aker.py", line 81, in init
self.hosts = Hosts(config, self.name, gateway_hostgroup, idp)
File "/usr/bin/aker/hosts.py", line 88, in init
self.idp = IdPFactory.getIdP(idp)(config, username, gateway_hostgroup)
File "/usr/bin/aker/idp/IPA.py", line 33, in init
api.Backend.rpcclient.connect()
File "/usr/lib/python2.7/site-packages/ipalib/backend.py", line 69, in connect
conn = self.create_connection(*args, **kw)
File "/usr/lib/python2.7/site-packages/ipalib/rpc.py", line 1067, in create_connection
command([], {})
File "/usr/lib/python2.7/site-packages/ipalib/rpc.py", line 1281, in _call
return self.__request(name, args)
File "/usr/lib/python2.7/site-packages/ipalib/rpc.py", line 1248, in __request
verbose=self.__verbose >= 3,
File "/usr/lib64/python2.7/xmlrpclib.py", line 1273, in request
return self.single_request(host, handler, request_body, verbose)
File "/usr/lib/python2.7/site-packages/ipalib/rpc.py", line 699, in single_request
self.get_auth_info()
File "/usr/lib/python2.7/site-packages/ipalib/rpc.py", line 651, in get_auth_info
self._handle_exception(e, service=service)
File "/usr/lib/python2.7/site-packages/ipalib/rpc.py", line 610, in _handle_exception
raise errors.KerberosError(message=unicode(e))
ipalib.errors.KerberosError: Major (851968): Unspecified GSS failure. Minor code may provide more information, Minor (39756044): Credential cache is empty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant