Redis/Notpng reset

Started by Xames81, December 18, 2018, 02:38:26 PM

Previous topic - Next topic
I have problems with redis, and consequencies notpg plugin, when start firewall in shell say me something about not default parameters and It can't start, how i can reset the plugin because i can't start it.

I try uninstalling and installing again but nothing, how i can change something on shell in console or something like that, i don't know coany mmands over shell.

Thanks.




The logs show that:

ntopng: [Redis.cpp:113] ERROR: to specify a redis server other than the default

How i can resolve?

Can you check if Redis is running on localhost with the correct Port?

how? what are the default values, and where i have to put it on redis plugin?

I am having this same issue.  I tried uninstalling and reinstalling Redis, do not have a password configured but am seeing this in the system logs.

Any suggestions on a fix?

Thanks.

Jan 7 07:43:47   redis[74835]: Internal error in RDB reading function at rdb.c:1666 -> Unexpected EOF reading RDB file
Jan 7 07:43:47   redis[74835]: Short read or OOM loading DB. Unrecoverable error, aborting now.
Jan 7 07:43:47   redis[74835]: Server initialized
Jan 7 07:43:47   redis-server: Configuration loaded
Jan 7 07:43:47   redis-server: Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=74803, just started
Jan 7 07:43:47   redis-server: oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo

I was able to fix my issue by deleting the Redis folder referenced in another forum post.


hello

2nd the motion,
could you please link here or where is the redis directory located?

January 16, 2019, 03:36:22 AM #11 Last Edit: January 16, 2019, 03:38:05 AM by tong2x
in reference to this error, delete to corrupt log file
Jan 7 07:43:47   redis[74835]: Internal error in RDB reading function at rdb.c:1666 -> Unexpected EOF reading RDB file

go to concole #8 "shell"

>> cd /
>> cd /var
>> cd db
>> cd redis
>> lsls
>> rm dump.rdb
(I deleted all rdb)
go back to web UI and run service

We could try to implement a Delete DB Button in UI ..


@mimugmail
a GUI button would be really nice as DB can be reset quickly incase of failure, hope it is integrated in the future