Dont update to latest snap
-
… itvrendered my system useless.
Unexpected ] in interfaces.inc line i dont know -
Happens to me! Lucky me only update the backup one!
-
Offending commit: https://github.com/pfsense/pfsense/commit/44b1c00050fc807db62ef2ba091ffb8882ac70c1
copy&paste is a bitch :D -
Bleh. Had to go to shell and edit /etc/inc/interfaces.inc file manually.
LIne 2514:
!isset($config['interfaces'][$iface]]['enable'])) {
Should be:
!isset($config['interfaces'][$iface]['enable'])) {
Save file and reboot. All is back up.
-
Fixed :)