From owner-cvs-all@FreeBSD.ORG Tue Feb 15 10:32:29 2011 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90804106564A; Tue, 15 Feb 2011 10:32:29 +0000 (UTC) (envelope-from garga.bsd@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 070928FC0C; Tue, 15 Feb 2011 10:32:28 +0000 (UTC) Received: by ywl2 with SMTP id 2so4620ywl.13 for ; Tue, 15 Feb 2011 02:32:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:x-operating-system:user-agent; bh=nX7hmT4todM+75KmnTj+jFzDNrZ+Zyko1GMiCEHUAAo=; b=sjqa+Sp4SEc4Mkn/bEzjnzNLQ1tsbhhdG4SdWexbGbETWD1d9N9QSY5YPMz+WcAlJX 3i3jEdZ6NbImQf27eBDPi2S8a4vmoDFrLpdDqt1h3kF9R9J2lJDHi6bjCEttoXfYwpl5 WlkqMUraNCCRHDf92J9IUExMIxysr3xyNpHb8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:x-operating-system :user-agent; b=XZ0gIdIZGyFwhu8snuzbIj5FXbOiq7SHw5fWX+hwkKVAbR18Z9yps3gevrfvTGwQnF ca6Kfa1WX1sg4KD0H17B1XVZU91opi+xWR0KIv89nsM8CR9I0c+qVyPrC8vVyQ/FI1vW unZXqRcZ3w2FmGpalk9Cbkn0ktc9Fmclh74ps= Received: by 10.236.105.199 with SMTP id k47mr3323536yhg.90.1297765946790; Tue, 15 Feb 2011 02:32:26 -0800 (PST) Received: from bluepex.com (189-19-84-134.dsl.telesp.net.br [189.19.84.134]) by mx.google.com with ESMTPS id x62sm2247780yhc.30.2011.02.15.02.32.23 (version=SSLv3 cipher=OTHER); Tue, 15 Feb 2011 02:32:25 -0800 (PST) Sender: Renato Botelho Date: Tue, 15 Feb 2011 08:32:19 -0200 From: Renato Botelho To: Doug Barton Message-ID: <20110215103217.GA37665@bluepex.com> References: <201102080340.p183eGGr010607@repoman.freebsd.org> <20110214142444.GC10402@bluepex.com> <4D59D2CE.2020800@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="X1bOJ3K7DJ5YkBrT" Content-Disposition: inline In-Reply-To: <4D59D2CE.2020800@FreeBSD.org> X-Operating-System: FreeBSD 9.0-CURRENT User-Agent: Mutt/1.5.21 (2010-09-15) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/gnupg Makefile distinfo pkg-plist ports/security/gnupg/files patch-keybox-blob.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2011 10:32:29 -0000 --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 14, 2011 at 05:11:42PM -0800, Doug Barton wrote: > On 02/14/2011 06:24, Renato Botelho wrote: >=20 > > Hi Doug, > > > > After this update, i can't start gpg-agent with --daemon: > > > > garga@botelhor:~> gpg-agent --daemon > > gpg-agent[76223]: listening on socket `/tmp/gpg-9XORch/S.gpg-agent' > > gpg-agent[76224]: gpg-agent (GnuPG) 2.0.17 started > > setenv GPG_AGENT_INFO /tmp/gpg-9XORch/S.gpg-agent:76224:1 >=20 > That isn't how gpg-agent is supposed to work. See=20 > http://dougbarton.us/PGP/gpg-agent.html for more information. It's=20 > certainly working for me, or I wouldn't have committed the update. :) Actually i'm using keychain, and it starts gpg-agent. I tried to start it manually with the same parameters of your script, daemon was started but i got the same bus error and an error code was returned garga@botelhor:~> gpg-agent --enable-ssh-support --daemon --write-env-file gpg-agent[40337]: listening on socket `/home/garga/.gnupg/S.gpg-agent' gpg-agent[40337]: listening on socket `/home/garga/.gnupg/S.gpg-agent.ssh' gpg-agent[40338]: gpg-agent (GnuPG) 2.0.17 started setenv GPG_AGENT_INFO /home/garga/.gnupg/S.gpg-agent:40338:1 setenv SSH_AUTH_SOCK /home/garga/.gnupg/S.gpg-agent.ssh setenv SSH_AGENT_PID 40338 [1] 40337 bus error gpg-agent --enable-ssh-support --daemon --write-env= -file garga@botelhor:~> echo $? 138 Because of this error code, keychain assumes gpg-agent was not started correctly. I'll try to dig into it and see if I figure out what's happening. --=20 Renato Botelho GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc Lie, n.: A very poor substitute for the truth, but the only one discovered to date. --X1bOJ3K7DJ5YkBrT Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iEYEARECAAYFAk1aVjEACgkQ6CRbiSJE7amEKwCggKox8i6jNdcI4UB6U1Mbamn7 Xz8AoJNSA+5qNdi10iqoXf80J4cBGzBo =DMY6 -----END PGP SIGNATURE----- --X1bOJ3K7DJ5YkBrT--