You are not logged in.
[root@KRISHNA san2ban]# # pacman-key --edit-key 0x6AC6A4C2
[root@KRISHNA san2ban]# gpg>lsign
^C
gpg: Interrupt caught ... exiting
[root@KRISHNA san2ban]# # pacman-key --init
[root@KRISHNA san2ban]# # pacman-key --edit-key 0x824B18E8
[root@KRISHNA san2ban]# gpg>lsignEven after a long time, nothing happens. Suggestions
Last edited by San2ban (2012-03-01 15:12:20)
Satyam eva jayate
Registered linux user #535257
Offline
It's actually 2 different commands (or subcommand or whatever you want to call it). So you first just run "gpg" to get into the gpg shell and then you type "lsign".
Burninate!
Offline
[root@KRISHNA san2ban]# gpg
gpg: Go ahead and type your message ...
lsignSame situation
Satyam eva jayate
Registered linux user #535257
Offline
Fed-up, reloaded pacman. Now, a new error
[root@KRISHNA ~]# pacman-key --init
gpg: /etc/pacman.d/gnupg/trustdb.gpg: trustdb created
gpg: no ultimately trusted keys found
gpg: Generating pacman keychain master key...
Not enough random bytes available. Please do some other work to give
the OS a chance to collect more entropy! (Need 279 more bytes)It is asking me to do some other work! What do I do?
Satyam eva jayate
Registered linux user #535257
Offline
Fed-up, reloaded pacman. Now, a new error
[root@KRISHNA ~]# pacman-key --init
gpg: /etc/pacman.d/gnupg/trustdb.gpg: trustdb created
gpg: no ultimately trusted keys found
gpg: Generating pacman keychain master key...
Not enough random bytes available. Please do some other work to give
the OS a chance to collect more entropy! (Need 279 more bytes)It is asking me to do some other work! What do I do?
Satyam eva jayate
Registered linux user #535257
Offline
removed everything in 'gnupg' folder, re-installed pacman, ran pacman-key--init, followed wiki. Every thing works
Satyam eva jayate
Registered linux user #535257
Offline
removed everything in 'gnupg' folder, re-installed pacman, ran pacman-key--init, followed wiki. Every thing works
<facepalm />
At least two other threads I know of have covered the entropy generating issue.
To have secure encryption, your computer needs a pool of randomness to draw on. It's called an entropy pool. You can generate entropy by doing stuff on your computer. For example, the times between keystrokes when typing can be modelled as a stochastic process, which will eventually give you all the entropy you need.
When you're doing cryptographic activities and receive the message to do more work to generate entropy, well, that message is there for a reason. Just do something else for a while, and the message will eventually go away.
Offline