From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75449 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: auth-source (.authinfo.gpg) stopped working? Date: Mon, 27 Dec 2010 07:18:32 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87vd2f2w2f.fsf@lifelogs.com> References: <84ipyjkcch.fsf@davestoy.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1293455946 7547 80.91.229.12 (27 Dec 2010 13:19:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 27 Dec 2010 13:19:06 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M23801@lists.math.uh.edu Mon Dec 27 14:19:03 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PXCyc-0007IC-Cc for ding-account@gmane.org; Mon, 27 Dec 2010 14:19:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PXCyO-00072w-Af; Mon, 27 Dec 2010 07:18:48 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PXCyM-00072k-Vk for ding@lists.math.uh.edu; Mon, 27 Dec 2010 07:18:46 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PXCyK-0006oo-I4 for ding@lists.math.uh.edu; Mon, 27 Dec 2010 07:18:46 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PXCyJ-0007as-QH for ding@gnus.org; Mon, 27 Dec 2010 14:18:43 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PXCyJ-00077i-0g for ding@gnus.org; Mon, 27 Dec 2010 14:18:43 +0100 Original-Received: from c-67-186-102-106.hsd1.il.comcast.net ([67.186.102.106]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Dec 2010 14:18:43 +0100 Original-Received: from tzz by c-67-186-102-106.hsd1.il.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Dec 2010 14:18:43 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-67-186-102-106.hsd1.il.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:D+4tOlzJ1mQBS+2aHlXK0bfVj+Q= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75449 Archived-At: On Thu, 23 Dec 2010 23:45:50 -0500 david.goldberg6@verizon.net (Dave Goldberg) wrote: DG> I updated this morning after staying on a version from much earlier in the month as I've been trying to debug an issue with my exchange server. DG> Normally on running gnus, I am prompted for the passphrase for DG> .authinfo.gpg. Assuming I don't mistype, the file is opened (by DG> virtue of epg) and parsed and I am not prompted for any further login DG> information. DG> That didn't work after updating this morning. Instead I was prompted DG> for login information even after successfully opening .authinfo.gpg. DG> I seem to recall some discussion about the line format in there so I DG> figured I'd go through the prompts and let it write whatever it wanted DG> back into the file. Well nothing new got written but my connections DG> to the servers failed. Today was surprisingly busy (had to meet a DG> deadline before the holiday) so I reverted to my previous DG> installation. I plan to take up debugging it next week, but if anyone DG> has any idea what to look for I would greatly appreciate any pointers. DG> In case it matters (as I fear it might) I am running on XEmacs 21.4.22. Open the .gpg file directly in Emacs. Does that work? If yes, we'll look for a problem in auth-source.el. If not, the problem is in EPA or in the GPG setup. The sequence you're describing (nothing works, you're prompted to save login info) suggests the latter. Ted