$ ./validate.php
===========================================
Component | Version
--------- | -------
LibreNMS | 25.6.0-20-ga1dd554e5 (2025-06-18T19:46:31-04:00)
DB Schema | 2025_06_11_173916_drop_alert_rule (344)
PHP | 8.2.28
Python | 3.9.21
Database | MariaDB 10.5.27-MariaDB
RRDTool | 1.7.2
SNMP | 5.9.1
===========================================
[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
[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
git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
I tried to enable it but the logs are throwing the error of permission denied.
I followed the instructions provided in -
n 20 00:13:19 systemd[1]: Starting LibreNMS: Data caching daemon of rrdtool...
░░ Subject: A start job for unit rrdcached.service has begun execution
░░
░░ A start job for unit rrdcached.service has begun execution.
░░
░░ The job identifier is 327912.
Jun 20 00:13:19 rrdcached[1060729]: Failed to create base directory '/opt/librenms/rrd/': Permission denied
Jun 20 00:13:19 systemd[1]: rrdcached.service: Control process exited, code=exited, status=3/NOTIMPLEMENTED
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ An ExecStart= process belonging to unit rrdcached.service has exited.
░░
░░ The process' exit code is 'exited' and its exit status is 3.
Jun 20 00:13:19 systemd[1]: rrdcached.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ The unit rrdcached.service has entered the 'failed' state with result 'exit-code'.
Jun 20 00:13:19 ns-power.uvm.edu systemd[1]: Failed to start LibreNMS: Data caching daemon of rrdtool.
Ideas on how to clear this error?
Thanks in advance.