From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4d2w9W1qD0z2ys7 for ; Fri, 07 Nov 2025 10:22:39 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4d2w9W1RQDz2xP7 for ; Fri, 07 Nov 2025 10:22:39 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [172.28.1.161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4d2w9T6rqPz3mn for ; Fri, 07 Nov 2025 10:22:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1762510957; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=v0jE8nSBCxMkq4FtuOiA3mx5zWCpMnh13r3lIv8zO8g=; b=eL1zXpbQVJcB/4kDf/wNndI/Dq/7peaV+HD6k9Vh709YYfRLaMYKrrabwkxXD6dDsrsrpf NiGICegZMoTZSzPIp66E5P4cw0uVBsqNujNlOq46k8tviqeQhtQIcAmkzmxTFgWi30G2tW 1CN32NkJ5J9Nt5mDzsaJOrKAZINU/RYaapdkmPTHaF+getSUVUpYgRH2I8D623A12YbqAC MjhrjOurZ3SoApCh0Rx23AA3+xiKthEiBM2eMIOSURaUIf7PIljdzGZ3GKfV6W8h7hrONf vi7QsguR5C4f/+4WpaYw6TMp/66Z5qURYr6zQRFFW8M89QrCpiXIVvfJoPcUXw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1762510957; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=v0jE8nSBCxMkq4FtuOiA3mx5zWCpMnh13r3lIv8zO8g=; b=Q/PvEvHq9Vck3h9bL0Jo36+LVPB+1liwDvorLH2EjB4FmVSAcVAh5sgZkbuKN76g8G0WR8 BhRgbzMxD2j6BMBA== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4d2w9T5Mkyz2xWC; Fri, 07 Nov 2025 10:22:37 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 60551d777c014d15718566a408817e0d5398ab33 X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: 83b3ae2ff83d647cb1ead1e902b4dce123474e4c X-Git-Newrev: 60551d777c014d15718566a408817e0d5398ab33 Message-Id: <4d2w9T5Mkyz2xWC@people01.haj.ipfire.org> Date: Fri, 07 Nov 2025 10:22:37 +0000 (UTC) From: Michael Tremer Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via 60551d777c014d15718566a408817e0d5398ab33 (commit) from 83b3ae2ff83d647cb1ead1e902b4dce123474e4c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 60551d777c014d15718566a408817e0d5398ab33 Author: Michael Tremer Date: Fri Nov 7 11:20:33 2025 +0100 squid: Don't forcibly kill any redirectory processes This is a race which might cause that when squidGuard pre-compiles any data, it will be killed too. If that happens, squid will keep forking squidGuard processes which will be unresponsive (because they are trying to compile they own databases) and the whole system will become unresponsive at some point. There should be no need to perform this action. Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/core/199/filelists/files | 1 + src/initscripts/system/squid | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) Difference in files: diff --git a/config/rootfiles/core/199/filelists/files b/config/rootfiles/core/199/filelists/files index 369c39914..d04204f4a 100644 --- a/config/rootfiles/core/199/filelists/files +++ b/config/rootfiles/core/199/filelists/files @@ -3,6 +3,7 @@ etc/rc.d/init.d/messagebus etc/rc.d/init.d/networking/red etc/rc.d/init.d/openvpn-n2n etc/rc.d/init.d/openvpn-rw +etc/rc.d/init.d/squid etc/rc.d/init.d/wireguard etc/rc.d/rc0.d/K85messagebus etc/rc.d/rc3.d/S15messagebus diff --git a/src/initscripts/system/squid b/src/initscripts/system/squid index d45734334..075f160c4 100644 --- a/src/initscripts/system/squid +++ b/src/initscripts/system/squid @@ -149,13 +149,6 @@ case "$1" in echo_ok fi - - # Kill any redirector processes that might have been left running - killproc /usr/bin/squidGuard >/dev/null & - killproc /usr/sbin/updxlrator >/dev/null & - killproc /usr/bin/squidclamav >/dev/null & - killproc /usr/sbin/redirect_wrapper >/dev/null & - wait fi # Trash remain pid file from squid. hooks/post-receive -- IPFire 2.x development tree