what is output of strace -f -p pid-of-openvasmd ? -- Eero
2015-10-15 18:42 GMT+03:00 Narancs <[email protected]>: > 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 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 <[email protected]> > wrote: > >> 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 updateing the feed. >> but rebuild hangs forever... >> >> >> >> >> 2015-10-15 17:20 keltezéssel, cory cardio írta: >> >> Greg, >> I've gotten forever-hangs too, and believe this to be a solid work >> around (doesn't hang) , though it is for debian and not centos. Maybe the >> concept still applies. >> >> #!/bin/bash >> # start updating an already configured openvas >> echo "Stopping services..." >> service greenbone-security-assistant stop >> service openvas-scanner stop >> service openvas-administrator stop >> service openvas-manager stop >> >> service openvas-scanner start >> openvas-feed-update >> >> echo "Feed updated. Rebuilding.." >> openvasmd --rebuild >> >> echo "Starting services..." >> service greenbone-security-assistant start >> service openvas-administrator start >> service openvas-manager start >> >> exit 0 >> >> On Thu, Oct 15, 2015 at 11:14 AM, Narancs < <[email protected]> >> [email protected]> wrote: >> >>> 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 >>> openvas-scanner-5.0.4-22.el7.art.x86_64 >>> openvas-manager-6.0.6-33.el7.art.x86_64 >>> openvas-smb-1.0.1-0.2.el7.art.x86_64 >>> openvas-libraries-8.0.5-21.el7.art.x86_64 >>> >>> >>> ps ax|grep openv >>> 3175 pts/0 S 0:00 tail -f /var/log/openvas/gsad.log >>> /var/log/openvas/openvasmd.log /var/log/openvas/openvassd.log >>> 3235 ? Ss 2:19 openvassd: Reloaded all the NVTs. >>> 3273 pts/0 S 0:00 openvasmd: Reloading >>> 3274 pts/0 S 0:00 openvasmd: Rebuilding >>> >>> >>> which version works? should I downgrade to where? >>> >>> openvas-manager-6.0.1-28.1.el7.art.x86_64.rpm >>> <https://www6.atomicorp.com/channels/atomic/centos/7/x86_64/RPMS/openvas-manager-6.0.1-28.1.el7.art.x86_64.rpm> >>> May >>> 08 2015 11:14:03 694kb openvas-manager-6.0.3-29.el7.art.x86_64.rpm >>> <https://www6.atomicorp.com/channels/atomic/centos/7/x86_64/RPMS/openvas-manager-6.0.3-29.el7.art.x86_64.rpm> >>> May >>> 28 2015 14:06:56 699kb openvas-manager-6.0.3-30.el7.art.x86_64.rpm >>> <https://www6.atomicorp.com/channels/atomic/centos/7/x86_64/RPMS/openvas-manager-6.0.3-30.el7.art.x86_64.rpm> >>> Jun >>> 03 2015 12:01:00 698kb openvas-manager-6.0.4-31.el7.art.x86_64.rpm >>> <https://www6.atomicorp.com/channels/atomic/centos/7/x86_64/RPMS/openvas-manager-6.0.4-31.el7.art.x86_64.rpm> >>> Jul >>> 13 2015 10:56:04 700kb openvas-manager-6.0.5-32.el7.art.x86_64.rpm >>> <https://www6.atomicorp.com/channels/atomic/centos/7/x86_64/RPMS/openvas-manager-6.0.5-32.el7.art.x86_64.rpm> >>> Aug >>> 03 2015 10:00:28 703kb openvas-manager-6.0.6-33.el7.art.x86_64.rpm >>> <https://www6.atomicorp.com/channels/atomic/centos/7/x86_64/RPMS/openvas-manager-6.0.6-33.el7.art.x86_64.rpm> >>> Oct >>> 10 2015 18:20:32 703kb >>> >>> any other tricks maybe? >>> >>> Thanks >>> Greg >>> >>> _______________________________________________ >>> Openvas-discuss mailing list >>> [email protected] >>> >>> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss >>> >> >> >> >> _______________________________________________ >> Openvas-discuss mailing >> [email protected]https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss >> >> >> >> _______________________________________________ >> Openvas-discuss mailing list >> [email protected] >> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss >> > > > > _______________________________________________ > Openvas-discuss mailing list > [email protected] > https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss >
_______________________________________________ Openvas-discuss mailing list [email protected] https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
