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)
I install openstack icehouse on centos 6.5,Cinder is installed in the Control node, and synchronize mysql databases, the following error occurred: su -s /bin/sh -c "cinder-manage db sync" cinder /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)
i try to remove amp-4,But too much depend on the package, and Deleting I'm done openstack environment。 shell> rpm -qa | grep gmp gmp-4.3.1-7.el6_2.2.x86_64 shell>yum list gmp gmp.x86_64 4.3.1-7.el6_2.2 @anaconda-CentOS-201311272149.x86_64/6.5 Available Packages gmp.i686 4.3.1-7.el6_2.2 base shell>yum remove gmp ...... : selinux-policy-targeted-3.7.19-231.el6_5.1.noarch --> Running transaction check ---> Package selinux-policy-targeted.noarch 0:3.7.19-231.el6_5.1 will be erased --> Finished Dependency Resolution Error: Trying to remove "yum", which is protected You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
I have the same issue, followed the documentation to the letter & encountered the same error.
Hi I got the same issue after installing openstack by using RDO packstack. if anybody can help