Re: [Openvas-discuss] Error Message

2016-09-05 Thread Παναγιώτης Λεόντιος
Dear Reindl,

Thank you for your help once again. Unfortunately, I am not particularly into 
Unix in general, especially as far as scripts are concerned and so on;
Maybe I will take some time to google the stuff and figure it out.

Thank you once again,
Panos

-Original Message-
From: Openvas-discuss [mailto:openvas-discuss-boun...@wald.intevation.org] On 
Behalf Of Reindl Harald
Sent: Saturday, September 03, 2016 7:01 PM
To: openvas-discuss@wald.intevation.org
Subject: Re: [Openvas-discuss] Error Message



Am 03.09.2016 um 17:56 schrieb Παναγιώτης Λεόντιος:
> However, when run your first command, I got the following

sorry to say but i expected someone to be smart eough for recognize a *user 
created* shellscript and that it's about the commands within the script

/usr/*local*/bin is obvious

[root@openvas:~]$ cat /usr/local/bin/openvas-sync #!/bin/sh openvas-nvt-sync 
openvas-scapdata-sync openvas-certdata-sync openvasmd --rebuild killall -s 
SIGHUP openvassd



___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] Error Message

2016-09-05 Thread Reindl Harald



Am 05.09.2016 um 08:41 schrieb Christian Fischer:

Hi,

just also noticed this:

On 09/03/2016 06:01 PM, Reindl Harald wrote:

openvasmd --rebuild
killall -s SIGHUP openvassd


First do a SIGHUP to openvassd so it is reloading the NVTs from disc and
then do a rebuild of the manager database


well, the SIGHUP would return instantly and so both run at the same time

frankly why can't "openvasmd --rebuild" do the job proper at it own or 
the SIGHUP - put a "sleep 1800" between both commands is a crappy workaround




signature.asc
Description: OpenPGP digital signature
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] Error Message

2016-09-05 Thread Christian Fischer
Hi,

just also noticed this:

On 09/03/2016 06:01 PM, Reindl Harald wrote:
> openvasmd --rebuild
> killall -s SIGHUP openvassd

First do a SIGHUP to openvassd so it is reloading the NVTs from disc and
then do a rebuild of the manager database.

Greetings,

-- 

Christian Fischer | Greenbone Networks GmbH | http://greenbone.net
Neuer Graben 17, 49074 Osnabrück, Germany | AG Osnabrück, HR B 202460
Geschäftsführer: Lukas Grunwald, Dr. Jan-Oliver Wagner



signature.asc
Description: OpenPGP digital signature
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] Error Message

2016-09-03 Thread Reindl Harald



Am 03.09.2016 um 17:56 schrieb Παναγιώτης Λεόντιος:

However, when run your first command, I got the following


sorry to say but i expected someone to be smart eough for recognize a 
*user created* shellscript and that it's about the commands within the 
script


/usr/*local*/bin is obvious

[root@openvas:~]$ cat /usr/local/bin/openvas-sync
#!/bin/sh
openvas-nvt-sync
openvas-scapdata-sync
openvas-certdata-sync
openvasmd --rebuild
killall -s SIGHUP openvassd




signature.asc
Description: OpenPGP digital signature
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] Error Message

2016-09-03 Thread Παναγιώτης Λεόντιος
Dear Christian, thank you so much for considering.

 

However, when run your first command, I got the following:



 

After executing the rest two commands (where I got some CPU Stallings, kind of 
CPU soft lock and such staff, generally they got through.

I run the openvas commands again, with no problems (no updates done anymore, as 
expected).

 

Nevertheless, I restarted the appliance and run the gsa web interface once 
again. Unfortunately, nothing’s changed:



 

I don’t understand…

 

Panos

 

-Original Message-
From: Openvas-discuss [mailto:openvas-discuss-boun...@wald.intevation.org] On 
Behalf Of Christian Fischer
Sent: Saturday, September 03, 2016 12:46 PM
To: openvas-discuss@wald.intevation.org
Subject: Re: [Openvas-discuss] Error Message

 

Hi,

 

On 09/02/2016 05:31 PM, Reindl Harald wrote:

> [root@openvas:~]$ cat /usr/local/bin/openvas-sync #!/bin/sh 

> openvas-certdata-sync openvas-nvt-sync openvas-nvt-sync-cron 

> openvas-scapdata-sync openvasmd --rebuild killall -s SIGHUP openvassd

 

just a short off-topic hint to this:

 

Run the openvas-certdata-sync after openvas-scapdata-sync as the 
openvas-certdata-sync is doing some recalculation for CVSS (max_cvss) based on 
the scapdata db.

 

Regards,

 

-- 

 

Christian Fischer | Greenbone Networks GmbH |  <http://greenbone.net> 
http://greenbone.net Neuer Graben 17, 49074 Osnabrück, Germany | AG Osnabrück, 
HR B 202460

Geschäftsführer: Lukas Grunwald, Dr. Jan-Oliver Wagner

 

___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] Error Message

