StreisandEffect / streisand

Streisand sets up a new server running your choice of WireGuard, OpenConnect, OpenSSH, OpenVPN, Shadowsocks, sslh, Stunnel, or a Tor bridge. It also generates custom instructions for all of these services. At the end of the run you are given an HTML file with instructions that can be shared with friends, family members, and fellow activists.
https://twitter.com/streisandvpn
Other
23.18k stars 1.99k forks source link

Timeout when waiting for file /root/.gnupg/S.dirmngr" #1630

Open mfat opened 5 years ago

mfat commented 5 years ago

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 :
astromasoud commented 5 years ago

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

viktortsarevskiy commented 5 years ago

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
mr-bat commented 3 years ago

The issue is still present.