OPNsense Forum

Archive => 16.7 Legacy Series => Topic started by: pricklydevil on May 25, 2016, 09:04:27 pm

Title: Roll back to 192 from 276
Post by: pricklydevil on May 25, 2016, 09:04:27 pm
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
Title: Re: Roll back to 192 from 276
Post by: franco on May 25, 2016, 09:27:02 pm
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
Title: Re: Roll back to 192 from 276
Post by: pricklydevil on May 25, 2016, 10:42:13 pm
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 :)
Title: Re: Roll back to 192 from 276
Post by: franco on May 25, 2016, 11:02:44 pm
Whew, ok. Anytime. 8)