2016-09-03 Thread Reindl Harald



Am 03.09.2016 um 11:46 schrieb Christian Fischer:

Hi,

On 09/02/2016 05:31 PM, Reindl Harald wrote:

[root@openvas:~]$ cat /usr/local/bin/openvas-sync
#!/bin/sh
openvas-certdata-sync
openvas-nvt-sync
openvas-nvt-sync-cron
openvas-scapdata-sync
openvasmd --rebuild
killall -s SIGHUP openvassd


just a short off-topic hint to this:

Run the openvas-certdata-sync after openvas-scapdata-sync as the
openvas-certdata-sync is doing some recalculation for CVSS (max_cvss)
based on the scapdata db


thanks!

it would be nice if there would exist a single binary which just takes 
care of all the updates, rebuilds and reloads at once...




signature.asc
Description: OpenPGP digital signature
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] Error Message

2016-09-03 Thread Christian Fischer
Hi,

On 09/02/2016 05:31 PM, Reindl Harald wrote:
> [root@openvas:~]$ cat /usr/local/bin/openvas-sync
> #!/bin/sh
> openvas-certdata-sync
> openvas-nvt-sync
> openvas-nvt-sync-cron
> openvas-scapdata-sync
> openvasmd --rebuild
> killall -s SIGHUP openvassd

just a short off-topic hint to this:

Run the openvas-certdata-sync after openvas-scapdata-sync as the
openvas-certdata-sync is doing some recalculation for CVSS (max_cvss)
based on the scapdata db.

Regards,

-- 

Christian Fischer | Greenbone Networks GmbH | http://greenbone.net
Neuer Graben 17, 49074 Osnabrück, Germany | AG Osnabrück, HR B 202460
Geschäftsführer: Lukas Grunwald, Dr. Jan-Oliver Wagner



signature.asc
Description: OpenPGP digital signature
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] Error Message

2016-09-02 Thread Παναγιώτης Λεόντιος
Thanx again, but I just installed the .ova file (OpenVAS-8 Demo VM 1.0) in 
virtualbox and run the gsa on 192.168.1.8 in Chrome.
Anyway, could you please let me know how to check those log files?

Thank you in advance,
Panos

-Original Message-
From: Openvas-discuss [mailto:openvas-discuss-boun...@wald.intevation.org] On 
Behalf Of Fabio Fernandes
Sent: Friday, September 02, 2016 7:18 PM
To: Reindl Harald
Cc: openvas-discuss@wald.intevation.org
Subject: Re: [Openvas-discuss] Error Message

Sorry i didn’t notice you had done that already. Maybe your installation is 
damaged have you tried to check the scanner and manager logs? Maybe increase 
the log level?

Fábio

> No dia 02/09/2016, às 16:31, Reindl Harald <h.rei...@thelounge.net> escreveu:
> 
> 
> 
> Am 02.09.2016 um 17:29 schrieb Παναγιώτης Λεόντιος:
>> Hold on, do you mean the command: “openvas-nvt-sync”?
>> 
>> Because if so, I have already run it, along with all the stop/run 
>> scanner-manager set, according to “http://plugins.openvas.org/ova_503.txt”
> 
> [root@openvas:~]$ cat /usr/local/bin/openvas-sync #!/bin/sh 
> openvas-certdata-sync openvas-nvt-sync openvas-nvt-sync-cron 
> openvas-scapdata-sync openvasmd --rebuild killall -s SIGHUP openvassd
> 
> ___
> Openvas-discuss mailing list
> Openvas-discuss@wald.intevation.org
> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-dis
> cuss

___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss



