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

Reply via email to