How to Fix Un Respond pfsense Web Gui
Restarting pfsense Web Gui
if you found pfsense web gui become unstable, crash or unresponsive try below code at terminal
[2.0.2-RELEASE][admin@pfsense.localdomain]/root(4): killall -9 php; killall -9 lighttpd; /etc/rc.restart_webgui
Restarting webConfigurator... done.
the code will force to kill crash php, lighttpd and will restart pfsense webgui
Permanent disable acpi
Some odd pc need to disable acpi, or ur pfsense become stuck at boot time
goto console and type code below:
note: that script will create loader.conf.local file. double ">>" mean append..echo "hint.acpi.0.disabled=1" >> /boot/loader.conf.local