This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
Timeout when waiting for file /root/.gnupg/S.dirmngr" #1630
Comments
Same here as I described in the other thread: #1621 (comment) |
Well, I think I found how fix it:
|
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]>
The issue is still present. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected behavior:
Streisand local host installation should be fine
Actual Behavior:
Streisand local host installation exited with an error
Steps to Reproduce:
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 :The text was updated successfully, but these errors were encountered: