Advertisement
Guest User

Untitled

a guest
Mar 30th, 2021
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. ./validate.php
  2. ====================================
  3. Component | Version
  4. --------- | -------
  5. LibreNMS | 21.3.0
  6. DB Schema | No Schema (0)
  7. PHP | 7.4.16
  8. Python | 3.6.8
  9. MySQL | 5.5.68-MariaDB
  10. RRDTool | 1.4.8
  11. SNMP | NET-SNMP 5.7.2
  12. ====================================
  13.  
  14. [OK] Composer Version: 2.0.11
  15. [OK] Dependencies up-to-date.
  16. [OK] Database connection successful
  17. [FAIL] MariaDB version 10.2.2 is the minimum supported version as of March, 2021. We recommend you update MariaDB to a supported version 10.5 suggested). Failure to update MariaDB will eventually cause issues.
  18. [FAIL] Time between this server and the mysql database is off
  19. Mysql time 2021-03-30 17:36:41
  20. PHP time 2021-03-30 15:36:41
  21.  
  22. [FAIL] Your database is out of date!
  23. [FIX]:
  24. ./lnms migrate
  25. [FAIL] You have no timezone set for php.
  26. [FIX]:
  27. https://php.net/manual/en/datetime.configuration.php#ini.date.timezone
  28. [WARN] Global lnms shortcut not installed. lnms command must be run with full path
  29. [FIX]:
  30. sudo ln -s /opt/librenms/lnms /usr/bin/lnms
  31. [WARN] Bash completion not installed. lnms command tab completion unavailable.
  32. [FIX]:
  33. sudo cp /opt/librenms/misc/lnms-completion.bash /etc/bash_completion.d/
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement