You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Oscar Segarra (JIRA)" <ji...@apache.org> on 2016/06/21 00:22:58 UTC

[jira] [Commented] (ATLAS-921) Processing encryption ... hangs

    [ https://issues.apache.org/jira/browse/ATLAS-921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15340761#comment-15340761 ] 

Oscar Segarra commented on ATLAS-921:
-------------------------------------

Hi, 

I can run 
[root@vdiccs01 ~]# cloudstack-setup-databases 
And system hangs when arrives to Processing encryption

I attach the output of the setup-encryption.

[root@vdiccs01 ~]# cloudstack-setup-encryption -v
Preparing /etc/cloudstack/management/db.properties                              [ OK ]
Processing encryption ...                                                       ^CTraceback (most recent call last):
  File "/usr/bin/cloudstack-setup-encryption", line 274, in <module>
    o.run()
  File "/usr/bin/cloudstack-setup-encryption", line 263, in run
    self.processEncryptionStuff()
  File "/usr/bin/cloudstack-setup-encryption", line 219, in processEncryptionStuff
    encryptKeyStorePassphrase()
  File "/usr/bin/cloudstack-setup-encryption", line 202, in encryptKeyStorePassphrase
    self.putDbProperty('db.cloud.keyStorePassphrase', formatEncryptResult(encrypt(self.keyStorePassphrase)))
  File "/usr/bin/cloudstack-setup-encryption", line 189, in encrypt
    return runCmd(cmd).strip('\n')
  File "/usr/bin/cloudstack-setup-encryption", line 49, in runCmd
    stdout, stderr = process.communicate()
  File "/usr/lib64/python2.7/subprocess.py", line 800, in communicate
    return self._communicate(input)
  File "/usr/lib64/python2.7/subprocess.py", line 1401, in _communicate
    stdout, stderr = self._communicate_with_poll(input)
  File "/usr/lib64/python2.7/subprocess.py", line 1455, in _communicate_with_poll
    ready = poller.poll()
KeyboardInterrupt
[root@vdiccs01 ~]#

It is blocking for me because i cannot continue with the installation.

Thanks a lot,

> Processing encryption ... hangs
> -------------------------------
>
>                 Key: ATLAS-921
>                 URL: https://issues.apache.org/jira/browse/ATLAS-921
>             Project: Atlas
>          Issue Type: Bug
>            Reporter: Oscar Segarra
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)