Am 12.04.2013 19:52, schrieb Jones: > > > -----Original Message----- > From: Jones, Jeff L (PNB Engineering Lab) > Sent: Friday, April 12, 2013 10:51 AM > To: Jones, Jeff L (PNB Engineering Lab) > Subject: RE: How do I tell what verion of OpenVAS I'm running? > > Hi, > > I'm running OpenVAS 5 on a CentOS 6 VM. > > When I run " openvas-check-setup" it returns: > ... > Step 8: Checking nmap installation... > WARNING: Your version of nmap is not fully supported: 6.25 > SUGGEST: You should install nmap 5.51. > ... > > Am I missing test functionality by not having nmap v5.51? > Do I install 5.51 over the current install or remove the current 6.25 first. > (I did a yum remove nmap and it said it would remove nmap AND openVAS, > openvas-scanner, nikto, and greenbone-security-assistant for dependencies.)
exclude the package(s) from the atomic-repo and use "yum downgrad", no idea why the fools from atomic override nmap from centOS with a newer nmap which leads to warnings in context of OpenVAS which is the main-reason to use threir repo [root@openvas:~]$ cat /etc/yum.repos.d/atomic.repo [atomic] name = CentOS / Red Hat Enterprise Linux $releasever - atomicrocketturtle.com mirrorlist = http://www.atomicorp.com/mirrorlist/atomic/centos-6-$basearch #mirrorlist = http://www.atomicorp.com/channels/atomic/centos/6/mirrors-atomic enabled = 1 priority = 1 protect = 0 gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt gpgcheck = 1 exclude=nmap,nc,nmap-ncat [atomic-testing] name = CentOS / Red Hat Enterprise Linux $releasever - atomicrocketturtle.com - (Testing) mirrorlist = http://www.atomicorp.com/mirrorlist/atomic-testing/centos-6-$basearch enabled = 0 priority = 1 protect = 0 gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt gpgcheck = 1 exclude=nmap,nc,nmap-ncat [atomic-bleeding] name = CentOS / Red Hat Enterprise Linux $releasever - atomicrocketturtle.com - (Bleeding) baseurl = http://www.atomicorp.com/channels/atomic-bleeding/centos/$releasever/$basearch/ enabled = 0 priority = 1 protect = 0 gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt gpgcheck = 1 exclude=nmap,nc,nmap-ncat
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Openvas-discuss mailing list [email protected] https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
