From de5d9c9b477eea29595d360aea0e95000a241d50 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Thu, 18 May 2023 10:01:39 +0000 Subject: [PATCH] Core Update 175: Merely reload firewall engine, instead of restart it MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The latter will not work until a reboot due to the Core Update featuring a new kernel, and will instead result in the following error: modprobe: FATAL: Module nf_log_ipv4 not found in directory /lib/modules/6.1.27-ipfire Signed-off-by: Peter Müller --- config/rootfiles/core/175/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/core/175/update.sh b/config/rootfiles/core/175/update.sh index eec37b5e49..83303a1c3d 100644 --- a/config/rootfiles/core/175/update.sh +++ b/config/rootfiles/core/175/update.sh @@ -137,8 +137,8 @@ chmod -v 644 /var/log/pakfire.log # Apply local configuration to sshd_config /usr/local/bin/sshctrl -# Restart firewall to fix #13088 as fast as possible -/etc/rc.d/init.d/firewall restart +# Reload firewall to fix #13088 as fast as possible +/etc/rc.d/init.d/firewall reload # Start services if grep -q "ENABLE_IDS=on" /var/ipfire/suricata/settings; then -- 2.39.5