-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2016.0.7752 / Virus Database: 4649/12931 - Release Date: 09/02/16

___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] Error Message

2016-09-02 Thread Fábio Fernandes
Sorry i didn’t notice you had done that already. Maybe your installation is 
damaged have you tried to check the scanner and manager logs? Maybe increase 
the log level?

Fábio

> No dia 02/09/2016, às 16:31, Reindl Harald  escreveu:
> 
> 
> 
> Am 02.09.2016 um 17:29 schrieb Παναγιώτης Λεόντιος:
>> Hold on, do you mean the command: “openvas-nvt-sync”?
>> 
>> Because if so, I have already run it, along with all the stop/run
>> scanner-manager set, according to “http://plugins.openvas.org/ova_503.txt”
> 
> [root@openvas:~]$ cat /usr/local/bin/openvas-sync
> #!/bin/sh
> openvas-certdata-sync
> openvas-nvt-sync
> openvas-nvt-sync-cron
> openvas-scapdata-sync
> openvasmd --rebuild
> killall -s SIGHUP openvassd
> 
> ___
> Openvas-discuss mailing list
> Openvas-discuss@wald.intevation.org
> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] Error Message

2016-09-02 Thread Reindl Harald



Am 02.09.2016 um 17:29 schrieb Παναγιώτης Λεόντιος:

Hold on, do you mean the command: “openvas-nvt-sync”?

Because if so, I have already run it, along with all the stop/run
scanner-manager set, according to “http://plugins.openvas.org/ova_503.txt”


[root@openvas:~]$ cat /usr/local/bin/openvas-sync
#!/bin/sh
openvas-certdata-sync
openvas-nvt-sync
openvas-nvt-sync-cron
openvas-scapdata-sync
openvasmd --rebuild
killall -s SIGHUP openvassd



signature.asc
Description: OpenPGP digital signature
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] Error Message

2016-09-02 Thread Reindl Harald



Am 02.09.2016 um 17:25 schrieb Παναγιώτης Λεόντιος:

Dear Fabio, thank you for your e-mail.

Well, could you please let me know how to update the NVTs?


https://www.google.com/search?q=openvas+update+NVT



signature.asc
Description: OpenPGP digital signature
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] Error Message

2016-09-02 Thread Παναγιώτης Λεόντιος
Dear Fabio, thank you for your e-mail.

 

Well, could you please let me know how to update the NVTs?

 

Thank you in advance,

Panos

 

From: Fábio Fernandes [mailto:fabiogfernan...@gmail.com] 
Sent: Friday, September 02, 2016 1:32 AM
To: Παναγιώτης Λεόντιος
Cc: Eero Volotinen; openvas-discuss@wald.intevation.org
Subject: Re: [Openvas-discuss] Error Message

 

I can’t see the whole output but it seems that the OpenVAS Scanner is 
reloading. Try updating NVT, reloading the Manager, and restoring both Manager 
and Scanner.

 

Fabio

No dia 01/09/2016, às 14:28, Παναγιώτης Λεόντιος <leonti...@ath.forthnet.gr> 
escreveu:

 

Thanx for considering:

 



 

Panos

 

From:  <mailto:eero.t.voloti...@gmail.com> eero.t.voloti...@gmail.com [ 
<mailto:eero.t.voloti...@gmail.com> mailto:eero.t.voloti...@gmail.com] On 
Behalf Of Eero Volotinen
Sent: Thursday, September 01, 2016 4:25 PM
To: Παναγιώτης Λεόντιος
Cc: Christian Fischer;  <mailto:openvas-discuss@wald.intevation.org> 
openvas-discuss@wald.intevation.org
Subject: Re: [Openvas-discuss] Error Message

 

what is output of following commands:

 

ps aux | grep -i openvas

 

Eero

 

2016-09-01 16:15 GMT+03:00 Παναγιώτης Λεόντιος < 
<mailto:leonti...@ath.forthnet.gr> leonti...@ath.forthnet.gr>:

Dear Christian,

Unfortunately, there was no difference after running all the commands in " 
<http://plugins.openvas.org/ova_503.txt> http://plugins.openvas.org/ova_503.txt;

A couple of remarks though if I may:
1. the uid produced by "openvasmd --get-scanners" is the same with the one in 
the text.
2. after updating scanner and keys, I get the msg: "md main:WARNING 
:1174:2016-09-01 13h02.49 utc : main: internal error"
(*) please note that my laptop's time at the time was 3 hours ahead 
(16h02.49)

