ricbra / ansible-logentries

Ansible role for installing logentries agent and daemon
17 stars 12 forks source link

gpg: no valid OpenPGP data found. #5

Closed xbeta closed 8 years ago

xbeta commented 8 years ago
failed: [samxiao.com] => (item={'id': 'C43C79AD', 'value': 'pgp.mit.edu', 'method': 'keyserver'}) => {"cmd": "apt-key adv --keyserver pgp.mit.edu --recv C43C79AD", "failed": true, "item": {"id": "C43C79AD", "method": "keyserver", "value": "pgp.mit.edu"}, "rc": 2}
stderr: gpg: requesting key C43C79AD from hkp server pgp.mit.edu
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0

stdout: Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.5iP4mStIpF --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver pgp.mit.edu --recv C43C79AD
?: pgp.mit.edu: Connection timed out
gpgkeys: HTTP fetch error 7: couldn't connect: Connection timed out

msg: gpg: requesting key C43C79AD from hkp server pgp.mit.edu
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0

FATAL: all hosts have already failed -- aborting
ricbra commented 8 years ago

Looks like a connection time out. Could you verify you can connect pgp.mit.edu?

ricbra commented 8 years ago

Assuming this is solved, closing issue.