Dear Team,
I will try to install redis with redistimeseries in ubuntu 20.04
But redis not working , Please find the below error , Need your help
redis.service - Redis Service Loaded: loaded (/etc/systemd/system/redis.service; enabled; vendor preset: enabled) Active: failed (Result: core-dump) since Thu 2022-05-12 04:38:56 EDT; 26min ago Process: 173540 ExecStart=/usr/local/bin/redis-server /etc/redis/redis.conf (code=dumped, signal=SEGV) Main PID: 173540 (code=dumped, signal=SEGV)
May 12 04:38:56 borgconnectserver systemd[1]: redis.service: Scheduled restart job, restart counter is at 5. May 12 04:38:56 borgconnectserver systemd[1]: Stopped Redis Service. May 12 04:38:56 borgconnectserver systemd[1]: redis.service: Start request repeated too quickly. May 12 04:38:56 borgconnectserver systemd[1]: redis.service: Failed with result 'core-dump'. May 12 04:38:56 borgconnectserver systemd[1]: Failed to start Redis Service
Comment From: oranagra
@karthikeyan951213 you'll probably need to report this in https://github.com/RedisTimeSeries/RedisTimeSeries (not here).
but so far, there's no useful information here. you'll probably need to specify how you installed / compiled or where you downloaded what you're using (and which version). and also post some logs (none of the prints you showed here are printed by redis, so there's nothing to work with). you'll either need to find redis's log file, or enable it in the config file so we'll see some crash report logged there.
Comment From: karthikeyan951213
Need one help
Redis why show the error for "code=dumped, signal=SEGV"
Comment From: oranagra
try to edit /etc/redis/redis.conf and set the logfile line, or check what's in the file that's already pointed by it.
Comment From: karthikeyan951213
Please fine the below error log .
------ MODULES INFO OUTPUT ------
------ FAST MEMORY TEST ------ *** Preparing to test memory region 5568886c6000 (2277376 bytes) *** Preparing to test memory region 55688a084000 (282624 bytes) *** Preparing to test memory region 7f92175a2000 (16384 bytes) *** Preparing to test memory region 7f9217785000 (12288 bytes) *** Preparing to test memory region 7f9217a00000 (8388608 bytes) *** Preparing to test memory region 7f921838f000 (28672 bytes) *** Preparing to test memory region 7f9218584000 (16384 bytes) *** Preparing to test memory region 7f92185a7000 (16384 bytes) *** Preparing to test memory region 7f9218700000 (8192 bytes) *** Preparing to test memory region 7f9218744000 (4096 bytes) .O.O.O.O.O.O.O.O.O.O Fast memory test PASSED, however your memory can still be broken. Please run a memory test for several hours if possible.
=== REDIS BUG REPORT END. Make sure to include from START to END. ===
Please report the crash by opening an issue on github:
http://github.com/redis/redis/issues
Suspect RAM error? Use redis-server --test-memory to verify it
Note : I will run the redis-server --test-memory also but till issue there ? please given to fix
Comment From: oranagra
you posted only the very end of the crash log. the useful information isn't here (look for BUG REPORT START).
but then, you'll probably wanna report it in the time series repository as i suggested in my first comment.
Comment From: karthikeyan951213
Ok ok cool thanks for support .