Re: [Openvas-discuss] openvasmd --rebuild hangs

2016-10-10 Thread Allyn Baskerville
[mailto:fabiogfernan...@gmail.com] Sent: Monday, October 10, 2016 12:38 PM To: Allyn Baskerville Cc: openvas-discuss@wald.intevation.org Subject: Re: [Openvas-discuss] openvasmd --rebuild hangs It seems the redis issue. Try as Christian said or erase OpenVAS data in Redis. root@kali:/etc/openvas# redis-cli -s /var

Re: [Openvas-discuss] openvasmd --rebuild hangs

2016-10-10 Thread Fábio Fernandes
stian Fischer > Sent: Monday, October 10, 2016 9:42 AM > To: openvas-discuss@wald.intevation.org > Subject: Re: [Openvas-discuss] openvasmd --rebuild hangs > > Hi, > > On 10.10.2016 16:26, Allyn Baskerville wrote: >> openvas-check-setup 2.3.2 > > try to up

Re: [Openvas-discuss] openvasmd --rebuild hangs

2016-10-10 Thread Allyn Baskerville
discuss [mailto:openvas-discuss-boun...@wald.intevation.org] On Behalf Of Christian Fischer Sent: Monday, October 10, 2016 9:42 AM To: openvas-discuss@wald.intevation.org Subject: Re: [Openvas-discuss] openvasmd --rebuild hangs Hi, On 10.10.2016 16:26, Allyn Baskerville wrote: > openvas-check-

Re: [Openvas-discuss] openvasmd --rebuild hangs

2016-10-10 Thread Christian Fischer
Hi, On 10.10.2016 16:26, Allyn Baskerville wrote: > openvas-check-setup 2.3.2 try to update this to the latest available 2.3.3 first which is available here: https://svn.wald.intevation.org/svn/openvas/trunk/tools/openvas-check-setup > WARNING: OpenVAS Scanner is NOT running! The scanner

[Openvas-discuss] openvasmd --rebuild hangs

2016-10-10 Thread Allyn Baskerville
After not being able to resolve why some hosts show the scanning didn't finish after the task said it was complete, I elected to try a removal and reinstallation of OpenVAS using the following: I did the following: yum erase openvas openvas-* rm -fr /var/cache/openvas rm -fr /var/log/openvas

Re: [Openvas-discuss] openvasmd --rebuild hangs forever / stage 2

2015-10-16 Thread Narancs
OK,  I have the solution now! Problem was caused by redis.conf. even if I added unix socket config as shown everywhere, one must DISABLE listening on TCP port. Now all work fine. But this was working with redis before as far as I rememberso

[Openvas-discuss] openvasmd --rebuild hangs forever / stage 2

2015-10-15 Thread Narancs
Dear All! I'm still having the same issue with atomic/centos7. The systems is up to date (yum update + all openvas-sync*) version: openvas-1.0-20.el7.art.noarch openvas-cli-1.4.2-8.el7.art.x86_64

Re: [Openvas-discuss] openvasmd --rebuild hangs forever / stage 2

2015-10-15 Thread Narancs
well, even the openvas-scanner service must be killed with 'kill -9' It loads all the NVTs, then you just cannot kill it with normal 'kill [pid]' there is no such command in centos as: openvas-feed-update there are several others which all work fine

Re: [Openvas-discuss] openvasmd --rebuild hangs forever / stage 2

2015-10-15 Thread Eero Volotinen
what is output of strace -f -p pid-of-openvasmd ? -- Eero 2015-10-15 18:42 GMT+03:00 Narancs : > yes and progress 'bar' freezes ;) > > > 2015-10-15 17:35 keltezéssel, cory cardio írta: > > > > Try `--*progress` *on the rebuild command? > > Here is openvas-feed-update:

Re: [Openvas-discuss] openvasmd --rebuild hangs forever / stage 2

2015-10-15 Thread Narancs
yes and progress 'bar' freezes ;) 2015-10-15 17:35 keltezéssel, cory cardio írta: Try `--progress` on the rebuild command? Here is openvas-feed-update:

Re: [Openvas-discuss] openvasmd --rebuild hangs forever / stage 2

2015-10-15 Thread cory cardio
Try `--*progress` *on the rebuild command? Here is openvas-feed-update: $ cat $(which openvas-feed-update) #!/bin/bash echo "Updating OpenVas Feeds" openvas-nvt-sync openvas-scapdata-sync openvas-certdata-sync On Thu, Oct 15, 2015 at 11:33 AM, Narancs wrote: > well,

Re: [Openvas-discuss] openvasmd --rebuild hangs forever / stage 2

2015-10-15 Thread Narancs
Hi, 4389 ?    Ss 0:37 openvassd: Reloaded all the NVTs.  4391 pts/0    S  0:00 openvasmd: Reloading  4395 pts/0    S  0:00 openvasmd: Rebuilding # strace -f -p 4395 Process 4395 attached recvfrom(6,

Re: [Openvas-discuss] openvasmd --rebuild hangs forever / stage 2

2015-10-15 Thread Eero Volotinen
try regenerating certificates. -- Eero 2015-10-15 18:42 GMT+03:00 Narancs : > yes and progress 'bar' freezes ;) > > > 2015-10-15 17:35 keltezéssel, cory cardio írta: > > > > Try `--*progress` *on the rebuild command? > > Here is openvas-feed-update: > $ cat $(which