Gnus development mailing list
 help / color / mirror / Atom feed
* CVS Gnus doesn't verify PGP-sign under 20.7 but does under 21.0.91
@ 2000-11-22 16:35 Charles Sebold
  2000-11-22 18:41 ` Michael Harnois
  2000-11-23 20:55 ` Florian Weimer
  0 siblings, 2 replies; 10+ messages in thread
From: Charles Sebold @ 2000-11-22 16:35 UTC (permalink / raw)


I have noticed with a snapshot of Gnus from a couple of days ago that,
when reading Georg C. F. Greve's posts (for whom I have a public key),
they read just fine under 21.0.91, but they fail to verify under 20.7
with the following error:

[[PGP Signed Part:Failed]]

Mouse-2 on this button produces:

,----
| gpg: can't open `~/.gnupg/tmp/gnupg1616zFV'
| gpg: verify signatures failed: file open error
| 
| Command exit status: 2
`----

I have

(setq gpg-temp-directory "~/.gnupg/tmp")

in my .gnus, and that directory is chmod 700.  Besides, it works in
v21-pretest.

I tried mouse-2 on the button (that said OK rather than Failed) in 21.1,
and it responded with "No details" in the echo area.

Any idea if this is a problem with my setup?  toggle-debug-on-error
didn't give me anything to work with.  I'd be happy to run tests for
someone if they'd like.
-- 
Charles Sebold, Systems Specialist                     LCMS Unix site:
LCMS - Office of Information Systems                       http://unix.ois.org/
*** Opinions expressed herein are not necessarily ***  5E74 5869 00E0 2368 3296
*** those of the Lutheran Church - Missouri Synod ***  0287 C1FD 0045 A5E2 A184
--
24th of Heshvan, 5761
--
It's tuned to a Top Forty rock station and they're in th' middle of a
"BACKSTREET BOYS" weekend!  I'm goin' NUTS from th' PIMPLY BLEATING!

 -- Zippy the Pinhead, 20 October 2000



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: CVS Gnus doesn't verify PGP-sign under 20.7 but does under 21.0.91
  2000-11-22 16:35 CVS Gnus doesn't verify PGP-sign under 20.7 but does under 21.0.91 Charles Sebold
@ 2000-11-22 18:41 ` Michael Harnois
  2000-11-22 18:52   ` ShengHuo ZHU
  2000-11-23 20:55 ` Florian Weimer
  1 sibling, 1 reply; 10+ messages in thread
From: Michael Harnois @ 2000-11-22 18:41 UTC (permalink / raw)


On 22 Nov 2000 16:35:07 GMT, Charles Sebold <sebold@lcms.org> said:

    > I have noticed with a snapshot of Gnus from a couple of days ago
    > that, when reading Georg C. F. Greve's posts (for whom I have a
    > public key), they read just fine under 21.0.91, but they fail to
    > verify under 20.7 with the following error:

    > [[PGP Signed Part:Failed]]

    > Mouse-2 on this button produces:

    > ,---- | gpg: can't open `~/.gnupg/tmp/gnupg1616zFV' | gpg:
    > verify signatures failed: file open error
    > | 
    > | Command exit status: 2 `----

I have this same problem, running the most current CVS versions of
gnus and XEmacs-21.2.

-- 
Michael D. Harnois, Redeemer Lutheran Church, Washburn, IA 
mdharnois@home.com                      aa0bt@aa0bt.ampr.org 
 If Jesus came back today, and saw what was going on in his name,
 he'd never stop throwing up. -- "Hannah and Her Sisters"



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: CVS Gnus doesn't verify PGP-sign under 20.7 but does under 21.0.91
  2000-11-22 18:41 ` Michael Harnois
@ 2000-11-22 18:52   ` ShengHuo ZHU
  2000-11-23  2:51     ` Michael Harnois
  0 siblings, 1 reply; 10+ messages in thread
From: ShengHuo ZHU @ 2000-11-22 18:52 UTC (permalink / raw)


Michael Harnois <mdharnois@home.com> writes:

