From owner-freebsd-questions@FreeBSD.ORG Fri Dec 12 19:35:41 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5C793528 for ; Fri, 12 Dec 2014 19:35:41 +0000 (UTC) Received: from omr-m1.mx.aol.com (omr-m1.mx.aol.com [64.12.224.134]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2413F856 for ; Fri, 12 Dec 2014 19:35:40 +0000 (UTC) Received: from mtaomg-mab01.mx.aol.com (mtaomg-mab01.mx.aol.com [172.26.249.83]) by omr-m1.mx.aol.com (Outbound Mail Relay) with ESMTP id 45E923800012A for ; Fri, 12 Dec 2014 14:35:34 -0500 (EST) Received: from core-lia04e.mail.aol.com (core-lia04.mail.aol.com [10.76.8.4]) by mtaomg-mab01.mx.aol.com (OMAG/Core Interface) with ESMTP id 1F80838000082 for ; Fri, 12 Dec 2014 14:35:34 -0500 (EST) From: Dess222@aol.com Full-name: Dess222 Message-ID: <11aeaf.1e70a9de.41bc9d85@aol.com> Date: Fri, 12 Dec 2014 14:35:34 -0500 Subject: Re: KGpg unable to detect "gpg-agent" To: freebsd-questions@freebsd.org MIME-Version: 1.0 X-Mailer: AOL 9.7 sub 3039 X-Originating-IP: [71.207.179.81] x-aol-global-disposition: G DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mx.aol.com; s=20140625; t=1418412934; bh=ULNz+mkPca/5TgY/+PhpmhHxnvP0m186pjRtViZZa7I=; h=From:To:Subject:Message-ID:Date:MIME-Version:Content-Type; b=CzoHhLVqByg8dls5/LQO6ShMnMsrU3eI6ucYIB1jeZradMiydIZBZSCb8F8FDnlvL PHT7E7fbtMqacL4VH5VqTZG1PI01Q1p24Wo7Efaem5nJW+0QgMYrNP44W/c83EvYSQ RcSUbWuWBbk3wN+Cm3SKFjqFbB2Vb4Mc2XiwvuvY= x-aol-sid: 3039ac1af953548b43862fef Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2014 19:35:41 -0000 Please delete my email address. Lou In a message dated 12/12/2014 1:34:17 P.M. Central Standard Time, jerry@seibercom.net writes: On Fri, 12 Dec 2014 13:29 -0500, Michael Powell stated: >Matt Smith wrote: > >> On Dec 12 08:47, Jerry wrote: >>>Fri, 12 Dec 2014 08:44:48 -0500 >>> >>>When attempting to use KGpg, I receive this error message: >>> >>>The use of GnuPG Agent is enabled in GnuPG's configuration file >>>(/home/gerard/.gnupg/gpg.conf). However, the agent does not seem to be >>>running. This could result in problems with signing/decryption. Please >>>disable GnuPG Agent from KGpg settings, or fix the agent. >>> >>>The agent is running: >>> >>>gerard 37899 0.0 0.1 45412 3248 - Ss Sun08AM 0:06.36 >>>gpg-agent >>> >>>What is the problem? I tried rebooting without success. >>> >>>-- >>>Jerry >> >> I had a similar problem with the mutt email client since the upgrade >> from 2.0.x to 2.1.x where it couldn't see that gpg-agent was running. I >> fixed this by adding a new environment variable in my .bashrc startup: >> >> export GPG_AGENT_INFO="$HOME/.gnupg/S.gpg-agent" >> >> This may help as it looks like a similar issue. >> > >This is a cosmetic thing, as noted the agent is actually running. There has >been a patch for this submitted to KDE so at some time in the future, >perhaps the next minor-point release, when kgpg gets rebuilt with the new >patch this error will go away. > >-Mike I used the: export GPG_AGENT_INFO="$HOME/.gnupg/S.gpg-agent" suggestion, and all is well. Thanks! -- Jerry