Results 1 to 6 of 6

Thread: gpg: gpg-agent is not available in this session

  1. #1
    Join Date
    Oct 2007
    Location
    wrong planet
    Beans
    746
    Distro
    Ubuntu 9.10 Karmic Koala

    gpg: gpg-agent is not available in this session

    What is causing this? I've been seeing it over and over again. What is going on?

    gpg: gpg-agent is not available in this session
    Linux Advanced Guides and News!
    http://linuxinnovations.blogspot.com/

    Green means go, Yellow means faster, Red means don't stop.

  2. #2
    Join Date
    Aug 2008
    Beans
    78

    Re: gpg: gpg-agent is not available in this session

    Bump.

    Getting the same error here. I'm trying the following:

    Code:
    user@ubuntu:~$ gpg -c --cipher-algo aes256 test.txt
    gpg: gpg-agent is not available in this session

  3. #3
    Join Date
    Jun 2008
    Location
    Irvine, CA
    Beans
    128
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: gpg: gpg-agent is not available in this session

    Bump.

    I'm getting the same issue. I have a file, "my_file.tar.gz", and I want to encrypt it with:
    Code:
    gpg -c my_file.tar.gz
    Running this command gives:
    Code:
    gpg: gpg-agent is not available in this session
    Encryption/decryption seems to work fine, but the message is a little strange, and it would be good to know what it is referring to.

  4. #4
    Join Date
    Apr 2008
    Location
    Wisconsin
    Beans
    766
    Distro
    Ubuntu

    Re: gpg: gpg-agent is not available in this session

    hmmmm getting this myself, encryption decryption seems to work fine, it just prompts me for the pass in the cli rather than popping up the box though like it should

  5. #5
    Join Date
    Jul 2010
    Beans
    16

    Re: gpg: gpg-agent is not available in this session

    as stated here: http://www.gnupg.org/documentation/m...002dAGENT.html,
    "gpg-agent is a daemon to manage secret (private) keys independently from any protocol. It is used as a backend for gpg and gpgsm as well as for a couple of other utilities."

    simply add option "--no-use-agent" to get rid of warning, unless you specifically want to use the GnuPG-Agent.

  6. #6
    Join Date
    Apr 2008
    Location
    Wisconsin
    Beans
    766
    Distro
    Ubuntu

    Re: gpg: gpg-agent is not available in this session

    Quote Originally Posted by anthalamus View Post
    as stated here: http://www.gnupg.org/documentation/m...002dAGENT.html,
    "gpg-agent is a daemon to manage secret (private) keys independently from any protocol. It is used as a backend for gpg and gpgsm as well as for a couple of other utilities."

    simply add option "--no-use-agent" to get rid of warning, unless you specifically want to use the GnuPG-Agent.
    Thing is I kind of liked that graphical box but yoh well.... no biggy I spose

    Another problem I just noticed is there is no anymore for me to encrypt/decrypt documents on gedit and the plugin option is gone from preferences->plugins
    Last edited by Primefalcon; December 7th, 2010 at 03:12 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •