Re: Can't import valid GPG keys in Ubuntu

2009-12-14 Thread BlueGnu

I commented them out.
#debug-level basic
#log-file socket:///home/administrator/.gnupg/log-socket
Things are working now.  If there's anything I should do about those lines,
let me know.

Daniel Kahn Gillmor-7 wrote:
 
 On 12/08/2009 09:13 PM, BlueGnu wrote:
 And what is on lines 243 and 244 of the file
 /home/administrator/.gnupg/gpg.conf ?
 
-- 
View this message in context: 
http://old.nabble.com/Can%27t-import-valid-GPG-keys-in-Ubuntu-tp26635935p26736659.html
Sent from the GnuPG - User mailing list archive at Nabble.com.


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Can't import valid GPG keys in Ubuntu

2009-12-10 Thread Werner Koch
On Wed, 09 Dec 2009 23:20:03 -0500, Jim Dever wrote:

 Ok I'll bite.  Which one does handle it properly?  I did notice that

Mutt, Gnus, Claws and probably others I have not used.  At least all
MUAs I have seen have a Reply to all or Group reply feature.

 doing a reply all on your message sent it back to the list.  Reply All
 on most messages go back to the sender with a CC: to the list.  Anyway
 I'll hush since this is off-topic.  Thanks for the education!

It is a matter of the original sender.  If a Mail-Followup-To header
is included conforming MUAs (Mail User Agents) will reply only to
addresses listed there if the user is known to be subscribed to the
list.  If not they add them self to the MFT header.


Salam-Shalom,

   Werner

-- 
Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


re: Can't import valid GPG keys in Ubuntu

2009-12-10 Thread vedaal
BlueGnu haveyouworked () aol ! com wrote on 2009-12-04 16:08:24 :

I have a multi-boot system, Windows and Ubuntu 9.10.  I installed 
Gpg4win on Windows, and on Ubuntu I installed GNU Privacy 
Assistant and Kleopatra to
make the encryption process similar on each OS.  All the keys 
imported
correctly in each OS when I first set up this system, but recently 
all my
keys disappeared from the Ubuntu installation. 


i have a similar setup with ubuntu 9.10 and winxp and gpg4win 
but didn't install Kleopatra or GNU  Privacy assistant on ubuntu

gpg4win installs gpg 2.x and ubuntu ships with 1.4.9 already 
installed
this may be one of the problem roots

one of the nice things about a dual boot ubuntu/windows system, is 
that ubuntu can see everything in the nt windows partition and 
import it 

you can drag and drop your gnupg keys from windows into ubuntu by 
using the ubuntu equivalent of windows explorer
(so much for the security of windows xp logon passwords ;-) 
[anyone can boot from an ubuntu cd and get any unencrypted file in 
windows])

it's very time consuming for me to test this on my system, because, 
for the above reason, i true-crypt encrypted the entire nt windows 
partition from windows, and it's inaccessible from ubuntu


first try importing the keys into ubuntu from windows

see if ubuntu gnupg works with this through Kleopatra

if not,
then try accessing the keys from the ubuntu gnupg commandline in 
the terminal

if this does work, then the problem is somehow in kleopatra

if this also doesn't work,
then maybe those here with more linux experience can help


vedaal


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Can't import valid GPG keys in Ubuntu

2009-12-10 Thread BlueGnu

That's possible, but I can't seem to use them.  I even checked with Enigmail
and it gives:
Send operation aborted.

Error - encryption command failed

gpg command line and output:
/usr/bin/gpg
gpg: /home/administrator/.gnupg/gpg.conf:243: invalid option
gpg: /home/administrator/.gnupg/gpg.conf:244: invalid option


Mario Xerxes Castelán Castro wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
 November 6th 2009 for gnupg-users@gnupg.org thread Can't import valid
 GPG keys in Ubuntu
 
 Hi, I think than keys got imported sucefully but please do not write
 personal messages for technical support, write it to list (Or with
 carbon copy to list).
 

-- 
View this message in context: 
http://old.nabble.com/Can%27t-import-valid-GPG-keys-in-Ubuntu-tp26635935p26704102.html
Sent from the GnuPG - User mailing list archive at Nabble.com.


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Can't import valid GPG keys in Ubuntu

2009-12-10 Thread Daniel Kahn Gillmor
On 12/08/2009 09:13 PM, BlueGnu wrote:
 gpg command line and output:
 /usr/bin/gpg
 gpg: /home/administrator/.gnupg/gpg.conf:243: invalid option
 gpg: /home/administrator/.gnupg/gpg.conf:244: invalid option

And what is on lines 243 and 244 of the file
/home/administrator/.gnupg/gpg.conf ?

--dkg



signature.asc
Description: OpenPGP digital signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Can't import valid GPG keys in Ubuntu

2009-12-09 Thread Todd Zullinger
Jim Dever wrote:
 I'm sure he meant to reply to the list.  Unfortunately this list
 doesn't generate a Reply-To back to the list so if one just hits
 Reply it goes back to the original sender and not to the list.
 I've been called on this before until I realized what was happening.

 If anyone on the list knows who to contact to get this fixed it
 would be greatly appreciated.  Or if I'm totally missing
 something... please tell me!

Any list configuration inquiries should be sent to the list owner.
The list owners are listed on the listinfo page, included in the
footer of each post.

That said, it's likely intentional that the list does not munge the
Reply-To header.  For much more than you may care to read, check out:

Reply-To Munging Considered Harmful
http://www.unicom.com/pw/reply-to-harmful.html

Reply-To Munging Considered Useful
http://www.metasystema.net/essays/reply-to.mhtml

And perhaps even:

Reply-To Munging Still Considered Harmful. Really.
http://woozle.org/~neale/papers/reply-to-still-harmful.html

It's sad that relatively few mail clients have proper list-reply
functionality.  But if you use one that does, it's easy to forget why
folks regularly ask for Reply-To munging. :)

-- 
ToddOpenPGP - KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~
The sunshine bores the daylights out of me.
Chasing shadows moonlight mystery.



pgpOx2AdDQZZw.pgp
Description: PGP signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Can't import valid GPG keys in Ubuntu

2009-12-08 Thread Mario Castelán Castro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

November 6th 2009 for gnupg-users@gnupg.org thread Can't import valid
GPG keys in Ubuntu

Hi, I think than keys got imported sucefully but please do not write
personal messages for technical support, write it to list (Or with
carbon copy to list).

I personally usually have no time nor english fluidity enought to
response very often in the list, much less to response to a dobut
personally sent.

In advance, thanks by your understading

Regards.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEAREIAAYFAkse990ACgkQZ4DA0TLic4htXACffqxFwCxtlS3evqHPRrlzr2mQ
aBsAnjXS3x3NWAt8GXI7DhpazSIkUw35
=ZOW9
-END PGP SIGNATURE-

2009/12/7 George Mathews haveyouwor...@aol.com:
 Please forgive me if I'm not proceeding correctly.  I've never used this
 kind of forum before, so feel free to set me straight on anything I do
 wrong.
 I used:

 --import PATH_TO_KEY_FILE

 and got:

 gpg: key lettersandnumbers: public key my name m...@email.address imported

 gpg: key lettersandnumbers: secret key imported

 gpg: key lettersandnumbers: my name m...@email.address not changed

 gpg: Total number processed: 2

 gpg:               imported: 1  (RSA: 1)

 gpg:              unchanged: 1

 gpg:       secret keys read: 1

 gpg:   secret keys imported: 1

 So it looks like I should have a secret key imported, but when I look in any
 of the three programs that I'm familiar with, it looks like I don't have any
 keys.

 Mario Castelán Castro wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256

 November 6th 2009 for gnupg-users@gnupg.org thread Can't import valid
 GPG keys in Ubuntu

 Try to import keys from command line, gpg --import PATH_TO_KEY_FILE.

 And switch to a truly free distribution!, ubuntu contains blobs and
 lots of others propietary programs.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (GNU/Linux)

 iEYEAREIAAYFAkscbe0ACgkQZ4DA0TLic4gNngCggNBKJMoJbQtRBl0wHb8QJVFf
 cIYAn33T/T9owGO5oCkWyYe6SYbCdBVC
 =wGkP
 -END PGP SIGNATURE-

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Can't import valid GPG keys in Ubuntu

2009-12-06 Thread BlueGnu

I have a multi-boot system, Windows and Ubuntu 9.10.  I installed Gpg4win on
Windows, and on Ubuntu I installed GNU Privacy Assistant and Kleopatra to
make the encryption process similar on each OS.  All the keys imported
correctly in each OS when I first set up this system, but recently all my
keys disappeared from the Ubuntu installation.  I know the original keys are
still good because I can still import them to Windows, but I get different
results when importing on Ubuntu.

Errors:
Importing any key from GNU Privacy Assistant give the error, No keys were
found.  Importing from Kleopatra gives me 
Total number processed: 0 Imported: 0.  Using the Passwords and Encryption
Keys applet that came with Ubuntu nothing happens at all.
When I try to create a key in GNU Privacy Assistant it says, The GPGME
library returned an unexpected error.  The error was: General error  This is
probably a bug in GPA.  GPA will now try to recover from this error.
From Kleopatra I tell it to create a personal OpenPGP key pair and it gives
me the error: Could not create certificate: General error.
From Passwords and Encryption Keys, I try to create a PGP key and it gives,
Couldn't generate PGP key.  General error.

All my keys are like this:
-BEGIN PGP PUBLIC KEY BLOCK-

Version: GnuPG v2.0.12 (MingW32)



blahblahblahblah
-END PGP PUBLIC KEY BLOCK-

What can I do to resume using GnuPG on Ubuntu?
-- 
View this message in context: 
http://old.nabble.com/Can%27t-import-valid-GPG-keys-in-Ubuntu-tp26635935p26635935.html
Sent from the GnuPG - User mailing list archive at Nabble.com.


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users