You are not logged in.

#1 2012-02-29 15:18:44

San2ban
Banned
From: Bangalore, India
Registered: 2010-02-09
Posts: 258

[solved] gpg>lsign unresponsive

[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>lsign

Even 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

#2 2012-02-29 17:48:18

Gcool
Member
Registered: 2011-08-16
Posts: 1,456

Re: [solved] gpg>lsign unresponsive

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

#3 2012-03-01 14:04:02

San2ban
Banned
From: Bangalore, India
Registered: 2010-02-09
Posts: 258

Re: [solved] gpg>lsign unresponsive

[root@KRISHNA san2ban]# gpg
gpg: Go ahead and type your message ...
lsign

Same situation


Satyam eva jayate

Registered linux user #535257

Offline

#4 2012-03-01 14:54:04

San2ban
Banned
From: Bangalore, India
Registered: 2010-02-09
Posts: 258

Re: [solved] gpg>lsign unresponsive

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

#5 2012-03-01 14:55:17

San2ban
Banned
From: Bangalore, India
Registered: 2010-02-09
Posts: 258

Re: [solved] gpg>lsign unresponsive

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

#6 2012-03-01 15:11:52

San2ban
Banned
From: Bangalore, India
Registered: 2010-02-09
Posts: 258

Re: [solved] gpg>lsign unresponsive

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

#7 2012-03-01 16:37:55

/dev/zero
Member
From: Melbourne, Australia
Registered: 2011-10-20
Posts: 1,247

Re: [solved] gpg>lsign unresponsive

San2ban wrote:

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

Board footer

Powered by FluxBB