I have reviewed this topic in the knowledge base and can’t seem to find an answer to the specific issue I’m having. So here goes
Everything was working great until I updated from ubuntu 18.04 to 20.04, I’ve been have this issue with ./daily.sh failing ever since. Everything else seem to be working just fine.
Output:
./validate.php
su - librenms
$ ./validate.php
Component | Version |
---|---|
LibreNMS | 1.69-1-gbc02ab3f6 |
DB Schema | 2020_07_27_00522_alter_devices_snmp_algo_columns (188) |
PHP | 7.4.12 |
Python | 3.8.5 |
MySQL | 10.3.25-MariaDB-0ubuntu0.20.04.1 |
RRDTool | 1.7.2 |
SNMP | NET-SNMP 5.8 |
OpenSSL |
====================================
[OK] Composer Version: 1.10.17
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[WARN] Your install is over 24 hours out of date, last update: Tue, 03 Nov 2020 01:56:49 +0000
[FIX]:
Make sure your daily.sh cron is running and run ./daily.sh by hand to see if there are any errors.
Output ./daily.sh
$ ./daily.sh
Updating to latest codebase FAIL
fatal: unable to access ‘https://github.com/librenms/librenms.git/’: gnutls_handshake() failed: An unexpected TLS packet was received.
Updating Composer packages OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK
$ curl https://github.com/librenms/librenms.git/
301 Moved Permanently301 Moved Permanently
nginx
It appears the git moved, but I don’t know where update that setting.