Am 09.10.18 um 09:41 schrieb Christian Fischer:
> On 04.10.2018 03:03, Joe Cummings wrote:
>> I'm new to openvas and just performed an install.  My redis-openvas
>> directory appears to be missing, along with my redis-server.sock file.  So,
>> I can not start my redis-server.
> 
> as this is an issue / setup problem with redis-server which is mostly
> unrelated on OpenVAS/GVM and highly depends on your used Linux
> distribution i would suggest to either get in touch with the redis
> support community [1] or with a support forums related to your Linux
> distribution on how to follow / configure the suggestions provided by
> the openvas-check-setup script:

on Fedora it whines about "/tmp/redis.sock" and i don't get why
distributions don't manage to compile all the client / server stuff with
the same default options as it's done fro mysqld/mariadb for decades

anyways, it's really trivial to change the socket path given that you
should run OpenVAS on a dedicated machine / vm and so redis has only one
consumer

[root@openvas:~]$ cat /etc/redis.conf | grep unixsocket
unixsocket /tmp/redis.sock
unixsocketperm 0777

>> ERROR: redis-server is not running or not listening on socket:
> /var/run/redis-openvas/redis-server.sock
>> FIX: You should start the redis-server or configure it to listen on
> socket: /var/run/redis-openvas/redis-server.
> 
> [1] https://redis.io/community
_______________________________________________
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to