Thank you for your time, anyway.

Panos

-Original Message-
From: Παναγιώτης Λεόντιος [mailto: <mailto:leonti...@ath.forthnet.gr> 
leonti...@ath.forthnet.gr]
Sent: Thursday, September 01, 2016 3:00 PM
To: 'Christian Fischer'; ' <mailto:openvas-discuss@wald.intevation.org> 
openvas-discuss@wald.intevation.org'
Subject: RE: [Openvas-discuss] Error Message

Dear Christian, thank you so much for your response.
I'll try your suggestion right away.

Regards,
Panos

-Original Message-
From: Openvas-discuss [mailto: 
<mailto:openvas-discuss-boun...@wald.intevation.org> 
openvas-discuss-boun...@wald.intevation.org] On Behalf Of Christian Fischer
Sent: Thursday, September 01, 2016 2:38 PM
To:  <mailto:openvas-discuss@wald.intevation.org> 
openvas-discuss@wald.intevation.org
Subject: Re: [Openvas-discuss] Error Message

Hi,

On 09/01/2016 08:02 AM, Παναγιώτης Λεόντιος wrote:
> 503
>
> Status message:
>
> Service temporarily down

have a look at the following steps which could fix this issue:

 <http://plugins.openvas.org/ova_503.txt> http://plugins.openvas.org/ova_503.txt

--

Christian Fischer | Greenbone Networks GmbH |  <http://greenbone.net/> 
http://greenbone.net Neuer Graben 17, 49074 Osnabrück, Germany | AG Osnabrück, 
HR B 202460
Geschäftsführer: Lukas Grunwald, Dr. Jan-Oliver Wagner 
___
Openvas-discuss mailing list
 <mailto:Openvas-discuss@wald.intevation.org> 
Openvas-discuss@wald.intevation.org
 <https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss> 
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss





-
No virus found in this message.
Checked by AVG -  <http://www.avg.com/> www.avg.com
Version: 2016.0.7752 / Virus Database: 4649/12924 - Release Date: 09/01/16

___
Openvas-discuss mailing list
 <mailto:Openvas-discuss@wald.intevation.org> 
Openvas-discuss@wald.intevation.org
 <https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss> 
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

 

No virus found in this message.
Checked by AVG -  <http://www.avg.com/> www.avg.com
Version: 2016.0.7752 / Virus Database: 4649/12924 - Release Date: 09/01/16

___
Openvas-discuss mailing list
 <mailto:Openvas-discuss@wald.intevation.org> 
Openvas-discuss@wald.intevation.org
 <https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss> 
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

 

No virus found in this message.
Checked by AVG - www.avg.com
Version: 2016.0.7752 / Virus Database: 4649/12931 - Release Date: 09/02/16

___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] Error Message

2016-09-01 Thread Fábio Fernandes
I can’t see the whole output but it seems that the OpenVAS Scanner is 
reloading. Try updating NVT, reloading the Manager, and restoring both Manager 
and Scanner.

