Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
16.7 Legacy Series
»
Roll back to 192 from 276
« previous
next »
Print
Pages: [
1
]
Author
Topic: Roll back to 192 from 276 (Read 5903 times)
pricklydevil
Newbie
Posts: 18
Karma: 1
Roll back to 192 from 276
«
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
Logged
franco
Administrator
Hero Member
Posts: 17656
Karma: 1610
Re: Roll back to 192 from 276
«
Reply #1 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
Logged
pricklydevil
Newbie
Posts: 18
Karma: 1
Re: Roll back to 192 from 276
«
Reply #2 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
Logged
franco
Administrator
Hero Member
Posts: 17656
Karma: 1610
Re: Roll back to 192 from 276
«
Reply #3 on:
May 25, 2016, 11:02:44 pm »
Whew, ok. Anytime.
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
16.7 Legacy Series
»
Roll back to 192 from 276