Re: pgp won't work for me

1999-08-24 Thread Thomas Roessler

On 1999-08-23 23:05:16 +0200, Martin Maciaszek wrote:

> I guess I have to downgrade to pgp 5 and wait for pgp 6.5.1
> support in mutt :(

It's there.  Try this:

   set pgp_default_version="pgp6"





Re: pgp won't work for me

1999-08-24 Thread Martin Maciaszek

On Mon, Aug 23, 1999 at 03:46:21PM +0200, Stefan `Sec` Zehl wrote:
> 
> yes is probably run, because you told mutt to do so.
> 
> In your muttrc you should set $pgp_v2  to the path of the pgp binary,
> not to 'yes' 
> 
[...]
I finally found it in my /etc/Muttrc. Thanks for the hint.
Unfortunately pgp 6.5.1 still doesn't work with mutt.
Mutt first tried to execute /usr/bin/pgpe. But pgp 6.5.1 doesn't
have pgpe. So I made a link to pgp and named it pgpe. This is
what pgp told me:

pgp: unknown keyword: "nobatchinvalidkeys"


Invalid arguments.

I guess I have to downgrade to pgp 5 and wait for pgp 6.5.1
support in mutt :(

Regards
Martin
-- 
Life is a whim of several billion cells to be you for a while.



Re: pgp won't work for me

1999-08-23 Thread David DeSimone

Martin Maciaszek <[EMAIL PROTECTED]> wrote:
>
> First is /tmp/mutt-nexus-29263-0 which is the message itself
> without the headers.
> Second is /tmp/mutt-nexus-29263-2 which consists onyl of the
> following lines:
> +language=en +pubring=/home/fastjack/.pgp/pubring.pgp
> +secring=/home/fastjack/.p gp/secring.pgp +verbose=0
>  +encrypttoself +batchmode -aefts -u 0x757AA05D 0xB82BCB829FBCC2DD
> 
> This file grows until I kill the signing process or my /tmp is full.

That is a contradiction.  If your second file contains only those lines,
then how can it grow to fill available space?  It must contain something
more.

-- 
David DeSimone   | "The doctrine of human equality reposes on this:
[EMAIL PROTECTED]   |  that there is no man really clever who has not
Hewlett-Packard  |  found that he is stupid." -- Gilbert K. Chesterson
UX WTEC Engineer |PGP: 5B 47 34 9F 3B 9A B0 0D  AB A6 15 F1 BB BE 8C 44



Re: pgp won't work for me

1999-08-23 Thread Stefan `Sec` Zehl

On Mon, Aug 23, 1999 at 12:38:05AM +0200, Martin Maciaszek wrote:
> On Sun, Aug 22, 1999 at 05:28:31PM -0400, Fairlight wrote:
> > Where the `yes` is coming from unless you configured it that way, I have
> > no idea...


> I tried running yes from the command line. It just spits out
> endless lines with "y\n" (y followed by newline).


yes is probably run, because you told mutt to do so.

In your muttrc you should set $pgp_v2  to the path of the pgp binary,
not to 'yes' 

CU,
Sec
-- 
The attached bug will fix that. 
-- Byrial Jensen <[EMAIL PROTECTED]> on mutt-dev/21.7.98



Re: pgp won't work for me

1999-08-22 Thread Martin Maciaszek

On Sun, Aug 22, 1999 at 05:28:31PM -0400, Fairlight wrote:
> 
> Based on the symptoms and the process listing, I'd say your problem is the
> `yes` command.  Try `yes 1` once from the commandline and see why I say
> that.
> 
> Where the `yes` is coming from unless you configured it that way, I have
> no idea...my pgp 2.6.3 worked out of the box with 0.95.[6|7]i...didn't even
> have to specify my keyring locations.  That's one of the things I've
> wondered about...I see all this talk about PGP configuration, yet mine just
> "works" ...flawlessly and with no configuration.
> 

I tried running yes from the command line. It just spits out
endless lines with "y\n" (y followed by newline). Running yes 1
has the same effect. This is no surprise. According to the yes
man-page yes doesn't accept any parameters except --help and
--version.

I took a closer look at the files generated in /tmp. I got 3
files.
First is /tmp/mutt-nexus-29263-0 which is the message itself
without the headers.
Second is /tmp/mutt-nexus-29263-2 which consists onyl of the
following lines:
+language=en +pubring=/home/fastjack/.pgp/pubring.pgp
+secring=/home/fastjack/.p gp/secring.pgp +verbose=0
 +encrypttoself +batchmode -aefts -u 0x757AA05D 0xB82BCB829FBCC2DD

This file grows until I kill the signing process or my /tmp is
full
The last file is /tmp/mutt-nexus-29263-4 which is again my
message with some extra headers.


The second file contains obviously a part of the command line of
the singing process. Is this a configuration error?

Regards
Martin
-- 
The bugs you have to avoid are the ones that give the user not only
the inclination to get on a plane, but also the time.
-- Kay Bostic



Re: pgp won't work for me

1999-08-22 Thread Fairlight

On Sun, Aug 22, 1999 at 10:35:06PM +0200, Martin Maciaszek spewed forth:
> I'm using mutt 0.95.7 with pgp 6.51 (but the problem also
> appeared with pgp 2.6.3).
> When I try to sing and/or encrypt a message mutt just wait
> forever for pgp to finish. My /tmp fills slowly until it's full.
> This is what I've found with ps:
> 
> fastjack  1978  0.0  0.6  1692  780 ttyp3S22:25   0:00 sh
> -c PGPPASSFD=0; export PGPPASSFD; cat - '/tmp/mutt-nexus-1972-4'
> | 'yes' +language=en +pubring='/home/fastjack/.pgp/pubring.pgp'
> +secring='/home/fastjack/.pgp/secring.pgp' +verbose=0
> +encrypttoself +batchmode -aefts -u 0x757AA05D 0x306BA1EA73C97219
> fastjack  1980 14.6  0.2  1080  368 ttyp3R22:25   0:14
> yes +language=en +pubring=/home/fastjack/.pgp/pubring.pgp
> +secring=/home/fastjack/.pgp/secring.pgp +verbose=0
> +encrypttoself +batchmode -aefts -u 0x757AA05D 0x306BA1EA73C97219

Based on the symptoms and the process listing, I'd say your problem is the
`yes` command.  Try `yes 1` once from the commandline and see why I say
that.

Where the `yes` is coming from unless you configured it that way, I have
no idea...my pgp 2.6.3 worked out of the box with 0.95.[6|7]i...didn't even
have to specify my keyring locations.  That's one of the things I've
wondered about...I see all this talk about PGP configuration, yet mine just
"works" ...flawlessly and with no configuration.

mark->
-- 
Fairlight->   |||[EMAIL PROTECTED]  | Fairlight Consulting
  __/\__  ||| "I'm talking for free...   | http://www.fairlite.com
 <__<>__> |||   It's a New Religion..."  | [EMAIL PROTECTED]
\/||| PGP Public Key available via finger @iglou, or Key servers



pgp won't work for me

1999-08-22 Thread Martin Maciaszek

I'm using mutt 0.95.7 with pgp 6.51 (but the problem also
appeared with pgp 2.6.3).
When I try to sing and/or encrypt a message mutt just wait
forever for pgp to finish. My /tmp fills slowly until it's full.
This is what I've found with ps:

fastjack  1978  0.0  0.6  1692  780 ttyp3S22:25   0:00 sh
-c PGPPASSFD=0; export PGPPASSFD; cat - '/tmp/mutt-nexus-1972-4'
| 'yes' +language=en +pubring='/home/fastjack/.pgp/pubring.pgp'
+secring='/home/fastjack/.pgp/secring.pgp' +verbose=0
+encrypttoself +batchmode -aefts -u 0x757AA05D 0x306BA1EA73C97219
fastjack  1980 14.6  0.2  1080  368 ttyp3R22:25   0:14
yes +language=en +pubring=/home/fastjack/.pgp/pubring.pgp
+secring=/home/fastjack/.pgp/secring.pgp +verbose=0
+encrypttoself +batchmode -aefts -u 0x757AA05D 0x306BA1EA73C97219



-- 
The world is moving so fast these days that the man who says it can't be
done is generally interrupted by someone doing it.
-- E. Hubbard