This is my output from running the ./validate.php:
====================================
Component | Version |
---|---|
LibreNMS | 1.36-86-g6dcdd89dd |
DB Schema | ? |
PHP | 7.1.11-0ubuntu0.17.10.1 |
MySQL | ? |
RRDTool | 1.6.0 |
SNMP | NET-SNMP 5.7.3 |
==================================== |
[FAIL] Error connecting to your database. Access denied for user ‘USERNAME’@‘localhost’ (using password: YES)
—> not too sure how to fix this as I have followed the steps per document:
Home - LibreNMS Docs
under: DB Server
Configure MySQL
=====================================================================
[FAIL] You have no timezone set for php.
[FIX] PHP: Runtime Configuration - Manual
—> I have edited my php,ini files per the above document (however my version of php is 7.1 as it was installed with my distro)
=====================================================================
[WARN] Could not check poller/discovery, db is not connected.
sh: 1: 1: not found
sh: 1: 1: not found
—> it’s a warning probably nothing to be concerned about until after installed???
=====================================================================
[FAIL] fping could not be executed. fping must have CAP_NET_RAW capability (getcap) or suid. Selinux exlusions may be required.
(sh: 1: 1: not found)
[FAIL] fping should have CAP_NET_RAW!
[FIX] setcap cap_net_raw+ep 1
[FAIL] fping6 could not be executed. fping6 must have CAP_NET_RAW capability (getcap) or suid. Selinux exlusions may be required.
(sh: 1: 1: not found)
[FAIL] fping6 should have CAP_NET_RAW!
[FIX] setcap cap_net_raw+ep 1
[FAIL] You need to run this script as root or librenms
per my distro I have installed ‘fping’ not ‘fping6’. I have copied another file of fping to fping6 in the ‘user/bin’ folder giving it the same attributes and permissions per the website:
nothing seems to work.
thank you
russell