2011-08-29 // Hilfe, ich brauche mehr Entropie!
Kenn ihr das? Ihr wollt einen GPG-Schlüssel generieren und erhaltet folgende Meldung:
We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilize the disks) during the prime generation; this gives the random number generator a better chance to gain enough entropy. Not enough random bytes available. Please do some other work to give the OS a chance to collect more entropy! (Need 281 more bytes)
Das ist ein bekanntes „Problem“, für das es einige Lösungen gibt: vom oben vorgeschlagenen „auf der Tastatur rumhämmern“ bis hin zu spezieller Hardware. Wer sich damit nicht anfreunden mag, kann haveged1) ausprobieren.
Unter Debian Squeeze ist haveged relativ schnell installiert. Falls nicht vorhanden, muss das Backports-Repository zu den APT-Quellen hinzugefügt werden, ansonsten Punkt 1 und 2 überspringen.
/etc/apt/sources.list
öffnendeb http://backports.debian.org/debian-backports squeeze-backports main
einfügen und speichernaptitude update
aptitude install haveged
Vorher/Nachher:
Hier sieht man schön, dass ich am 26.08 um die Mittagszeit haveged gestartet habe
Ausführlichere Infos zu diesem Thema gibt es u.a. hier.
1)
A simple entropy daemon
Leave a comment…
- E-Mail address will not be published.
- Formatting:
//italic// __underlined__
**bold**''preformatted''
- Links:
[[http://example.com]]
[[http://example.com|Link Text]] - Quotation:
> This is a quote. Don't forget the space in front of the text: "> "
- Code:
<code>This is unspecific source code</code>
<code [lang]>This is specifc [lang] code</code>
<code php><?php echo 'example'; ?></code>
Available: html, css, javascript, bash, cpp, … - Lists:
Indent your text by two spaces and use a * for
each unordered list item or a - for ordered ones.