Re: [Openvas-discuss] number of NVTs in the OpenVAS Manager database is too low

2016-03-01 Thread Eero Volotinen
as I said, update openssl to greatest version and reboot machine or reload
openvas services.

--
Eero

2016-03-02 7:07 GMT+02:00 Pradeep Guddeti :

> Hope below observation might help .
>
> When trace the command as
> "strace openvasmd --rebuild --progress"
>
> I see few errors
> "access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or
> directory)
>
> open("/lib/x86_64-linux-gnu/libresolv.so.2", O_RDONLY|O_CLOEXEC) = 3
>
> read(3,
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320:\0\0\0\0\0\0"..., 832)
> = 832
>
> fstat(3, {st_mode=S_IFREG|0644, st_size=101240, ...}) = 0
>
> mmap(NULL, 2206376, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0)
> = 0x7f1e24728000
>
> mprotect(0x7f1e2473f000, 2097152, PROT_NONE) = 0
>
> mmap(0x7f1e2493f000, 8192, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f1e2493f000
>
> mmap(0x7f1e24941000, 6824, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1e24941000
>
> close(3)= 0
>
> access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or
> directory)
>
> open("/usr/lib/x86_64-linux-gnu/libsasl2.so.2", O_RDONLY|O_CLOEXEC) = 3
> "
>
>
>
> Thanks,
> Pradeep Guddeti
>
>
> On Wed, Mar 2, 2016 at 9:13 AM, Eero Volotinen 
> wrote:
>
>> I think this is related to openssl issue.You nees to upgrade to latest
>> openssl and try again.
>>
>> Eero
>> 2.3.2016 1.11 ap. "Pradeep Guddeti" 
>> kirjoitti:
>>
>>> I am seeing the error as
>>> "Rebuilding NVT cache... failed."
>>>
>>> in "openvasmd.log" log file i see log as
>>> "Failed to shake hands with peer: The signature algorithm is not
>>> supported."
>>>
>>>
>>> Thanks,
>>> Pradeep Guddeti
>>>
>>>
>>> On Tue, Mar 1, 2016 at 3:48 PM, Chris  wrote:
>>>
 > Installation is failing when issuing "openvasmd --rebuild --progress"

 Whats the actual issue you're seeing when running this command? Thats
 currently missing in your post.
 ___
 Openvas-discuss mailing list
 Openvas-discuss@wald.intevation.org

 https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
>>>
>>>
>>>
>>> CONFIDENTIALITY NOTICE: This e-mail, including attachments, is for the sole 
>>> use of the intended recipient(s) and may contain confidential and 
>>> privileged information or otherwise be protected by law. Any unauthorized 
>>> review, use, disclosure or distribution is prohibited. If you are not the 
>>> intended recipient, please contact the sender and destroy all copies and 
>>> the original message.
>>>
>>>
>>> ___
>>> Openvas-discuss mailing list
>>> Openvas-discuss@wald.intevation.org
>>>
>>> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
>>>
>>
>
> CONFIDENTIALITY NOTICE: This e-mail, including attachments, is for the sole 
> use of the intended recipient(s) and may contain confidential and privileged 
> information or otherwise be protected by law. Any unauthorized review, use, 
> disclosure or distribution is prohibited. If you are not the intended 
> recipient, please contact the sender and destroy all copies and the original 
> message.
>
>
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] number of NVTs in the OpenVAS Manager database is too low

2016-03-01 Thread Pradeep Guddeti
Hope below observation might help .

When trace the command as
"strace openvasmd --rebuild --progress"

I see few errors
"access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or
directory)

open("/lib/x86_64-linux-gnu/libresolv.so.2", O_RDONLY|O_CLOEXEC) = 3

read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320:\0\0\0\0\0\0"..., 832)
= 832

fstat(3, {st_mode=S_IFREG|0644, st_size=101240, ...}) = 0

