![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Networking & Wireless Having problems getting connected to the internet or getting your wireless card to work? Ask here. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2007
Beans: 3
|
generating dnssec keys for a zone
I am trying to generate dnssec keys for my zone. When I type the command:
dnssec-keygen -a RSA -b 512 -n ZONE myzone.com from my working named directory, it looks like the command is doing something, but it has been running for at least 30 min now. I am wondering if this should take this long or if I am doing something wrong. |
|
|
|
|
|
#2 |
|
Skinny Extra Sweet Ubuntu
![]() |
Re: generating dnssec keys for a zone
Hi there,
You may be having a depleted entropy issue. By default, dnssec-keygen uses /dev/random as its source of random data for key generation. If, for some reason, demand outstrips supply, the process could appear to hang, while it waits for more numbers. One solution might be to use /dev/urandom instead. It's a "less random" (and hence easier to generate) source of random data. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|