Advertisement
Guest User

Validate

a guest
Oct 3rd, 2018
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1. root@LNMS-SERVER:/opt/librenms# ./validate.php
  2.  
  3.  
  4. [Composer\Downloader\TransportException]
  5. The "https://getcomposer.org/versions" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:
  6. error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
  7. Failed to enable crypto
  8. failed to open stream: operation failed
  9.  
  10.  
  11. self-update [-r|--rollback] [--clean-backups] [--no-progress] [--update-keys] [--stable] [--preview] [--snapshot] [--set-channel-only] [--] [<version>]
  12.  
  13.  
  14.  
  15. [Composer\Downloader\TransportException]
  16. The "https://getcomposer.org/versions" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:
  17. error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
  18. Failed to enable crypto
  19. failed to open stream: operation failed
  20.  
  21.  
  22. self-update [-r|--rollback] [--clean-backups] [--no-progress] [--update-keys] [--stable] [--preview] [--snapshot] [--set-channel-only] [--] [<version>]
  23.  
  24.  
  25.  
  26. [Composer\Downloader\TransportException]
  27. The "https://getcomposer.org/versions" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:
  28. error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
  29. Failed to enable crypto
  30. failed to open stream: operation failed
  31.  
  32.  
  33. self-update [-r|--rollback] [--clean-backups] [--no-progress] [--update-keys] [--stable] [--preview] [--snapshot] [--set-channel-only] [--] [<version>]
  34.  
  35. ====================================
  36. Component | Version
  37. --------- | -------
  38. LibreNMS | 1.43-40-gaf7539f
  39. DB Schema | 265
  40. PHP | 7.0.28-0ubuntu0.16.04.1
  41. MySQL | 10.0.31-MariaDB-0ubuntu0.16.04.2
  42. RRDTool | 1.5.5
  43. SNMP | NET-SNMP 5.7.3
  44. ====================================
  45.  
  46. [OK] Composer Version: 1.6.5
  47. [OK] Dependencies up-to-date.
  48. [OK] Database connection successful
  49. [FAIL] Database: missing index (alert_device_map/alert_device_map_rule_id_device_id_uindex)
  50. [FAIL] We have detected that your database schema may be wrong, please report the following to us on IRC or the community site (https://t.libren.ms/5gscd):
  51. [FIX] Run the following SQL statements to fix.
  52. SQL Statements:
  53. ALTER TABLE `alert_device_map` ADD UNIQUE `alert_device_map_rule_id_device_id_uindex` (`rule_id`,`device_id`);
  54. [WARN] IPv6 is disabled on your server, you will not be able to add IPv6 devices.
  55. [WARN] Your install is over 24 hours out of date, last update: Mon, 10 Sep 2018 14:16:32 +0000
  56. [FIX] Make sure your daily.sh cron is running and run ./daily.sh by hand to see if there are any errors.
  57. [WARN] Your local git contains modified files, this could prevent automatic updates.
  58. [FIX] You can fix this with ./scripts/github-remove
  59. Modified Files:
  60. includes/functions.php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement