Thanks Eero!

 

Should I run both

systemctl restart redis.service   -and-

systemctl restart redis-sentinel.service?

 

Do these have to be run each time I restart?

 

Should I change the settings in redis.conf back?  (Comment back out  unixsocket 
/tmp/redis.sock and unixsocketperm 700 or leave them the say way as shown in 
http://lists.wald.intevation.org/pipermail/openvas-devel/2014-April/003380.html?

 

The next issue is:

 

        ERROR: OpenVAS Manager is NOT running!

        FIX: Start OpenVAS Manager (openvasmd).

 

However:

ps -aux | grep openvasmd 

root       1368  0.0  3.6 247968 68176 ?        SL   00:11   0:00 openvasmd

 

So it is running, right?

 

paul

 

From: [email protected] [mailto:[email protected]] On Behalf 
Of Eero Volotinen
Sent: Wednesday, September 09, 2015 12:29 AM
To: Paul J <[email protected]>
Cc: [email protected]
Subject: Re: [Openvas-discuss] FIX: You should start the redis-server or 
configure it to listen on socket: /tmp/redis.sock

 

You need to manually configure redis correctly and restart service with command 
like systemctl restart redis.service (you can get service name from command 
systemctl list-unit-files |grep redis)

 

I think this was already fixed in atomic repo, but looks like is not fixed yet.

 

--

Eero

 

2015-09-09 10:25 GMT+03:00 Paul J <[email protected] <mailto:[email protected]> >:

Trying to install OpenVAS on CentOS, installation looks good, except when I run:

 

openvas-check-setup

 

I get:

 

        OK: redis-server is present in version v=2.8.21.

        OK: scanner (kb_location setting) is configured properly using the 
redis-server socket: /tmp/redis.sock

        ERROR: redis-server is not running or not listening on socket: 
/tmp/redis.sock

        FIX: You should start the redis-server or configure it to listen on 
socket: /tmp/redis.sock

ERROR: Your OpenVAS-8 installation is not yet complete!

Please follow the instructions marked with FIX above and run this script again.

 

 

I’m using the redis.conf settings from here:

http://lists.wald.intevation.org/pipermail/openvas-devel/2014-April/003380.html

 

Which is basically:

 

  port 0

  unixsocket /tmp/redis.sock

  unixsocketperm 700

  timeout 0

 

I don’t see the socket in the filemanager, so it doesn’t look like it has been 
started.

 

And ps -aux | grep redis is blank except for the grep command.

 

Someday I’ll get this working!


_______________________________________________
Openvas-discuss mailing list
[email protected] 
<mailto:[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