Skip to main content

[CPANEL-14899] There was a problem creating the GnuPG Key

Comments

2 comments

  • cPanelMichael
    Hello @razak19, GPG requires a certain amount of entropy to generate they key, and thus it's possible the issue you are facing is due to a lack of entropy on your system. You can check the current available entropy using the following command: cat /proc/sys/kernel/random/entropy_avail
    More information about how this works is available at: gpg --gen-key hangs at gaining enough entropy on centos 6 One potential workaround is to install the rng-tools package and generate entropy using the commands below: yum install rng-tools -y; rngd -r /dev/urandom
    Once you do this, try generating the key again to see if it works. Note that we do have an internal case open to monitor reports of this happening. The case number is CPANEL-14899. I'll monitor this case and update this thread with more information as it becomes available. Thank you.
    0
  • kamello
    Hello @razak19, GPG requires a certain amount of entropy to generate they key, and thus it's possible the issue you are facing is due to a lack of entropy on your system. You can check the current available entropy using the following command: cat /proc/sys/kernel/random/entropy_avail
    More information about how this works is available at:
    0

Please sign in to leave a comment.