Fabio
> No dia 01/09/2016, às 14:28, Παναγιώτης Λεόντιος <leonti...@ath.forthnet.gr> 
> escreveu:
> 
> Thanx for considering:
>  
> 
>  
> Panos
>  
> From: eero.t.voloti...@gmail.com <mailto:eero.t.voloti...@gmail.com> 
> [mailto:eero.t.voloti...@gmail.com <mailto:eero.t.voloti...@gmail.com>] On 
> Behalf Of Eero Volotinen
> Sent: Thursday, September 01, 2016 4:25 PM
> To: Παναγιώτης Λεόντιος
> Cc: Christian Fischer; openvas-discuss@wald.intevation.org 
> <mailto:openvas-discuss@wald.intevation.org>
> Subject: Re: [Openvas-discuss] Error Message
>  
> what is output of following commands:
>  
> ps aux | grep -i openvas
>  
> Eero
>  
> 2016-09-01 16:15 GMT+03:00 Παναγιώτης Λεόντιος <leonti...@ath.forthnet.gr 
> <mailto:leonti...@ath.forthnet.gr>>:
> Dear Christian,
> 
> Unfortunately, there was no difference after running all the commands in 
> "http://plugins.openvas.org/ova_503.txt 
> <http://plugins.openvas.org/ova_503.txt>"
> 
> A couple of remarks though if I may:
> 1. the uid produced by "openvasmd --get-scanners" is the same with the one in 
> the text.
> 2. after updating scanner and keys, I get the msg: "md main:WARNING 
> :1174:2016-09-01 13h02.49 utc : main: internal error"
> (*) please note that my laptop's time at the time was 3 hours ahead 
> (16h02.49)
> 
> Thank you for your time, anyway.
> 
> Panos
> 
> -Original Message-
> From: Παναγιώτης Λεόντιος [mailto:leonti...@ath.forthnet.gr 
> <mailto:leonti...@ath.forthnet.gr>]
> Sent: Thursday, September 01, 2016 3:00 PM
> To: 'Christian Fischer'; 'openvas-discuss@wald.intevation.org 
> <mailto:openvas-discuss@wald.intevation.org>'
> Subject: RE: [Openvas-discuss] Error Message
> 
> Dear Christian, thank you so much for your response.
> I'll try your suggestion right away.
> 
> Regards,
> Panos
> 
> -Original Message-
> From: Openvas-discuss [mailto:openvas-discuss-boun...@wald.intevation.org 
> <mailto:openvas-discuss-boun...@wald.intevation.org>] On Behalf Of Christian 
> Fischer
> Sent: Thursday, September 01, 2016 2:38 PM
> To: openvas-discuss@wald.intevation.org 
> <mailto:openvas-discuss@wald.intevation.org>
> Subject: Re: [Openvas-discuss] Error Message
> 
> Hi,
> 
> On 09/01/2016 08:02 AM, Παναγιώτης Λεόντιος wrote:
> > 503
> >
> > Status message:
> >
> > Service temporarily down
> 
> have a look at the following steps which could fix this issue:
> 
> http://plugins.openvas.org/ova_503.txt 
> <http://plugins.openvas.org/ova_503.txt>
> 
> --
> 
> Christian Fischer | Greenbone Networks GmbH | http://greenbone.net 
> <http://greenbone.net/> Neuer Graben 17, 49074 Osnabrück, Germany | AG 
> Osnabrück, HR B 202460
> Geschäftsführer: Lukas Grunwald, Dr. Jan-Oliver Wagner 
> ___
> Openvas-discuss mailing list
> Openvas-discuss@wald.intevation.org 
> <mailto:Openvas-discuss@wald.intevation.org>
> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss 
> <https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss>
> 
> 
> -
> No virus found in this message.
> Checked by AVG - www.avg.com <http://www.avg.com/>
> Version: 2016.0.7752 / Virus Database: 4649/12924 - Release Date: 09/01/16
> 
> ___
> Openvas-discuss mailing list
> Openvas-discuss@wald.intevation.org 
> <mailto:Openvas-discuss@wald.intevation.org>
> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss 
> <https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss>
>  
> No virus found in this message.
> Checked by AVG - www.avg.com <http://www.avg.com/>
> Version: 2016.0.7752 / Virus Database: 4649/12924 - Release Date: 09/01/16
> ___
> Openvas-discuss mailing list
> Openvas-discuss@wald.intevation.org 
> <mailto:Openvas-discuss@wald.intevation.org>
> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss 
> <https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss>
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] Error Message

2016-09-01 Thread Παναγιώτης Λεόντιος
Thanx for considering:

 



 

Panos

 

From: eero.t.voloti...@gmail.com [mailto:eero.t.voloti...@gmail.com] On Behalf 
Of Eero Volotinen
Sent: Thursday, September 01, 2016 4:25 PM
To: Παναγιώτης Λεόντιος
Cc: Christian Fischer; openvas-discuss@wald.intevation.org
Subject: Re: [Openvas-discuss] Error Message

 

what is output of following commands:

 

ps aux | grep -i openvas

 

Eero

 

2016-09-01 16:15 GMT+03:00 Παναγιώτης Λεόντιος <leonti...@ath.forthnet.gr>:

Dear Christian,

Unfortunately, there was no difference after running all the commands in 
"http://plugins.openvas.org/ova_503.txt;

