Hi folks, i have 3 running opnsense installations. i upgraded all of the from last 23.X to 24.1_1. 2 of them starts normally when issuing a rebbot, but one of them after the reboot dows not start the WebGui. i must login to ssh and select options 11 to restart all services to restore normail behaviour.
anyone has the same issue? anyone knows a fix for this?
Bests
I might have a similar issue. on 24.1_1 and Dashboard is not working.
It appears the whole web gui does not work. But if I go to Lobby--License page first, then I can go to the rest of the web GUI. If i go back to Dashbaord then it will not load.
I assume i have a bad widget that became obsolete in version 24. Just not sure how to fix that yet.
Update on Web GUI not working:
Looks like everything was broken.
1.System would log start on Lobby--Dashboard Page
2. Could not go to any Menu Pages like Reporting or System or Firewall Etc....
3. Open Lobby--License, Then Menu pages will load like Reporting, System, Firewall Etc
4. Open System--Firmware--Plugins
5. I had a Orphaned Plugin os-dyndns, I deleted that
6. Dashboard Loads Normal now
Quote from: jdrake4 on February 04, 2024, 07:38:34 PM
Update on Web GUI not working:
Looks like everything was broken.
1.System would log start on Lobby--Dashboard Page
2. Could not go to any Menu Pages like Reporting or System or Firewall Etc....
3. Open Lobby--License, Then Menu pages will load like Reporting, System, Firewall Etc
4. Open System--Firmware--Plugins
5. I had a Orphaned Plugin os-dyndns, I deleted that
6. Dashboard Loads Normal now
Thank you, I had the same issue. Old plugin "os-dyndns" was still installed, but not active. This interfered with webui...
Same problem and this fixed it for me. Too bad the old plug in is dead because I don't have a solution for GoDaddy DNS for Dynamic DNS.
I'm having the same issue. Web interface works fine after I do that, but won't load properly on boot.
Maybe this is issue on reboot?
https://forum.opnsense.org/index.php?topic=38593.msg188923#msg188923
Same problem here. My WebUI is not responding. Might be also the os-dyndns plugin here.
Reloading the services over the console does not help.
How to fix this issue ?
Edit: Second sentence of post #2 solved the GUI problem for me. I missed that part while reading this topic on my mobile. Sorry.
Uninstalled the plugin and everything is working here again. Thanks.
Same. Deleted os-dyndns and webgui functional again. Thanks for sharing.
Hi
I encountered this problem earlier toay - with just the top & left side of the Webgui page visible. I looked at the page source and at the end, there was a crash report indicting dyn_dns widget.
Fatal error: Uncaught Error: Failed opening required 'plugins.inc.d/dyndns.inc' (include_path='/usr/local/etc/inc:/usr/local/www:/usr/local/opnsense/mvc:/usr/local/opnsense/contrib:/usr/local/share/pear:/usr/local/share') in /usr/local/www/widgets/widgets/dyn_dns_status.widget.php:34
Stack trace:
#0 /usr/local/www/index.php(413): include()
#1 {main}
thrown in /usr/local/www/widgets/widgets/dyn_dns_status.widget.php on line 34
So (in a terminal window) I removed:
rm /usr/local/www/widgets/widgets/dyn_dns_status.widget.php
and
rm /usr/local/www/widgets/include/dyn_dns_status.inc
and then refreshed the page. Having got the webgui back again, I was able to go & finish the cleanup in SYTEM : FIRMWARE...
HTH someone.
Pity I hadn't found this page earlier - I could have prevented the problem >:(
PeterF
I found a solution for this problem,
In my config the Public Server in HaProxy listened to 0.0.0.0:443 and 0.0.0.0:80 after a reboot the webgui went down within 5 munites.
In the old situation before the upgrade to 24.1 this works perfectly.
After changing the listen adres in HA-Proxy to its outsite ip the problem is gone.
Cheers.