From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: pgg-gpg broken? Date: Thu, 06 Apr 2006 06:33:26 +0900 Message-ID: References: <2cd46e7f0510031250u66ea1349yb437d539ce4027ef@mail.gmail.com> <20051008103627.GA1218@kenny.sha-bang.local> <2cd46e7f0510081131h14e2bbeaga7f1a33ebd6347c8@mail.gmail.com> <2cd46e7f0510101415t76825ea7u9749fe23da54ce@mail.gmail.com> <2cd46e7f0510121647x3c51fb65pc883ed61f4e864ab@mail.gmail.com> <2cd46e7f0510200708x4640d1c2t50743cf439e52dd4@mail.gmail.com> <87pskfq361.fsf@latte.josefsson.org> <877j6mg2af.fsf@latte.josefsson.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1144272825 3162 80.91.229.2 (5 Apr 2006 21:33:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Apr 2006 21:33:45 +0000 (UTC) Cc: Simon Josefsson , ding@gnus.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 05 23:33:42 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FRFdA-0007BO-E9 for ged-emacs-devel@m.gmane.org; Wed, 05 Apr 2006 23:33:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FRFd9-0005zY-Ra for ged-emacs-devel@m.gmane.org; Wed, 05 Apr 2006 17:33:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FRFcx-0005xb-Jj for emacs-devel@gnu.org; Wed, 05 Apr 2006 17:33:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FRFcv-0005xP-1P for emacs-devel@gnu.org; Wed, 05 Apr 2006 17:33:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FRFcu-0005xM-SW for emacs-devel@gnu.org; Wed, 05 Apr 2006 17:33:20 -0400 Original-Received: from [221.255.76.220] (helo=localhost) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FRFgV-00027u-Dd for emacs-devel@gnu.org; Wed, 05 Apr 2006 17:37:03 -0400 Original-Received: from localhost ([127.0.0.1] helo=well-done.deisui.org ident=ueno) by localhost with esmtp (Exim 4.60) (envelope-from ) id 1FRFd0-0002Ky-Es; Thu, 06 Apr 2006 06:33:26 +0900 Original-To: Sascha Wilde X-Attribution: DU In-Reply-To: (Sascha Wilde's message of "Wed, 05 Apr 2006 12:18:06 +0200") User-Agent: T-gnus/6.17.4 (based on No Gnus v0.4) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 XEmacs/21.4.16 (i686-pc-linux) MULE X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:52458 gmane.emacs.gnus.general:62537 Archived-At: >>>>> In >>>>> Sascha Wilde wrote: > Daiki Ueno wrote: > >>>>>> In > >>>>>> Sascha Wilde wrote: > >> I just needed to decrypt an old Mail using Gnus/pgg (which i decrypted > >> successfully many times before), but it failed. > > > >> This is the backtrace I get: > > > >> Debugger entered--Lisp error: (error "Process pgg-gpg not running") > >> process-send-string(# "DerDenkendeWeissEs\n") > >> pgg-gpg-status-GET_HIDDEN(# "GET_HIDDEN > >> passphrase.enter") > >> BAD_PASSPHRASE 31A16202F8F7E674\ngpg: Invalid passphrase; please try > >> again ...\n[GNUPG:] USERID_HINT 31A16202F8F7E674 Sascha Wilde > > > >> Might this be related to the latest changes by Daiki? > > > > The problem might be related to the default-enable-multibyte-characters > > issue: > > http://article.gmane.org/gmane.emacs.gnus.general/62428 > > if you are using non-ASCII characters in your passphrase. > No, only plain ASCII. Two more questions: 1. The passphrase you entered was correct? 2. How many times were you queried your passphrase? A straightforward way to investigate this problem is decrypting the mail from the command line as pgg-gpg does. Could you try the following? $ cat input.txt | gpg --no-tty --status-fd 1 --command-fd 0 --yes \ --output output.txt --decrypt Regards, -- Daiki Ueno