博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
执行:gpg --gen-key 显示:Not enough random bytes available.
阅读量:6911 次
发布时间:2019-06-27

本文共 2876 字,大约阅读时间需要 9 分钟。

[root@clovemzone ~]$ gpg --gen-keygpg (GnuPG) 1.4.5; Copyright (C) 2006 Free Software Foundation, Inc.This program comes with ABSOLUTELY NO WARRANTY.This is free software, and you are welcome to redistribute itunder certain conditions. See the file COPYING for details.Please select what kind of key you want:   (1) DSA and Elgamal (default)   (2) DSA (sign only)   (5) RSA (sign only)Your selection? 1DSA keypair will have 1024 bits.ELG-E keys may be between 1024 and 4096 bits long.What keysize do you want? (2048)Requested keysize is 2048 bitsPlease specify how long the key should be valid.         0 = key does not expire      
= key expires in n days
w = key expires in n weeks
m = key expires in n months
y = key expires in n yearsKey is valid for? (0) 0Key does not expire at allIs this correct? (y/N) yYou need a user ID to identify your key; the software constructs the user IDfrom the Real Name, Comment and Email Address in this form: "Heinrich Heine (Der Dichter)
"Real name: clovemzoneEmail address: clovem@gmail.comComment: clovem keyYou selected this USER-ID: "clovemzone (fdfd)
"Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? OYou need a Passphrase to protect your secret key.You don't want a passphrase - this is probably a *bad* idea!I will do it anyway. You can change your passphrase at any time,using this program with the option "--edit-key".We need to generate a lot of random bytes. It is a good idea to performsome other action (type on the keyboard, move the mouse, utilize thedisks) during the prime generation; this gives the random numbergenerator a better chance to gain enough entropy..+++++.+++++++++++++++.+++++..+++++++++++++++++++++++++..+++++..+++++.++++++++++++++++++++.++++++++++++++++++++++++++++++..++++++++++++++++++++>.++++++++++..........................................+++++Not enough random bytes available. Please do some other work to givethe OS a chance to collect more entropy! (Need 274 more bytes)

解决方法:

1.原有进程不退出

2.对一个稍大的tar.gz包解压

[root@clovemzone ~]# tar zxvf mysql-5.5.29.tar.gz

会发现执行完成,稍等片刻的时间,上面的进程会继续下去了

+++++++++++++++..+++++++++++++++..++++++++++.+++++.+++++++++++++++.+++++..++++++++++++++++++++++++++++++..++++++++++++++++++++++++++++++++++++++++++++++++++>.++++++++++>+++++....................+++++^^^^gpg: key 2914933F marked as ultimately trustedpublic and secret key created and signed.gpg: checking the trustdbgpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust modelgpg: depth: 0  valid:   5  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 5upub   1024D/2914933F 2013-06-11      Key fingerprint = C718 A91B 00EE 9FBF 8FB2  4F22 B564 CAFC 2914 933Fuid                  clovemzone (fdfd) 
sub 2048g/CFF2F8BB 2013-06-11

至此问题解决,问题解决的关键就在于这个进程需要更多的随机数什么的,那就给系统点随机字符即可。

转载地址:http://asncl.baihongyu.com/

你可能感兴趣的文章
Java 将word转为pdf jacob方式
查看>>
Microsoft Visual Studio 2010 遇到了异常,可能是由某个扩展导致的。 转载
查看>>
java运算符之赋值运算符
查看>>
vs的多工程配置概述(转)
查看>>
python关于时间序列的分析
查看>>
采用enum定义操作码的2B错误总结
查看>>
<s:date>标签
查看>>
php连接数据库错误(已解决)
查看>>
PowerBI通过gateway连接多维数据库
查看>>
JBPM (二)jbpm4.4环境搭建
查看>>
Java坦克大战 (三) 之可完全控制坦克朝八个方向运动
查看>>
spark[源码]-sparkContext概述
查看>>
蓝桥杯Java真题解析
查看>>
flask中的蓝图与红图
查看>>
PowerDesigner最基础的使用方法入门学习
查看>>
javastrip
查看>>
第九周进度条
查看>>
笔记整理3
查看>>
转 $(document).ready()与window.onload的区别
查看>>
洛谷 题解 P1284 【三角形牧场】
查看>>