Saltstack 报错 python-crypto randomPool_DeprecationWarning:
生活随笔
收集整理的這篇文章主要介紹了
Saltstack 报错 python-crypto randomPool_DeprecationWarning:
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
執行saltstack 報錯一下信息
根據報錯信息修改python文件
#若遇報錯1
#Starting?salt-master?daemon:?/usr/lib64/python2.6/site-packages/Crypto/Util/number.py:57:?PowmInsecureWarning:?Not?using?mpz_powm_sec.??You?should?rebuild?using?libgmp?>=?5?to?avoid?timing?attack?vulnerability._warn("Not?using?mpz_powm_sec.??You?should?rebuild?using?libgmp?>=?5?to?avoid?timing?attack?vulnerability.",?PowmInsecureWarning) /usr/lib64/python2.6/site-packages/Crypto/Util/randpool.py:40:?RandomPool_DeprecationWarning:?This?application?uses?RandomPool,?which?is?BROKEN?in?older?releases.??See?http://www.pycrypto.org/randpool-brokenRandomPool_DeprecationWarning)注釋該文件?
/usr/lib64/python2.6/site-packages/Crypto/Util/number.py???????????? #if?_fastmath?is?not?None?and?not?_fastmath.HAVE_DECL_MPZ_POWM_SEC:'
#若遇報錯2
[root]#?salt?-G?'roles:sdk'?test.ping /usr/lib64/python2.6/site-packages/Crypto/Util/number.py:57:?PowmInsecureWarning:?Not?using?mpz_powm_sec.??You?should?rebuild?using?libgmp?>=?5?to?avoid?timing?attack?vulnerability._warn("Not?using?mpz_powm_sec.??You?should?rebuild?using?libgmp?>=?5?to?avoid?timing?attack?vulnerability.",?PowmInsecureWarning) /usr/lib64/python2.6/site-packages/Crypto/Util/randpool.py:40:?RandomPool_DeprecationWarning:?This?application?uses?RandomPool,?which?is?BROKEN?in?older?releases.??See?http://www.pycrypto.org/randpool-brokenRandomPool_DeprecationWarning) 注釋該文件 /usr/lib64/python2.6/site-packages/Crypto/Util/randpool.py?????????? #warnings.warn\("This?application?uses?RandomPool'????????????????? #RandomPool_DeprecationWarning\)'總結?頭痛醫頭,python升級兼容測試轉載于:https://blog.51cto.com/net592/1743682
總結
以上是生活随笔為你收集整理的Saltstack 报错 python-crypto randomPool_DeprecationWarning:的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 计算机可移动磁盘无法显示图片,手机插电脑
- 下一篇: python学习之turtle库基本操作