You are getting this error when deploying an agent:
…
Failed to allocate resource of type random data: Failed to get random data - not enough entropy
…
My solution:
At first remove the RPM and files:
After that change the settings above again:
Read Full Post...
…
Failed to allocate resource of type random data: Failed to get random data - not enough entropy
…
My solution:
At first remove the RPM and files:
- rpm -e scx
- rm -rf /etc/opt/microsoft/scx
- rm -f /dev/random
- mknod -m 644 /dev/random c 1 9
- chown root:root /dev/random
After that change the settings above again:
- rm -f /dev/random
- mknod -m 644 /dev/random c 1 8
- chown root:root /dev/random