Pfsense 2.7.0 -> 2.7.2 can't start GUI
-
@stephenw10 The saga continues!
So I went to enable the new DHCP server, and... all of a sudden the WWW interface died again!
Went in through ssh, and sure enough,
cat /conf/config.xml | grep "#039"
I get hits on #039s, and the WWW interface is dead.
So I checked a config file I made a few days ago, and there are STILL #039s in it. Uh-oh.
I then scp'd over my old christmas config (2023-12-29). and checked it for #039s, none found.
cat /conf/config-pfSense.housenet-20231229092319.xml | grep "#039"
No hits, good. Then I copied christmas config file to config.xml (original is still in place) and check AGAIN for #039s. None found. Reboot. A-OK, web gui comes up.
SSH back in...
cat /conf/config.xml | grep "#039"
SURE ENOUGH, the #039s are back! Reboot again, and now WWW is dead again!
Something is actively corrupting my config file after the first reboot! (And as a result the www process is failing.)
Is there a way to roll back to 2.7.0 just to double-check that this wasn't happening on that version? Or do I just have to completely re-image it with 2.7.0?
-
You probably need to reinstall. The only way to roll back is using ZFS snapshots but you would have to have manually added one in CE to roll back to.
Can you give us any example config sections where this is happening?
-
@stephenw10 I am seeing this problem also. I just installed and upgraded to 2.7.2. My laptop only pulls up the login page but my desktop works. I am updating my desktop Windows 11 to the latest updates which my laptop has.
-
So one client is able to login and the webgui works as normal? Unlikely to be a config problem then if so.
What does the laptop show after logging in?
-
@stephenw10 On my laptop I get webConfigurator authentication error for user 'admin' on the pfsense console.
-
Like when you are SSH'd to the console?
But the desktop is able to login OK?
You tested different browsers?
It sounds like you might have something auto-filling a bad password perhaps.
-
@stephenw10 I manually typed in the login and password on both. Desktop works and laptop does not. My desktop is now on the same Microsoft's update level. Both PCs are in the same network. I do use a Cisco layer 3 switch but all 3 are in the same network so they should be doing layer 2. I will switch my laptop to a routed network. No difference.
-
Did you test a different browser?
-
@stephenw10 I only use Microsoft edge. If I don't find anything I may try loading one.
-
@stephenw10 I turned on https and now my laptop works.