I just upgraded my Librenms VM to Ubuntu 18. I had the database issue I was able to fix, but am unable to reach the WebUI currently, I get this error (in Chrome):
ERR_CONNECTION_REFUSED
Here is ./validate.php:
librenms@librenms:~$ ./validate.php
====================================
Component | Version
--------- | -------
LibreNMS | 1.49-46-gbe58ec3b7
DB Schema | 2019_02_10_220000_add_dates_to_fdb (132)
PHP | 7.2.15-0ubuntu0.18.04.1
MySQL | 10.1.38-MariaDB-0ubuntu0.18.04.1
RRDTool | 1.7.0
SNMP | NET-SNMP 5.7.3
====================================
[OK] Composer Version: 1.8.4
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[FAIL] Discovery has not completed in the last 24 hours.
[FIX]:
Check the cron job to make sure it is running and using discovery-wrapper.py
Run ‘do-release-upgrade’ to update to Ubuntu 18.04.2
After this was completed I ran ‘validate.php’ & ‘daily.sh’ and saw that I had the database issues. Also could not connect tot he WebUI. This is when I posted here about it.