एक नए उबंटू 16.04 इंस्टॉलेशन पर, मैं अपने डेटाबेस बैकअप के लिए gpg का उपयोग करना चाहूंगा, लेकिन मेरे पास gpg-agent
काम नहीं हो सकता ।
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:
इसके अलावा, ऐसा लगता है कि एक gpg- एजेंट चल रहा है जैसा कि मैंने पहले किया था:
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
और gpg विन्यास की use-agent
सेटिंग है:
postgres@dbmaster0:~$ cat ~/.gnupg/gpg.conf | grep use-agent
# For Ubuntu we now use-agent by default to support more automatic
use-agent
मुझे किसकी याद आ रही है ?
मेरे पास सही त्रुटि संदेश है
—
n1r3
gpg: gpg-agent is not available in this session
। अगर मेरे पास एक लॉग होता है कि आप कैसे सुझाव देते हैं, तो मेरे पास सब कुछ है:2016-12-19 13:39:39 gpg-agent[10957] gpg-agent (GnuPG) 2.1.11 started
मैंने मैन्युअल रूप से सेट करने की कोशिश की
—
n1r3
GPG_AGENT_INFO
, लेकिन मुझे नहीं पता कि कैसे सेट किया जाए ... कि जब मुझे ए gpg: problem with the agent - disabling agent use
।
रूट के रूप में, सेटिंग
—
n1r3
export GPG_AGENT_INFO=/var/lib/postgresql/.gnupg/S.gpg-agent:0:1
काम करती है, लेकिन उपयोगकर्ता के रूप में नहीं। इसके अलावा, ऐसा लगता है कि मुझे मैन्युअल रूप से करना होगा, नहीं?
क्या आपने इस GPG_TTY = $ (tty) को GPG_TTY को अपने .bashrc फ़ाइल में _man gpg-agent पृष्ठ में बताए अनुसार निर्यात किया ?
—
जॉर्ज उदेन
--log-file [myfile]
और देखें कि क्या यह आपको लॉग में कोई त्रुटि देता है।