RRDcached issue timing out

Hi guys,

I am getting this issue now on my rrdcached and I have checked all the other topics related to it, however, the problem still.

My rrdcached application is on a different directory “/opt/rrdtool-1.5.5”. But I have configured all the paths correctly on the config.php.

I also have created a symbolic link on “/usr/bin/rrdtool” and “/usr/bin/rrdcached”.

● rrdcached.service - Data caching daemon for rrdtool
Loaded: loaded (/etc/systemd/system/rrdcached.service; enabled; vendor preset: disabled)
Active: failed (Result: timeout) since Tue 2019-10-01 11:32:26 IST; 3min 32s ago
Process: 25956 ExecStart=/opt/rrdtool-1.5.5/bin/rrdcached -w 1800 -z 1800 -f 3600 -s librenms -U librenms -G librenms -B -R -j /var/tmp -l unix:/run/rrdcached.sock -t 4 -F -b /storage/librenms/rrd/ (code=exited, status=0/SUCCESS)
Main PID: 19984 (code=exited, status=0/SUCCESS)

Oct 01 11:31:52 librenms rrdcached[25962]: caught SIGTERM
Oct 01 11:31:52 librenms rrdcached[25962]: signal_receiver: Signal 18 was received from process 1.
Oct 01 11:31:52 librenms rrdcached[25962]: starting shutdown
Oct 01 11:32:26 librenms rrdcached[25962]: clean shutdown; all RRDs flushed
Oct 01 11:32:26 librenms rrdcached[25962]: removing journals
Oct 01 11:32:26 librenms rrdcached[25962]: removing old journal /var/tmp/rrd.journal.1569925822.527307
Oct 01 11:32:26 librenms rrdcached[25962]: goodbye
Oct 01 11:32:26 librenms systemd[1]: Failed to start Data caching daemon for rrdtool.
Oct 01 11:32:26 librenms systemd[1]: Unit rrdcached.service entered failed state.
Oct 01 11:32:26 librenms systemd[1]: rrdcached.service failed.

This is an image of my graphs and the rrd command below:

On the rrdcached you can find that the connection is refused and after searching about this I discovered it could be about the permissions on the rrd files directory. However, I have double-checked and they are all fine as librenms:librenms permission.

./daily - ok
./validation - ok

Any idea about this?

I need help!