Heya,
Quickie. Just done the update to 276 from b_192 and now it would appear that the dashboard has completely broken, displaying nothing. Tried re-adding the widgets, rebooting, restoring a config, restarting the web interface etc but nothing.
Is there a simple way to roll back but also to provide you guys with information on what the problem is/was?
Cheers
D
Hi D,
For best flexibility...
# cd
# pkg install git
# git clone https://github.com/opnsense/core
# cd core
# git checkout 5ad1fa6
And then, depending on your crypto:
# make upgrade FLAVOUR=LibreSSL
or (for default OpenSSL)
# make upgrade
You may have to follow instructions.
If the issue persists, try reloading the GUI using Option 11 from the root menu.
# clog /var/log/system.log
output would be nice, also things that pop into the crash reporter (System: Firmware: Reporter) that you can just send and let us know about this topic so we can trace it.
Try a different browser to confirm that it's not a client/caching issue.
Cheers,
Franco
Thanks Franco. Good knowledge for the future.
Managed to get it working by giving Chrome a kick .. appeared to be having a "moment" during it wanting to upgrade as well as OPNSense.
Thanks for the very quick come back though :)
Whew, ok. Anytime. 8)