> On 22 Nov 2000 16:35:07 GMT, Charles Sebold <sebold@lcms.org> said:
> 
>     > I have noticed with a snapshot of Gnus from a couple of days ago
>     > that, when reading Georg C. F. Greve's posts (for whom I have a
>     > public key), they read just fine under 21.0.91, but they fail to
>     > verify under 20.7 with the following error:
> 
>     > [[PGP Signed Part:Failed]]
> 
>     > Mouse-2 on this button produces:
> 
>     > ,---- | gpg: can't open `~/.gnupg/tmp/gnupg1616zFV' | gpg:
>     > verify signatures failed: file open error
>     > | 
>     > | Command exit status: 2 `----
> 
> I have this same problem, running the most current CVS versions of
> gnus and XEmacs-21.2.

Do the following keystrokes create a temp file?

M-: (gpg-make-temp-file) RET

Of course, you have to load gpg.el first.

ShengHuo



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: CVS Gnus doesn't verify PGP-sign under 20.7 but does under 21.0.91
  2000-11-22 18:52   ` ShengHuo ZHU
@ 2000-11-23  2:51     ` Michael Harnois
  2000-12-02  5:00       ` ShengHuo ZHU
  0 siblings, 1 reply; 10+ messages in thread
From: Michael Harnois @ 2000-11-23  2:51 UTC (permalink / raw)
  Cc: ding

On 22 Nov 2000 13:52:56 -0500, ShengHuo ZHU <zsh@cs.rochester.edu> said:

    > Do the following keystrokes create a temp file?

    > M-: (gpg-make-temp-file) RET

Symbol's value as variable is void: gpg-make-temp-file

    > Of course, you have to load gpg.el first.

Yes, I did ...

-- 
Michael D. Harnois, Redeemer Lutheran Church, Washburn, IA 
mdharnois@home.com                      aa0bt@aa0bt.ampr.org 
 An infallible method of conciliating a tiger 
 is to allow oneself to be devoured.  -- Konrad Adenauer



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: CVS Gnus doesn't verify PGP-sign under 20.7 but does under 21.0.91
  2000-11-22 16:35 CVS Gnus doesn't verify PGP-sign under 20.7 but does under 21.0.91 Charles Sebold
  2000-11-22 18:41 ` Michael Harnois
@ 2000-11-23 20:55 ` Florian Weimer
  1 sibling, 0 replies; 10+ messages in thread
From: Florian Weimer @ 2000-11-23 20:55 UTC (permalink / raw)


Charles Sebold <sebold@lcms.org> writes:

> ,----
> | gpg: can't open `~/.gnupg/tmp/gnupg1616zFV'
> | gpg: verify signatures failed: file open error
> | 
> | Command exit status: 2
> `----

Have the semantics of 'make-temp-file' changed in the past?
'gpg-make-temp-file' is only a very thin wrapper around
'make-tempfile' if this function exists. (I'm not a Emacs 21
pretester, so I can't check.)



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: CVS Gnus doesn't verify PGP-sign under 20.7 but does under 21.0.91
  2000-11-23  2:51     ` Michael Harnois
@ 2000-12-02  5:00       ` ShengHuo ZHU
  2000-12-05 16:00         ` Charles Sebold
  0 siblings, 1 reply; 10+ messages in thread
From: ShengHuo ZHU @ 2000-12-02  5:00 UTC (permalink / raw)


Michael Harnois <mdharnois@home.com> writes:

> On 22 Nov 2000 13:52:56 -0500, ShengHuo ZHU <zsh@cs.rochester.edu> said:
> 
>     > Do the following keystrokes create a temp file?
> 
>     > M-: (gpg-make-temp-file) RET
> 
> Symbol's value as variable is void: gpg-make-temp-file
> 
>     > Of course, you have to load gpg.el first.
> 
> Yes, I did ...

I've figured out the problem.  You should use 
    (setq gpg-temp-directory (expand-file-name "~/.gnupg/tmp"))

Or check out the latest version. 

