ispCP - Board - Support
[HowTo] Speed up Install when Generating database keys under Debian - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Contributions Area (/forum-40.html)
+--- Forum: Howtos (/forum-41.html)
+--- Thread: [HowTo] Speed up Install when Generating database keys under Debian (/thread-6118.html)



[HowTo] Speed up Install when Generating database keys under Debian - itanium - 03-18-2009 06:48 PM

"Generating database keys, it may take some time, please wait… "
Oh no!!! Sad

Accelerate it!
It's very simple:

Code:
apt-get install rng-tools
nano /etc/default/rng-tools
Set HRNGDEVICE=/dev/urandom
/etc/init.d/rng-tools start

and after the install of ispcp:
Code:
/etc/init.d/rng-tools stop

The Key is generated immediately Wink