From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E788B138334 for ; Tue, 13 Nov 2018 04:09:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6023E09D0; Tue, 13 Nov 2018 04:09:42 +0000 (UTC) Received: from mail-ot1-x32b.google.com (mail-ot1-x32b.google.com [IPv6:2607:f8b0:4864:20::32b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C859E0992 for ; Tue, 13 Nov 2018 04:09:42 +0000 (UTC) Received: by mail-ot1-x32b.google.com with SMTP id t5so10150507otk.1 for ; Mon, 12 Nov 2018 20:09:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=0xQ7NMfCJTjVIOy5mDHDq1GzJP6TU0Xz3t9xuFsonV8=; b=ASWOvccRuZqn18sK3Dx+T4Dar4NXGjFuS922BvAWoqpFhWdZOFQBrmC6rOQFnn+R4j NXuTkVtmzJq/m5EWUpesLAmh/IPCPEnxnpwA8fDclGlMujn0zVW8yzV1Yi6X7czq4jt3 khATngxggRurV7D9H47VfrnyEk8ConIwh4QuOoLbulCqzRi8+2eK1NwS4CdQKrIF9B9G AC6ChaiYJTrZmIIkAYJ7LF7GE7dWYRtJec0I5HZGKRe3mMPI5fHiLSthiSBmN90hpqHT Ggwc9ECSaUj6d0Tqys3onqIKVektzrQMn+Mwk9D/X4zRQYEk1uVTzu46H68VKX9BI/3V /U2g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=0xQ7NMfCJTjVIOy5mDHDq1GzJP6TU0Xz3t9xuFsonV8=; b=UVTYNCe1tnWsJVP70olKuGR92jTJqP3dbSHUF1x5u3m1loKxaUA0X88RKaDAeJNJvt PRPhHBsU6w5dFaJ4r4+WkdZM+hkxEOlNMWaSW/kWuXmmvXJ/5jPwzQWzgAlvfbkmZOFf pxojgP7bCSIO9Elru8BGaytYz/8ozU1SLI4JKW/Cjio63QkVCoFPLxoG9uJOR6jiYeKp UtsG1XN8jOUGhqU+PRQTyFKa3OGafDZUfVbHo5kN1bi4OfMZoD1he6QSVWlK2EG40AKn 5ZQmObWmztu3rBTSMxTsD8c617mCHx8cacCJ96yY8PiYGLMslN8JpDqD2Hjo5hHH6ave uiGg== X-Gm-Message-State: AGRZ1gKH0XP1e1POlp1hKrB5ld2MyqFQW5rWTR73y5bbbkCB+IRcWp1B DkTKE3dMAqmPgjn5U9wAt7P9ZLLCMFChG91yrptq/A== X-Google-Smtp-Source: AJdET5es0Sb77XEZdTMZz418Bzr7Y7Qb/WQFU423TyTp7GFX+GKHImx22KMKtfqBN9w0F02PHBP5T43UCwc7byVeYPo= X-Received: by 2002:a9d:3cae:: with SMTP id z43mr2217978otc.159.1542082180688; Mon, 12 Nov 2018 20:09:40 -0800 (PST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 References: <2773204.5xrmTnOrsU@peak> In-Reply-To: <2773204.5xrmTnOrsU@peak> From: Adam Carter Date: Tue, 13 Nov 2018 15:09:28 +1100 Message-ID: Subject: Re: [gentoo-user] Shorewall config problem To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary="000000000000982e65057a83fca1" X-Archives-Salt: 46d60298-b473-43e2-9886-39f7cf61c132 X-Archives-Hash: b119ef5efbf6e603344618ddb47d51cc --000000000000982e65057a83fca1 Content-Type: text/plain; charset="UTF-8" On Mon, Nov 12, 2018 at 9:11 PM Peter Humphrey wrote: > Morning all, > > When emerging shorewall-5.2.1.1 I get an error from the kernel settings > check: > > CONFIG_NF_CONNTRACK_IPV4: is not set when it should be. > > This is with gentoo-sources-4.19.1. And indeed there is no such kernel > parameter: > Yep, grepped my .config archive and its gone in 4.19 so the shorewall ebuild (at least) will need an update. Checked bugzilla? --000000000000982e65057a83fca1 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Mon, Nov 12= , 2018 at 9:11 PM Peter Humphrey <peter@prh.myzen.co.uk> wrote:
Morning all,

When emerging shorewall-5.2.1.1 I get an error from the kernel settings che= ck:

CONFIG_NF_CONNTRACK_IPV4:=C2=A0 =C2=A0is not set when it should be.

This is with gentoo-sources-4.19.1. And indeed there is no such kernel
parameter:

=C2=A0Yep, grepped my .confi= g archive and its gone in 4.19 so the shorewall ebuild (at least) will need= an update. Checked bugzilla?
--000000000000982e65057a83fca1--