Con una nuova installazione di Ubuntu 16.04, vorrei usare gpg per cifrare i backup del mio database, ma non riesco a farlo gpg-agent
funzionare.
postgres@db:~$ gpg -s test.txt
You need a passphrase to unlock the secret key for
user: "Nicolas Remond <nicolas@xxx.com>"
2048-bit RSA key, ID F5DECA47, created 2016-11-03
gpg: gpg-agent is not available in this session
Enter passphrase:
Inoltre, sembra che un agente gpg sia in esecuzione come ho fatto prima:
postgres@db:~$ gpg-agent
gpg-agent[1715]: no gpg-agent running in this session
postgres@db:~$ gpg-connect-agent /bye
gpg-connect-agent: no running gpg-agent - starting '/usr/bin/gpg-agent'
gpg-connect-agent: waiting for the agent to come up ... (5s)
gpg-connect-agent: connection to agent established
postgres@db:~$ pidof gpg-agent
1762
E la configurazione di gpg ha l' use-agent
impostazione:
postgres@dbmaster0:~$ cat ~/.gnupg/gpg.conf | grep use-agent
# For Ubuntu we now use-agent by default to support more automatic
use-agent
Cosa mi sto perdendo?
gpg: gpg-agent is not available in this session
. Se avessi un registro come mi suggerisci, tutto ciò che ho è:2016-12-19 13:39:39 gpg-agent[10957] gpg-agent (GnuPG) 2.1.11 started
GPG_AGENT_INFO
, ma non so come impostare ... è quando ho ricevuto un gpg: problem with the agent - disabling agent use
.
export GPG_AGENT_INFO=/var/lib/postgresql/.gnupg/S.gpg-agent:0:1
funziona, ma non come utente. Inoltre, sembra che dovrei farlo manualmente, no?
--log-file [myfile]
e vedere se ti dà errori nel registro.