Reputation: 481
I have issue in logging in gerrit server and it prompts "Authentication unavailable at this time". I tried restarting the gerrit service but when it was about to start the service it shown the following message.
This is not the main server but the mirror server and login works fine with the main gerrit server.
Could anyone help in resolving this issue (login issue)? Or do I need to change anything in ldap settings in gerrit.config file.
Upvotes: 0
Views: 2504
Reputation: 306
Your Gerrit setup has two separate problems:
gerrit.sh
as root and thus you don't have permission to tune the /proc// settings and potentially the kernel could kill the Gerrit JVM without notice.For solving 1. just check your LDAP settings in gerrit.config against your LDAP credentials.
For solving 2. just run gerrit.sh as root
. The shell script will then impersonate the gerrit user before running the JVM.
HTH
Luca.
Upvotes: 1