A couple of remarks though if I may:
1. the uid produced by "openvasmd --get-scanners" is the same with the one in 
the text.
2. after updating scanner and keys, I get the msg: "md main:WARNING 
:1174:2016-09-01 13h02.49 utc : main: internal error"
(*) please note that my laptop's time at the time was 3 hours ahead 
(16h02.49)

Thank you for your time, anyway.

Panos

-Original Message-
From: Παναγιώτης Λεόντιος [mailto:leonti...@ath.forthnet.gr]
Sent: Thursday, September 01, 2016 3:00 PM
To: 'Christian Fischer'; 'openvas-discuss@wald.intevation.org'
Subject: RE: [Openvas-discuss] Error Message

Dear Christian, thank you so much for your response.
I'll try your suggestion right away.

Regards,
Panos

-Original Message-
From: Openvas-discuss [mailto:openvas-discuss-boun...@wald.intevation.org] On 
Behalf Of Christian Fischer
Sent: Thursday, September 01, 2016 2:38 PM
To: openvas-discuss@wald.intevation.org
Subject: Re: [Openvas-discuss] Error Message

Hi,

On 09/01/2016 08:02 AM, Παναγιώτης Λεόντιος wrote:
> 503
>
> Status message:
>
> Service temporarily down

have a look at the following steps which could fix this issue:

http://plugins.openvas.org/ova_503.txt

--

Christian Fischer | Greenbone Networks GmbH | http://greenbone.net Neuer Graben 
17, 49074 Osnabrück, Germany | AG Osnabrück, HR B 202460
Geschäftsführer: Lukas Grunwald, Dr. Jan-Oliver Wagner 
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss




-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2016.0.7752 / Virus Database: 4649/12924 - Release Date: 09/01/16

___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

 

No virus found in this message.
Checked by AVG - www.avg.com
Version: 2016.0.7752 / Virus Database: 4649/12924 - Release Date: 09/01/16

___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] Error Message

2016-09-01 Thread Eero Volotinen
what is output of following commands:

ps aux | grep -i openvas

Eero

2016-09-01 16:15 GMT+03:00 Παναγιώτης Λεόντιος <leonti...@ath.forthnet.gr>:

> Dear Christian,
>
> Unfortunately, there was no difference after running all the commands in "
> http://plugins.openvas.org/ova_503.txt;
>
> A couple of remarks though if I may:
> 1. the uid produced by "openvasmd --get-scanners" is the same with the one
> in the text.
> 2. after updating scanner and keys, I get the msg: "md main:WARNING
> :1174:2016-09-01 13h02.49 utc : main: internal error"
> (*) please note that my laptop's time at the time was 3 hours ahead
> (16h02.49)
>
> Thank you for your time, anyway.
>
> Panos
>
> -Original Message-
> From: Παναγιώτης Λεόντιος [mailto:leonti...@ath.forthnet.gr]
> Sent: Thursday, September 01, 2016 3:00 PM
> To: 'Christian Fischer'; 'openvas-discuss@wald.intevation.org'
> Subject: RE: [Openvas-discuss] Error Message
>
> Dear Christian, thank you so much for your response.
> I'll try your suggestion right away.
>
> Regards,
> Panos
>
> -Original Message-
> From: Openvas-discuss [mailto:openvas-discuss-boun...@wald.intevation.org]
> On Behalf Of Christian Fischer
> Sent: Thursday, September 01, 2016 2:38 PM
> To: openvas-discuss@wald.intevation.org
> Subject: Re: [Openvas-discuss] Error Message
>
> Hi,
>
> On 09/01/2016 08:02 AM, Παναγιώτης Λεόντιος wrote:
> > 503
> >
> > Status message:
> >
> > Service temporarily down
>
> have a look at the following steps which could fix this issue:
>
> http://plugins.openvas.org/ova_503.txt
>
> --
>
> Christian Fischer | Greenbone Networks GmbH | http://greenbone.net Neuer
> Graben 17, 49074 Osnabrück, Germany | AG Osnabrück, HR B 202460
> Geschäftsführer: Lukas Grunwald, Dr. Jan-Oliver Wagner
> ___
> Openvas-discuss mailing list
> Openvas-discuss@wald.intevation.org
> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
>
>
>
> -
> No virus found in this message.
> Checked by AVG - www.avg.com
> Version: 2016.0.7752 / Virus Database: 4649/12924 - Release Date: 09/01/16
>
> ___
> Openvas-discuss mailing list
> Openvas-discuss@wald.intevation.org
> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
>
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] Error Message

