By: Gabriel Nasr user 31 Aug 2017 at 7:10 a.m. CDT

1 Response
Gabriel Nasr gravatar
I've followed the the guide to setup cluster manager, create the keys and shared the public key with my 2 gluu servers, tested the key and works, but when i setup the first server and after validate slapd conf and press "setup server"; It fails without showing the error in the browser, only: ![enter image description here](https://user-images.githubusercontent.com/3936970/29891255-d01688c4-8da0-11e7-9e83-ea565d2bb45b.png "enter image title here") I opened celery logs and found that is having issues trying to connect with ssh, looks like doesn't know where the key is. The key is located in /home/gluu/.ssh/ida_rsa; owner and group gluu and has no passphrase **This is the error in /var/log/celery/w1-1.log** ``` [2017-08-30 19:18:43,556: WARNING/Worker-1] [root@gluu.gluuserver.example] Executing task 'generate_slapd' [2017-08-30 19:18:43,577: INFO/Worker-1] Connected (version 2.0, client OpenSSH_7.2p2) [2017-08-30 19:18:43,632: WARNING/Worker-1] /usr/lib/python2.7/dist-packages/Crypto/Cipher/blockalgo.py:141: FutureWarning: CTR mode needs counter parameter, not IV self._cipher = factory.new(key, *args, **kwargs) [2017-08-30 19:18:43,663: WARNING/Worker-1] /usr/lib/python2.7/getpass.py:83: GetPassWarning: Can not control echo on the terminal. passwd = fallback_getpass(prompt, stream) [2017-08-30 19:18:43,663: WARNING/Worker-1] Warning: Password input may be echoed. [2017-08-30 19:18:43,663: WARNING/Worker-1] [root@gluu.gluuserver.example] Login password for 'root': [2017-08-30 19:20:14,790: WARNING/Worker-1] unable to find key rotation data from database; skipping task ``` Any idea?

By Gabriel Nasr user 31 Aug 2017 at 12:39 p.m. CDT

Gabriel Nasr gravatar
Well it was a permissions issue, the .ssh folder was not accesible by gluu service, i don't know why.