ShengHuo



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: CVS Gnus doesn't verify PGP-sign under 20.7 but does under 21.0.91
  2000-12-02  5:00       ` ShengHuo ZHU
@ 2000-12-05 16:00         ` Charles Sebold
  2000-12-05 21:44           ` Christoph Conrad
  2000-12-06  2:26           ` ShengHuo ZHU
  0 siblings, 2 replies; 10+ messages in thread
From: Charles Sebold @ 2000-12-05 16:00 UTC (permalink / raw)


On 5 Kislev 5761, ShengHuo ZHU wrote:

> I've figured out the problem.  You should use 
>     (setq gpg-temp-directory (expand-file-name "~/.gnupg/tmp"))
> 
> Or check out the latest version. 

Works for me on Emacs 20.7 now (using last night's CVS snapshot).
Shenghuo, you are my hero.
-- 
Charles Sebold
Random Answer to an Emacs Very Frequently Asked Question:
 C-up, S-f1, etc. may require special terminal settings under Emacs on a tty.
--
8th of Kislev, 5761
--
Good luck against those elephants.

 -- Capt. Kevin Darling, "Blackadder Goes Forth: Captain Cook"



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: CVS Gnus doesn't verify PGP-sign under 20.7 but does under 21.0.91
  2000-12-05 16:00         ` Charles Sebold
@ 2000-12-05 21:44           ` Christoph Conrad
  2000-12-05 21:58             ` Christoph Conrad
  2000-12-06  2:26           ` ShengHuo ZHU
  1 sibling, 1 reply; 10+ messages in thread
From: Christoph Conrad @ 2000-12-05 21:44 UTC (permalink / raw)


Hi Charles,

you wrote:

    > Shenghuo, you are my hero.

I can agree, and Lars and all others contributing too. I use CVS Gnus
since pgnus 0.79 and only had two serious problems which i could track
down myself, one i could solve myself and the other i asked for help -
was fixed after a day. All other bugs are discovered and fixed before i
realize there are any bugs :-).

A very stable code in the CVS tree!

Best regards,
cu, -cc-
-- 
Look Ma, this man can twist his fingers as if they were made of rubber,
isn't that amazing? -- Not really, he's been using emacs for years...!



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: CVS Gnus doesn't verify PGP-sign under 20.7 but does under 21.0.91
  2000-12-05 21:44           ` Christoph Conrad
@ 2000-12-05 21:58             ` Christoph Conrad
  0 siblings, 0 replies; 10+ messages in thread
From: Christoph Conrad @ 2000-12-05 21:58 UTC (permalink / raw)


    > I can agree, and Lars and all others contributing too.

In fact i mean: I can agree, and i include Lars and all others
contributing to Gnus too.

Best regards,
cu, -cc-
-- 
Look Ma, this man can twist his fingers as if they were made of rubber,
isn't that amazing? -- Not really, he's been using emacs for years...!



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: CVS Gnus doesn't verify PGP-sign under 20.7 but does under 21.0.91
  2000-12-05 16:00         ` Charles Sebold
  2000-12-05 21:44           ` Christoph Conrad
@ 2000-12-06  2:26           ` ShengHuo ZHU
  1 sibling, 0 replies; 10+ messages in thread
From: ShengHuo ZHU @ 2000-12-06  2:26 UTC (permalink / raw)


Charles Sebold <csebold@ezl.com> writes:

> Shenghuo, you are my hero.

The honor belongs to Florian Weimer, who wrote gpg.el, and other
people.  I am glad my hacking works.  But please don't encourage me
before I get my PhD.

ShengHuo



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2000-12-06  2:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-22 16:35 CVS Gnus doesn't verify PGP-sign under 20.7 but does under 21.0.91 Charles Sebold
2000-11-22 18:41 ` Michael Harnois
2000-11-22 18:52   ` ShengHuo ZHU
2000-11-23  2:51     ` Michael Harnois
2000-12-02  5:00       ` ShengHuo ZHU
2000-12-05 16:00         ` Charles Sebold
2000-12-05 21:44           ` Christoph Conrad
2000-12-05 21:58             ` Christoph Conrad
2000-12-06  2:26           ` ShengHuo ZHU
2000-11-23 20:55 ` Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).