On 3/28/07, Akshay Rao <[EMAIL PROTECTED]> wrote:
> hi Balaji,
>
> I guess the directory permission is the problem.
> permissions are
> drw - - - - - - -
> for .gnupg
> i can access it when i do sudo... but from seahorse no i cant access the key
> thats present in it..
> so i did
> $ sudo seahorse when i had to upload to the server. it worked :)
>
> while signing the docs, i use
> $ sudo gpg <option>
>
> i am not able to use it as a normal user..
>
> is there any means by which i can access it as a normal user?
>
> thanks for the help,

Akshay,

Please don't try to solve wrong problem. From the directory
permissions you specified, it is clear that you can't list files in
.gnupg directory since it doesn't have 'x' bit set for your user.
Running following command (without quotes) should help.
'chmod +x ~/.gnupg'
or
'chmod 755 ~/.gnupg'


Onkar
-- 
Passion - Some people climb mountains - others write Free software.
Don't ask why - the reason is the same.

-- 
ubuntu-in mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

Reply via email to