__________________ UK Web Hosting || Business Hosting || eUKhost Knowledgebase
Toll Free : 0808 262 0255 || Skype : mark_ducadi
A bunch of Sheep led by a Lion is better than a bunch of Lions led by a Sheep.
__________________________________________________
Please email cmo[at]eukhost.com if you have any questions or need my assistance
Guys, seems this cpanel license issue is different than normal one. We have already stopped the firewall and executed the commands, but still it not working. cPanel engineers are checking this one.
It has come to our attention that /dev/urandom is created as a regular file on certain Operating Systems when using Virtuozzo / OpenVZ. This can cause any services that require random number generation (such as our [cPanel] licensing system) to fail.
To fix the issue, /dev/urandom should be regenerated by running the following commands as root:
rm -f /dev/urandom
mknod /dev/urandom c 1 9
/usr/local/cpanel/cpkeyclt
You can test for this condition by executing:
file /dev/urandom
The condition likely exists if you do not receive the following response:
/dev/urandom: character special (1/9)
We are currently seeing the CentOS 4.5 affected by this issue