Can't generate new keys

2007-06-03 Thread rocko
When i try to make a new key i get the following error: gpg: no writable public keyring found: eof Key generation failed: eof I'm using Ubuntu 7.04 and logged on as regular user. I've generated a key before but i used: sudo gpg --gen-key that works fine. I just can't seem to do it as regular user.

Re: Can't generate new keys

2007-06-03 Thread Todd Zullinger
rocko wrote: When i try to make a new key i get the following error: gpg: no writable public keyring found: eof Key generation failed: eof I'm using Ubuntu 7.04 and logged on as regular user. I've generated a key before but i used: sudo gpg --gen-key that works fine. I just can't seem to do

Re: Can't generate new keys

2007-06-03 Thread Breen Mullins
* rocko [EMAIL PROTECTED] [2007-06-03 15:40 -0700]: I just can't seem to do it as regular user. Do i have to be root to gen a new key pair? You shouldn't have to be. What are the permissions on ~/.gnupg ? Breen -- Breen Mullins Menlo Park, California

Re: Can't generate new keys

2007-06-03 Thread Robert J. Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I'd guess that the ownership/permissions on your ~/.gnupg dir and/or keyring files are not correct. Check that you own the directory and Additionally, the command 'chown -R my_user_name:my_user_name .gnupg' can do magic to fix these problems.

Re: Can't generate new keys

2007-06-03 Thread Todd Zullinger
rocko wrote: Your right it seems my permissions are wrong: [EMAIL PROTECTED]:~$ ls -la .gnupg/ total 40 drwx-- 2 acidblue acidblue 4096 2007-06-03 15:42 . drwxr-xr-x 72 acidblue acidblue 4096 2007-06-03 17:59 .. -rw--- 1 acidblue acidblue 28 2007-05-19 11:47 gpg.conf -rw---

Re: Can't generate new keys

2007-06-03 Thread rocko
'chown -R user' worked! thanks everyone On Sun, 2007-06-03 at 21:00 -0400, Todd Zullinger wrote: rocko wrote: Your right it seems my permissions are wrong: [EMAIL PROTECTED]:~$ ls -la .gnupg/ total 40 drwx-- 2 acidblue acidblue 4096 2007-06-03 15:42 . drwxr-xr-x 72 acidblue