mmap(NULL, 2206376, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7f1e24728000

mprotect(0x7f1e2473f000, 2097152, PROT_NONE) = 0

mmap(0x7f1e2493f000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f1e2493f000

mmap(0x7f1e24941000, 6824, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1e24941000

close(3)= 0

access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or
directory)

open("/usr/lib/x86_64-linux-gnu/libsasl2.so.2", O_RDONLY|O_CLOEXEC) = 3
"



Thanks,
Pradeep Guddeti


On Wed, Mar 2, 2016 at 9:13 AM, Eero Volotinen 
wrote:

> I think this is related to openssl issue.You nees to upgrade to latest
> openssl and try again.
>
> Eero
> 2.3.2016 1.11 ap. "Pradeep Guddeti" 
> kirjoitti:
>
>> I am seeing the error as
>> "Rebuilding NVT cache... failed."
>>
>> in "openvasmd.log" log file i see log as
>> "Failed to shake hands with peer: The signature algorithm is not
>> supported."
>>
>>
>> Thanks,
>> Pradeep Guddeti
>>
>>
>> On Tue, Mar 1, 2016 at 3:48 PM, Chris  wrote:
>>
>>> > Installation is failing when issuing "openvasmd --rebuild --progress"
>>>
>>> Whats the actual issue you're seeing when running this command? Thats
>>> currently missing in your post.
>>> ___
>>> Openvas-discuss mailing list
>>> Openvas-discuss@wald.intevation.org
>>>
>>> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
>>
>>
>>
>> CONFIDENTIALITY NOTICE: This e-mail, including attachments, is for the sole 
>> use of the intended recipient(s) and may contain confidential and privileged 
>> information or otherwise be protected by law. Any unauthorized review, use, 
>> disclosure or distribution is prohibited. If you are not the intended 
>> recipient, please contact the sender and destroy all copies and the original 
>> message.
>>
>>
>> ___
>> Openvas-discuss mailing list
>> Openvas-discuss@wald.intevation.org
>> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
>>
>

-- 


CONFIDENTIALITY NOTICE: This e-mail, including attachments, is for the sole use 
of the intended recipient(s) and may contain confidential and privileged 
information or otherwise be protected by law. Any unauthorized review, use, 
disclosure or distribution is prohibited. If you are not the intended 
recipient, please contact the sender and destroy all copies and the original 
message.

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

Re: [Openvas-discuss] number of NVTs in the OpenVAS Manager database is too low

2016-03-01 Thread Eero Volotinen
I think this is related to openssl issue.You nees to upgrade to latest
openssl and try again.

Eero
2.3.2016 1.11 ap. "Pradeep Guddeti" 
kirjoitti:

> I am seeing the error as
> "Rebuilding NVT cache... failed."
>
> in "openvasmd.log" log file i see log as
> "Failed to shake hands with peer: The signature algorithm is not
> supported."
>
>
> Thanks,
> Pradeep Guddeti
>
>
> On Tue, Mar 1, 2016 at 3:48 PM, Chris  wrote:
>
>> > Installation is failing when issuing "openvasmd --rebuild --progress"
>>
>> Whats the actual issue you're seeing when running this command? Thats
>> currently missing in your post.
>> ___
>> Openvas-discuss mailing list
>> Openvas-discuss@wald.intevation.org
>> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
>
>
>
> CONFIDENTIALITY NOTICE: This e-mail, including attachments, is for the sole 
> use of the intended recipient(s) and may contain confidential and privileged 
> information or otherwise be protected by law. Any unauthorized review, use, 
> disclosure or distribution is prohibited. If you are not the intended 
> recipient, please contact the sender and destroy all copies and the original 
> message.
>
>
> ___
> 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] number of NVTs in the OpenVAS Manager database is too low

2016-03-01 Thread Pradeep Guddeti
I am seeing the error as
"Rebuilding NVT cache... failed."

in "openvasmd.log" log file i see log as
"Failed to shake hands with peer: The signature algorithm is not
supported."


Thanks,
Pradeep Guddeti


On Tue, Mar 1, 2016 at 3:48 PM, Chris  wrote:

> > Installation is failing when issuing "openvasmd --rebuild --progress"
>
> Whats the actual issue you're seeing when running this command? Thats
> currently missing in your post.
> ___
> Openvas-discuss mailing list
> Openvas-discuss@wald.intevation.org
> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

-- 


CONFIDENTIALITY NOTICE: This e-mail, including attachments, is for the sole use 
of the intended recipient(s) and may contain confidential and privileged 
information or otherwise be protected by law. Any unauthorized review, use, 
disclosure or distribution is prohibited. If you are not the intended 
recipient, please contact the sender and destroy all copies and the original 
message.

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

Re: [Openvas-discuss] number of NVTs in the OpenVAS Manager database is too low

2016-03-01 Thread Chris
> Installation is failing when issuing "openvasmd --rebuild --progress"
 
Whats the actual issue you're seeing when running this command? Thats currently 
missing in your post.
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

[Openvas-discuss] number of NVTs in the OpenVAS Manager database is too low

2016-02-29 Thread Pradeep Guddeti
Hi,

 I am installing OpenVAS 8.
Installation is failing when issuing "openvasmd --rebuild --progress"

Attachment contains log file of "openvas-check-setup.log".

Thanks for your help.


Thanks,
Pradeep Guddeti

-- 


CONFIDENTIALITY NOTICE: This e-mail, including attachments, is for the sole use 
of the intended recipient(s) and may contain confidential and privileged 
information or otherwise be protected by law. Any unauthorized review, use, 
disclosure or distribution is prohibited. If you are not the intended 
recipient, please contact the sender and destroy all copies and the original 
message.



openvas-check-setup.log
Description: Binary data
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss