>I don't think that openvas 8 works on centos 6 due to too old libraries. try compiling under centos 7.1

>

>Eero

Eero - Noted, If I can't resolve the issue I'll look into using Cent OS 7.1, but since that would be a "one off" (different OS ver. than all other servers) I'd like to save that as a last resort.


>Redis is running?
>(https://svn.wald.intevation.org/svn/openvas/trunk/openvas-scanner/doc/redis_config.txt)

I believe I have the proper config:

# sed -i -e 's/database 16/database 310/' \

  -e 's/maxclients 128/maxclients 512/' \

  -e 's/unixsocketperm 755/unixsocketperm 700/' \

  -e '/port 6379/s/6379/0/' \

  -e '/unixsocket/s/# //' \

  -e '/maxclients/s/# //' /etc/redis.conf


And it's running:

# service redis start

Starting redis-server"                       [  OK  ]

# redis-cli -s /tmp/redis.sock PING

PONG


>
>SELinux is disabled?
>

SELinux is Disabled

# sestatus

SELinux status:           disabled


>Micha


Micha -


Using the "MONITOR" command I watched the database as I started up openvassd for the first time and saw the following:

# redis-cli -s /tmp/redis.sock MONITOR

OK

1434370007.156594 "MONITOR"

1434372170.759148 "CONFIG" "GET" "databases"

1434372170.759366 "SELECT" "500"

1434372170.759488 (db 250) "SELECT" "250"

1434372170.759639 (db 250) “SELECT” “375”

1434372170.759762 (db 250) “SELECT” “313”

1434372170.759881 (db 282) “SELECT” “282”

1434372170.759996 (db 298) “SELECT” “298”

1434372170.760169 (db 306) “SELECT” “306”

1434372170.760289 (db 306) “SELECT” “310”

1434372170.760406 (db 308) “SELECT” “308”

1434372170.760520 (db 309) “SELECT” “309”

1434372170.760649 "SELECT" "0"

1434372170.760810 "HSETNX" "OpenVAS.__GlobalDBIndex" "1" "1"

1434372170.760937 (db 1) "SELECT" "1"

1434372170.761120 (db 1) "PING"

1434372171.008263 (db 1) "FLUSHALL"

1434372171.009138 (db 1) "FLUSHDB"

1434372171.009266 "SELECT" "0"

1434372171.009393 "HDEL" "OpenVAS.__GlobalDBIndex" "1"


I've checked "keys *" when a scan is going on and I get "OpenVAS.__GlobalDBIndex" (and I can select that and do another "keys *' and get back entries...).  It doesn't look like its creating more than 30 "tables/Indexes" so I don't think I'm going over any limit.


However the root issue remains, I don't get any reports (or more accurately, the reports are empty):

# omp -u admin -i -X "<get_reports report_id='$r_id' format_id='$f_id'/>"

   <get_reports_response status_text="OK" status="200">

     <report id="8c4cb181-2bf3-4d6d-9904-4a501751d6ff" format_id="a3810a62-1f62-1le1-9219-406186ea4fc5" extension="txt" type="scan" content_type="text/plain">

...

       <report_format id="a3810a62-1f62-1le1-9219-406186ea4fc5">

         <name>TXT</name>

       </report_format>

     </report>

     <filters id="">

       <term>first=1 rows=-1 sort=name</term>

       <keywords>

         <keyword>

           <column>first</column>

           <relation>=</relation>

           <value>1</value>

         </keyword>

         <keyword>

           <column>rows</column>

           <relation>=</relation>

           <value>-1</value>

         </keyword>

         <keyword>

           <column>sort</column>

           <relation>=</relation>

           <value>name</value>

         </keyword>

       </keywords>

     </filters>

     <sort>

       <field>name

         <order>ascending</order>

       </field>

     </sort>

     <reports max="-1" start="1"></reports>

     <report_count>1

       <filtered>1</filtered>

       <page>1</page>

     </report_count>

   </get_reports_response>



Any other ideas?

On June 13, 2015 at 3:10 AM Michael Meyer <[email protected]> wrote:


*** Brian Thompson wrote:

> during the install process, as soon as I run "openvasmd --rebuild" i
> get "Client not present" in openvassd.messages log.

Don't worry about this. It's not an error.

> Authentication configuration not found" error written to the

It's just an info. Ignore it if you don't want to use LDAP for the login.

> I continue on, everything looks good but none of my scans return
> results (they do appear to process, I just don't get any results).

Redis is running?
(https://svn.wald.intevation.org/svn/openvas/trunk/openvas-scanner/doc/redis_config.txt)

SELinux is disabled?

Micha

--
Michael Meyer OpenPGP Key: 0xAF069E9152A6EFA6
http://www.greenbone.net/
Greenbone Networks GmbH, Neuer Graben 17, 49074 Osnabrück | AG
Osnabrück, HR B 202460
Geschäftsführer: 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

Reply via email to