It looks like my installation of LibreNMS is not updating to the latest version. I ran the daily.sh and the validate.sh and have them pasted below. Please help.
librenms@e071librenms01:~$ ./daily.sh
Updating SQL-Schema OK
Cleaning up DB OK
librenms@e071librenms01:~$ ./validate.php
Component | Version |
---|---|
LibreNMS | 25.6.0-5-g91ad01ffb (2025-06-17T14:02:12+00:00) |
DB Schema | 2025_06_11_173916_drop_alert_rule (344) |
PHP | 8.4.10 |
Python | 3.12.3 |
Database | MariaDB 10.11.13-MariaDB-0ubuntu0.24.04.1 |
RRDTool | 1.7.2 |
SNMP | 5.9.4.pre2 |
=========================================== |
[OK] Composer Version: 2.8.9
[OK] Dependencies up-to-date.
[OK] Database Connected
[OK] Database Schema is current
[OK] SQL Server meets minimum requirements
[OK] lower_case_table_names is enabled
[OK] MySQL engine is optimal
[OK] Database and column collations are correct
[OK] Database schema correct
[OK] MySQL and PHP time match
PHP Error(2): stream_socket_client(): Unable to connect to tcp://127.0.0.1:6379 (Connection refused) from vendor/predis/predis/src/Connection/Resource/StreamFactory.php:209 in /opt/librenms/LibreNMS/Validations/Poller/CheckRedis.php:67
[OK] Active pollers found
[OK] Dispatcher Service not detected
[OK] Locks are functional
[OK] Python poller wrapper is polling
[OK] Redis is unavailable
[OK] rrd_dir is writable
[OK] rrdtool version ok
[WARN] Your install is over 24 hours out of date, last update: Tue, 17 Jun 2025 14:02:12 +0000
[FIX]:
Make sure your daily.sh cron is running and run ./daily.sh by hand to see if there are any errors.
librenms@e071librenms01:~$