2016-09-01 Thread Παναγιώτης Λεόντιος
Dear Christian,

Unfortunately, there was no difference after running all the commands in 
"http://plugins.openvas.org/ova_503.txt;

A couple of remarks though if I may:
1. the uid produced by "openvasmd --get-scanners" is the same with the one in 
the text.
2. after updating scanner and keys, I get the msg: "md main:WARNING 
:1174:2016-09-01 13h02.49 utc : main: internal error"
(*) please note that my laptop's time at the time was 3 hours ahead 
(16h02.49) 

Thank you for your time, anyway.

Panos

-Original Message-
From: Παναγιώτης Λεόντιος [mailto:leonti...@ath.forthnet.gr] 
Sent: Thursday, September 01, 2016 3:00 PM
To: 'Christian Fischer'; 'openvas-discuss@wald.intevation.org'
Subject: RE: [Openvas-discuss] Error Message

Dear Christian, thank you so much for your response.
I'll try your suggestion right away. 

Regards,
Panos

-Original Message-
From: Openvas-discuss [mailto:openvas-discuss-boun...@wald.intevation.org] On 
Behalf Of Christian Fischer
Sent: Thursday, September 01, 2016 2:38 PM
To: openvas-discuss@wald.intevation.org
Subject: Re: [Openvas-discuss] Error Message

Hi,

On 09/01/2016 08:02 AM, Παναγιώτης Λεόντιος wrote:
> 503
>
> Status message:
>
> Service temporarily down

have a look at the following steps which could fix this issue:

http://plugins.openvas.org/ova_503.txt

-- 

Christian Fischer | Greenbone Networks GmbH | http://greenbone.net Neuer Graben 
17, 49074 Osnabrück, Germany | AG Osnabrück, HR B 202460
Geschäftsführer: Lukas Grunwald, Dr. Jan-Oliver Wagner 
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss



-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2016.0.7752 / Virus Database: 4649/12924 - Release Date: 09/01/16

___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] Error Message

2016-09-01 Thread Παναγιώτης Λεόντιος
Dear Christian, thank you so much for your response.
I'll try your suggestion right away. 

Regards,
Panos

-Original Message-
From: Openvas-discuss [mailto:openvas-discuss-boun...@wald.intevation.org] On 
Behalf Of Christian Fischer
Sent: Thursday, September 01, 2016 2:38 PM
To: openvas-discuss@wald.intevation.org
Subject: Re: [Openvas-discuss] Error Message

Hi,

On 09/01/2016 08:02 AM, Παναγιώτης Λεόντιος wrote:
> 503
>
> Status message:
>
> Service temporarily down

have a look at the following steps which could fix this issue:

http://plugins.openvas.org/ova_503.txt

-- 

Christian Fischer | Greenbone Networks GmbH | http://greenbone.net Neuer Graben 
17, 49074 Osnabrück, Germany | AG Osnabrück, HR B 202460
Geschäftsführer: Lukas Grunwald, Dr. Jan-Oliver Wagner 
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss



-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2016.0.7752 / Virus Database: 4649/12924 - Release Date: 09/01/16

___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] Error Message

2016-09-01 Thread Christian Fischer
Hi,

On 09/01/2016 08:02 AM, Παναγιώτης Λεόντιος wrote:
> 503
>
> Status message:
>
> Service temporarily down

have a look at the following steps which could fix this issue:

http://plugins.openvas.org/ova_503.txt

-- 

Christian Fischer | Greenbone Networks GmbH | http://greenbone.net
Neuer Graben 17, 49074 Osnabrück, Germany | AG Osnabrück, HR B 202460
Geschäftsführer: Lukas Grunwald, Dr. Jan-Oliver Wagner
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

[Openvas-discuss] Error Message

2016-09-01 Thread Παναγιώτης Λεόντιος
Hello everyone.

 

I get the below error message when in Greenbone Security Assistant when
trying to scan an IP:

 


Operation:

Start Task


Status code:

503


Status message:

Service temporarily down

 

Also, the screenshot shown below:

 



 

Does anyone know what am I doing wrong?

 

Thanx in advance,

 

Panos

 

___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss