Conection refused 127.0.0.1:6379

I updated php yesterday and things have gone amuck.

I get this in the librenms.log

Connection refused [tcp://127.0.0.1:6379] {“exception”:“[object] (Predis\Connection\ConnectionException(code: 111): Connection refused [tcp://127.0.0.1:6379] at /opt/librenms/vendor/predis/predis/src/Connection/AbstractConnection.php:144)”}

Using netstat I can confirm no process is listening on port 6379.

I have searched and found nothing that tells me what is supposed to be running listening to port 6379. I expect it is predis, but I can find no error logs or any information.

ufw is inactive as part of troubleshooting.

apt install redis

problem solved

1 Like