lynis icon indicating copy to clipboard operation
lynis copied to clipboard

Redis configuration file not found

Open msvp opened this issue 2 years ago • 1 comments

Describe the bug Redis configuration file not found

Version

Lynis Report

report_version_major=1 report_version_minor=0 report_datetime_start=2022-11-28 09:18:50 auditor=[Not Specified] lynis_version=3.0.8 os=FreeBSD os_name=FreeBSD os_fullname=FreeBSD 13.1-RELEASE-p3 os_version=13.1-RELEASE-p3 os_kernel_version=GENERIC

Expected behavior A clear and concise description of what you expected to happen.

Output redis_server_running=1 exception_event[]=DBS-1882|Found Redis, but no configuration file. Report this if you know where it is located on your system.|

Additional context The Redis Config File where here : /usr/local/etc/redis.conf

Many thanks for your work !

msvp avatar Nov 28 '22 08:11 msvp

@msvp Did you start the redis server with a custom config file path?

xnoguer@ip~$ redis-server --help Usage: ./redis-server [/path/to/redis.conf] [options]

xnoguer avatar May 18 '23 23:05 xnoguer