Guest User

Untitled

a guest
Oct 1st, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. bash-5.0# ./validate.php
  2. ====================================
  3. Component | Version
  4. --------- | -------
  5. LibreNMS | 1.53.1
  6. DB Schema | 2019_05_30_225937_device_groups_rewrite (135)
  7. PHP | 7.3.7
  8. MySQL | 10.2.25-MariaDB-1:10.2.25+maria~bionic
  9. RRDTool | 1.7.2
  10. SNMP | NET-SNMP 5.8
  11. ====================================
  12.  
  13. [OK] Composer Version: 1.9.0
  14. [OK] Dependencies up-to-date.
  15. [OK] Database connection successful
  16. [OK] Database schema correct
  17. [WARN] IPv6 is disabled on your server, you will not be able to add IPv6 devices.
  18. [WARN] Your install is over 24 hours out of date, last update: Tue, 02 Jul 2019 12:11:58 +0000
  19. [FIX]:
  20. Make sure your daily.sh cron is running and run ./daily.sh by hand to see if there are any errors.
  21. [WARN] Your local git branch is not master, this will prevent automatic updates.
  22. [FIX]:
  23. You can switch back to master with git checkout master
  24. [WARN] Your local git contains modified files, this could prevent automatic updates.
  25. [FIX]:
  26. You can fix this with ./scripts/github-remove
  27. Modified Files:
  28. snmp-scan.py
  29. [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.
  30. [FIX]:
  31. sudo chown -R librenms:librenms /opt/librenms
  32. sudo setfacl -d -m g::rwx /data/rrd /data/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/
  33. sudo chmod -R ug=rwX /data/rrd /data/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/
  34. Files:
  35. /opt/librenms/composer.phar
Advertisement
Add Comment
Please, Sign In to add comment