Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

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

Open
mfat opened this issue Aug 17, 2019 · 3 comments
Open

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

mfat opened this issue Aug 17, 2019 · 3 comments

Comments

@mfat
Copy link

mfat commented Aug 17, 2019

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
Copy link

Same here as I described in the other thread: #1621 (comment)

@viktortsarevskiy
Copy link

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

apo-mak added a commit to apo-mak/streisand that referenced this issue Feb 4, 2020
Create a directory S.dirmngr  and S.gpg-agent if it does not exist ( see StreisandEffect#1630)
apo-mak added a commit to apo-mak/streisand that referenced this issue Feb 4, 2020
Create a directory S.dirmngr  and S.gpg-agent if it does not exist ( see StreisandEffect#1630)
alimakki added a commit that referenced this issue Feb 19, 2020
* add Update Yarn Debian key

Update Yarn Debian key (see yarnpkg/yarn#7866)

* create S.dirmngr S.gpg-agent

Create a directory S.dirmngr  and S.gpg-agent if it does not exist ( see #1630)

* Update main.yml

* Update yamllint-config.yml

truthy: disable   truthy value should be one of [false, true] but we use [no, yes]

Co-authored-by: Ali Makki <[email protected]>
@mr-bat
Copy link

mr-bat commented Mar 8, 2021

The issue is still present.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants