Streisand: Timeout when waiting for file /root/.gnupg/S.dirmngr"

Created on 17 Aug 2019  路  2Comments  路  Source: StreisandEffect/streisand

Expected behavior:

Streisand local host installation should be fine

Actual Behavior:

Streisand local host installation exited with an error

Steps to Reproduce:

  1. Select localhost install
    2.Run the customized installer

[ contents of streisand-diagnostics.md here ]

Additional Details:

Log output from Ansible or other relevant services (link to Gist for longer output):

TASK [gpg : Wait for the GPG agent and dirmngr control sockets] ****
failed: [localhost] (item=S.dirmngr) => {"ansible_loop_var": "item", "changed": false, "elapsed": 60, "item": "S.dirmngr", "msg": "Timeout when waiting for file /root/.gnupg/S.dirmngr"}
failed: [localhost] (item=S.gpg-agent) => {"ansible_loop_var": "item", "changed": false, "elapsed": 60, "item": "S.gpg-agent", "msg": "Timeout when waiting for file /root/.gnupg/S.gpg-agent"}

Target Cloud Provider:
Operating System of target host:
Operating System of client:
Version of Ansible, using ansible --version :
Output from git rev-parse HEAD in your Streisand directory :

Most helpful comment

Well, I think I found how fix it:

  1. connect to your server as root
  2. Create 2 directory in /root/.gnupg/:
cd /root/.gnupg/
mkdir S.dirmngr
mkdir S.gpg-agent

All 2 comments

Same here as I described in the other thread: https://github.com/StreisandEffect/streisand/issues/1621#issuecomment-522216242

Well, I think I found how fix it:

  1. connect to your server as root
  2. Create 2 directory in /root/.gnupg/:
cd /root/.gnupg/
mkdir S.dirmngr
mkdir S.gpg-agent
Was this page helpful?
0 / 5 - 0 ratings