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 4fm8xy0FCrz33tk for ; Wed, 01 Apr 2026 16:07:02 +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 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fm8xt3VFgz2xMP for ; Wed, 01 Apr 2026 16:06:58 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4fm8xs0dJmz10N for ; Wed, 01 Apr 2026 16:06:57 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1775059617; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=mOIqX61CHnhqqrxK4FQPAkTUHXJYgZdgLqcDPRlEuT0=; b=DpH/bztPHePFTNcadcxjsoQfjFuu8DdwmZ8sEAMpRz0l+GDNxbNpHFLn8X8undo5Ats1UQ ai3HPgVeXL6aFOAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1775059617; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=mOIqX61CHnhqqrxK4FQPAkTUHXJYgZdgLqcDPRlEuT0=; b=VwAvctxMSMPLDrqTPH6qO3fblOH/K1T3HNzp+3QAsSOit/OeXWhGfkIBTQSuBOzmj9QLJI UOQUkYZtpLWzfoklDzP7swgN1SpTkiAhaZQMMqir4bUtpoQfP6t/9dmCMtCXqSkWI0kWzi mOSS4XlCXMTyRGvjI8DId8Kipuoc0xyjmbfUgBw2Nz8KPCARvBxOgc8uBGXCvoieuudJDn 6lC+QS/PHsPCmq4Ffn5EP/+BUH9+JzlMWlxMtDajieFnKjXVdFBxbdu927L4ENfaLo667Y 7p1h2EdIh10HFnfXECKnj/2rgjbEj3i50lS7vIeCG7ygkvhUiXyYhaPy7CDHnw== Message-ID: Date: Wed, 1 Apr 2026 18:06:56 +0200 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Language: en-GB To: "IPFire: Development-List" From: Adolf Belka Subject: CU201 Testing - No firewall logs displayed although they are in the messages file Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi All, There was a forum post about not finding any output in the WUI Firewall Logs with CU201 Testing. I did some testing and found that the logs were displayed in the WUI if I was working with an IPFire that had been updated from CU200 to CU201 Testing but when I did a fresh install of CU201 Testing then the logs were not displayed. Doing a fresh install of CU200 showed the logs as normal in the WUI. I checked the /var/log/messages file with the fresh install of CU201 Testing and found that there were firewall logging messages in there but the problem is that the starting section of the log lines with a fresh install of CU201 Testing is Apr 1 15:54:23 ipfire klogd: DROP_INPUT IN=red0 while for CU200 or a CU201 Testing updated from CU200 it is Apr 1 16:13:59 ipfire kernel: DROP_INPUT IN=red0 So the process name has changed from kernel: to klogd: but only for the fresh install of CU201 Testing. I have been unable to identify if this was intended to be changed or not and if intended why it is not in the upgraded version. So this is to ask if anyone knows why this would be occurring and what should be the expected status? Regards, Adolf.