What I’m looking for are troubleshooting steps.
[root@centos7vm openvas]# openvas-check-setup --v9
openvas-check-setup 2.3.7
Test completeness and readiness of OpenVAS-9
Please report us any non-detected problems and
help us to improve this check routine:
http://lists.wald.intevation.org/m
So one problem I found with the v9 install was the cron script to update
plugins and nvts. It referenced /usr/sbin/openvas-nvt-sync which no longer
exists. I changed it to greenbone-nvt-sync and now that works but the scanner
still hangs up. BTW /var/cache/openvas is empty.
> On Feb 25, 2018
Am 26.02.2018 um 14:03 schrieb Jerry Lotto:
So one problem I found with the v9 install was the cron script to update
plugins and nvts. It referenced /usr/sbin/openvas-nvt-sync which no longer
exists. I changed it to greenbone-nvt-sync and now that works but the scanner
still hangs up. BTW
FWIW - this is what is hanging up openvas-scanner:
socket(AF_LOCAL, SOCK_STREAM, 0)= 5
fcntl(5, F_GETFL) = 0x2 (flags O_RDWR)
fcntl(5, F_SETFL, O_RDWR|O_NONBLOCK)= 0
connect(5, {sa_family=AF_LOCAL, sun_path="/tmp/redis.sock"}, 110) = 0
fcntl(5, F_GETFL)
OMG - SOLVED IT!
redis in the atomic repo is v 3.0.7-4 and epel hosts 3.2.10-2
OpenVAS Scanner 5.1.1 requires the older version from the atomic repo
> On Feb 25, 2018, at 5:03 PM, Eero Volotinen wrote:
>
> well. It usually works fine. installed it on centos 7 a couple weeks ago.
>
> Eero
>
>
Hi,
On 26.02.2018 16:04, Jerry Lotto wrote:
> OMG - SOLVED IT!
>
> redis in the atomic repo is v 3.0.7-4 and epel hosts 3.2.10-2
>
> OpenVAS Scanner 5.1.1 requires the older version from the atomic repo
i don't think that this is the reason as the OpenVAS Scanner is running
here just fine even
Hi,
just a clarification on the following:
On 22.02.2018 19:38, Yohan Pipereau wrote:
> If you drop everything, on redis, you will need to retrieve the vulnerability
> and it should be done by openvas automatically causing the first scan to be a
> bit longer.
there is currently no persistent dat
Am 26.02.2018 um 16:13 schrieb Christian Fischer:
On 26.02.2018 16:04, Jerry Lotto wrote:
OMG - SOLVED IT!
redis in the atomic repo is v 3.0.7-4 and epel hosts 3.2.10-2
OpenVAS Scanner 5.1.1 requires the older version from the atomic repo
i don't think that this is the reason as the OpenVA