Page 1 of 1

Openvas Installation Errors

Posted: Tue May 05, 2015 4:20 pm
by rhyse
Hi

I am trying to install openvas using the instructions provided here http://openvas.org/install-packages-v7.html on CentOS 7 (and have tried 6.5) clean minimal installs (did yum update etc)

However I am receiving the following (Excerpt below)

Package wmi is obsoleted by openvas-smb, but obsoleting package does not provide for requirements
--> Finished Dependency Resolution
Error: Package: openvas-1.0-15.el6.art.noarch (atomic)
Requires: wmi
Available: wmi-1.3.14-3.el6.art.x86_64 (atomic)
wmi = 1.3.14-3.el6.art
Available: wmi-1.3.14-4.el6.art.x86_64 (atomic)
wmi = 1.3.14-4.el6.art
Error: Package: openvas-libraries-7.0.9-18.el6.art.x86_64 (atomic)
Requires: wmi
Available: wmi-1.3.14-3.el6.art.x86_64 (atomic)
wmi = 1.3.14-3.el6.art
Available: wmi-1.3.14-4.el6.art.x86_64 (atomic)
wmi = 1.3.14-4.el6.art
Error: Package: openvas-libraries-7.0.9-18.el6.art.x86_64 (atomic)
Requires: libwmiclient.so.1()(64bit)
Available: wmi-1.3.14-3.el6.art.x86_64 (atomic)
libwmiclient.so.1()(64bit)
Available: wmi-1.3.14-4.el6.art.x86_64 (atomic)
libwmiclient.so.1()(64bit)


There seems to be a dependency "loop" ?

Any help is appreciated

Thanks

Re: Openvas Installation Errors

Posted: Tue May 12, 2015 7:12 pm
by scott
Fallout from work on getting openvas 8 working on EL6. Right now you can only use OV-8 on el7 or Fedora 19+

Re: Openvas Installation Errors

Posted: Wed May 13, 2015 3:27 pm
by rhyse
Hi

Thanks, this seems to be working now for Centos 7

Thanks

Re: Openvas Installation Errors

Posted: Wed May 13, 2015 4:10 pm
by rhyse
Hi

So I got the following error when running my first scan

warning: Cannot connect to KB at '/tmp/redis.sock': Connection refused'

did the following to resolve

yum install redis
echo "unixsocket /tmp/redis.sock" >> /etc/redis.conf
systemctl redis restart

Thanks