Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bash-5.0# ./validate.php
- ====================================
- Component | Version
- --------- | -------
- LibreNMS | 1.53.1
- DB Schema | 2019_05_30_225937_device_groups_rewrite (135)
- PHP | 7.3.7
- MySQL | 10.2.25-MariaDB-1:10.2.25+maria~bionic
- RRDTool | 1.7.2
- SNMP | NET-SNMP 5.8
- ====================================
- [OK] Composer Version: 1.9.0
- [OK] Dependencies up-to-date.
- [OK] Database connection successful
- [OK] Database schema correct
- [WARN] IPv6 is disabled on your server, you will not be able to add IPv6 devices.
- [WARN] Your install is over 24 hours out of date, last update: Tue, 02 Jul 2019 12:11:58 +0000
- [FIX]:
- Make sure your daily.sh cron is running and run ./daily.sh by hand to see if there are any errors.
- [WARN] Your local git branch is not master, this will prevent automatic updates.
- [FIX]:
- You can switch back to master with git checkout master
- [WARN] Your local git contains modified files, this could prevent automatic updates.
- [FIX]:
- You can fix this with ./scripts/github-remove
- Modified Files:
- snmp-scan.py
- [FAIL] We have found some files that are owned by a different user than librenms, this will stop you updating automatically and / or rrd files being updated causing graphs to fail.
- [FIX]:
- sudo chown -R librenms:librenms /opt/librenms
- sudo setfacl -d -m g::rwx /data/rrd /data/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/
- sudo chmod -R ug=rwX /data/rrd /data/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/
- Files:
- /opt/librenms/composer.phar
Advertisement
Add Comment
Please, Sign In to add comment