Well, system works. There might be bug in atomic packaging or check-setup ..
Is it really issue that localhost is immunitable in config? modify source or database by hand, if it really is issue. -- Eero 2015-10-20 2:34 GMT+03:00 Diego Gomes <[email protected]>: > I did some changes! > > I noticed that gsad was using 80 443 and 9392. I installed apache and ssl > and make it to use the port! Now, gsad using just 9392 > > I created another localhost and changed to consider alive, again and it > worked. I cannot change or remove the localhost default target, why not? > > I ran the check-setup --v8 and look: > > ERROR: OpenVAS Manager is NOT running! > FIX: Start OpenVAS Manager (openvasmd). > > # systemctl openvas-manager > Unknown operation 'openvas-manager'. > [root@ph-sec02 ~]# systemctl status openvas-manager > openvas-manager.service - OpenVAS Manager > Loaded: loaded (/usr/lib/systemd/system/openvas-manager.service; > enabled) > Active: active (running) since Mon 2015-10-19 18:19:58 BRST; 3h 10min > ago > Process: 1439 ExecStart=/usr/sbin/openvasmd $OPTIONS (code=exited, > status=0/SUCCESS) > Main PID: 1480 (openvasmd) > CGroup: /system.slice/openvas-manager.service > └─1480 openvasmd > > > Very crazy??? > > Diego > > --------------------------------------- > > On Oct 19, 2015, at 20:36, Diego Gomes <[email protected]> wrote: > > redis is Ok, at least I followed atomic forum with some steps... > > look some outputs... > > ERROR: OpenVAS Manager is NOT running! > FIX: Start OpenVAS Manager (openvasmd). > WARNING: Greenbone Security Assistant is listening on port 80 > 9392, which is NOT the default port! > SUGGEST: Ensure Greenbone Security Assistant is listening on one > of the following ports: 80, 443, 9392. > > # netstat -nlpt > tcp 0 0 127.0.0.1:6379 0.0.0.0:* > LISTEN 931/redis-server 12 > tcp 0 0 0.0.0.0:9391 0.0.0.0:* > LISTEN 24151/openvassd: Wa > tcp 0 0 0.0.0.0:80 0.0.0.0:* > LISTEN 1494/gsad > tcp 0 0 0.0.0.0:9392 0.0.0.0:* > LISTEN 1493/gsad > tcp 0 0 0.0.0.0:22 0.0.0.0:* > LISTEN 930/sshd > tcp 0 0 127.0.0.1:25 0.0.0.0:* > LISTEN 1704/master > tcp 0 0 0.0.0.0:8834 0.0.0.0:* > LISTEN 946/nessusd > tcp6 0 0 :::9390 :::* > LISTEN 24145/openvasmd > tcp6 0 0 :::22 :::* > LISTEN 930/sshd > tcp6 0 0 ::1:25 :::* > LISTEN 1704/master > tcp6 0 0 :::8834 :::* > LISTEN 946/nessusd > > # systemctl status openvas-manager > openvas-manager.service - OpenVAS Manager > Loaded: loaded (/usr/lib/systemd/system/openvas-manager.service; > enabled) > Active: active (running) since Mon 2015-10-19 18:31:31 BRST; 2h 0min ago > Process: 24144 ExecStart=/usr/sbin/openvasmd $OPTIONS (code=exited, > status=0/SUCCESS) > Main PID: 24145 (openvasmd) > CGroup: /system.slice/openvas-manager.service > └─24145 openvasmd > > Oct 19 18:31:31 ph-sec02.whebdc.com.br systemd[1]: Starting OpenVAS > Manager... > Oct 19 18:31:31 ph-sec02.whebdc.com.br systemd[1]: Started OpenVAS > Manager. > > # systemctl status openvas-scanner > openvas-scanner.service - OpenVAS Scanner > Loaded: loaded (/usr/lib/systemd/system/openvas-scanner.service; > enabled) > Active: active (running) since Mon 2015-10-19 18:31:46 BRST; 2h 0min ago > Process: 24150 ExecStart=/usr/sbin/openvassd $OPTIONS (code=exited, > status=0/SUCCESS) > Main PID: 24151 (openvassd) > CGroup: /system.slice/openvas-scanner.service > └─24151 openvassd: Waiting for incoming connections > > Oct 19 18:31:46 ph-sec02.whebdc.com.br systemd[1]: Starting OpenVAS > Scanner... > Oct 19 18:31:46 ph-sec02.whebdc.com.br systemd[1]: Started OpenVAS > Scanner. > > > > > ------------------------------ > Date: Tue, 20 Oct 2015 00:28:49 +0300 > Subject: Re: [Openvas-discuss] timezone > From: [email protected] > To: [email protected] > CC: [email protected]; [email protected] > > Is redis configured and running correctly? > > Check with openvas-check-setup --v8 > > Eero > 19.10.2015 11.44 ip. "Diego Gomes" <[email protected]> kirjoitti: > > Yes I did! > > I tried to run against another server and the same issue. > > I changed the target to consider alive as well but no way! > > > > On Oct 19, 2015, at 18:38, Eero Volotinen <[email protected]> wrote: > > Did you disabled selinux, if not do it now. > > Eero > > ma 19. lokakuuta 2015 23.11 Diego Gomes <[email protected]> kirjoitti: > > Thanks Eero! > > I tried to run against my localhost but no results, look: > > 0 results > > Empty reports can happen for the following reasons: > > - The target hosts where regarded dead. > - The filter does not match any result. > - A very small or non-verbose scan configuration was applied. > > However, this report contains 1 host. > > <https://192.168.254.198:9392/omp?cmd=get_report_section&report_id=6bbe3d85-fb28-4a61-8ff9-e3eccfd4e4f0&report_section=hosts&result_hosts_only=0&token=0a50cae5-8804-4123-b8de-031a35f5f4eb> > > ------------------------------ > Date: Mon, 19 Oct 2015 22:25:06 +0300 > > Subject: Re: [Openvas-discuss] timezone > From: [email protected] > To: [email protected] > CC: [email protected]; [email protected] > > > Yes. pdf-latex is buggy on centos 7 and required workaround. > > run following commands to fix it: > > yum search tex | awk '/^tex/ { print $1 }' | xargs yum install -y > > mkdir -p /usr/share/texlive/texmf-local/tex/latex/comment > > cd /usr/share/texlive/texmf-local/tex/latex/comment > > wget http://ping-viini.org/comment.sty > > chown root:root comment.sty > > chmod 644 comment.sty > > cd /usr/share/texlive/texmf-local/tex/latex/comment ; texhash > > > br, > > > -- > > Eero > > 2015-10-19 22:15 GMT+03:00 Diego Gomes <[email protected]>: > > Hello, > > Running CentOS 7 and OpenVAS: - I thing I am good now! > > Is there an issue with PDF attached report? > > rpm -qa |grep openvas > openvas-cli-1.4.2-8.el7.art.x86_64 > openvas-scanner-5.0.4-22.el7.art.x86_64 > openvas-smb-1.0.1-0.2.el7.art.x86_64 > openvas-manager-6.0.6-33.el7.art.x86_64 > openvas-libraries-8.0.5-21.el7.art.x86_64 > openvas-1.0-20.el7.art.noarch > > Diego > > ------------------------------ > Date: Mon, 19 Oct 2015 16:19:14 +0300 > Subject: Re: [Openvas-discuss] timezone > From: [email protected] > To: [email protected]; [email protected] > CC: [email protected] > > > Yes, you should update to latest. > > Eero > > ma 19. lokakuuta 2015 15.04 Diego Gomes <[email protected]> kirjoitti: > > Oh, did not see the "?" options, my bad! > > I will check for OpenVAS 8, think I can get much more improvements, right? > > Diego > > > To: [email protected] > > CC: [email protected]; [email protected] > > Subject: Re: [Openvas-discuss] timezone > > From: [email protected] > > Date: Mon, 19 Oct 2015 11:24:55 +0200 > > > > > That is OpenVAS-7. > > > > The format of the timezone is described in the My Settings help page > (click > > the question mark icon). It's the same as the TZ environment variable on > > GNU/Linux systems, so may not be obvious. > > > > > > > > Are we using different versions? > > > > > > Mine is: > > > > > > rpm -qa |grep -i > openvasopenvas-manager-5.0.9-28.el6.art.x86_64openvas-scanner-4.0.6-19.el6.art.x86_64openvas-libraries-7.0.9-18.el6.art.x86_64openvas-1.0-17.el6.art.noarchopenvas-cli-1.3.1-6.el6.art.x86_64 > > > Diego > > > > > > Date: Mon, 19 Oct 2015 01:17:07 +0300 > > > Subject: Re: [Openvas-discuss] timezone > > > From: [email protected] > > > To: [email protected] > > > CC: [email protected] > > > > > > well. my version of openvas has drop down selection of timezones .. > > > Europe/Helsinki (EEST) worked fine on my system... > > > --Eero > > > 2015-10-19 0:15 GMT+03:00 Diego Gomes <[email protected]>: > > > I used GMT-3! > > > We are summer time since today, so -2 > > > I changed right now my settings to GMT+2 and now I have the right > time, but very weird to be +2. > > > > > > > > > On Oct 18, 2015, at 11:23, Eero Volotinen <[email protected]> > wrote: > > > > > > Well, what values did you tried? > > > 18.10.2015 4.19 ip. "Diego Gomes" <[email protected]> kirjoitti: > > > I tried changing over there but no way! > > > How should ne the correct format to put? Nothing works!! > > > Diego > > > On Oct 17, 2015, at 23:53, Eero Volotinen <[email protected]> > wrote: > > > > > > I think it's in gsad my settings page. > > > Eero > > > 18.10.2015 12.10 ap. "Diego Gomes" <[email protected]> kirjoitti: > > > > > > > > > > > > Hello guys! > > > Please, I need help to configure my timezone for my web interface and > for schedules, to make sure that the scanning is really running exactly in > the time I need. > > > So, I am GMT -3 (Brazil). It is 06:04 PM right now. When I access my > GUI, it shows 09:04 PM. > > > My Linux server is GMT-3, so the server is correct. > > > I need to configure everything to be in GMT-3. > > > I have no idea about config file, etc.. So, please, if I need to > change something by CLI, I appreciate to have the absolute path. > > > I am running OpenVAS in Red Hat 6. I used atomic repository to install > OpenVAS! > > > # rpm -qa |grep -i > openvasopenvas-manager-5.0.9-28.el6.art.x86_64openvas-scanner-4.0.6-19.el6.art.x86_64openvas-libraries-7.0.9-18.el6.art.x86_64openvas-1.0-17.el6.art.noarchopenvas-cli-1.3.1-6.el6.art.x86_64 > > > Thanks a lot for your help! > > > Diego > > > > > > _______________________________________________ > > > > > > Openvas-discuss mailing list > > > > > > [email protected] > > > > > > > https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss > > > > > > > > > > > > > > > #text/html [] ((charset . iso-8859-1)) > > > _______________________________________________ > > > Openvas-discuss mailing list > > > [email protected] > > > > https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss > > -- > > Greenbone Networks GmbH > > Neuer Graben 17, 49074 Osnabrueck, Germany | AG Osnabrueck, HR B 202460 > > Executive Directors: Lukas Grunwald, Dr. Jan-Oliver Wagner > > > _______________________________________________ > 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 >
_______________________________________________ Openvas-discuss mailing list [email protected] https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
