From owner-freebsd-current@freebsd.org Fri Aug 11 22:14:48 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A34AEDCAC39 for ; Fri, 11 Aug 2017 22:14:48 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-it0-x243.google.com (mail-it0-x243.google.com [IPv6:2607:f8b0:4001:c0b::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 688E866E6D; Fri, 11 Aug 2017 22:14:48 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-it0-x243.google.com with SMTP id r9so4537458ita.3; Fri, 11 Aug 2017 15:14:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=6QT9sU6JEJ5cwVy1B2ISoZaFJOgg91uiNdrPuZGATqI=; b=S9+uxCsBVLAWo3G+4rj//LyT9Nv61N7wnWB20ZQo3112CuVt5xwYhgzwUfj7r6vOvH 0CleI0zd897xlIA9n+PaoGSBkOsi06T+GmNArh396vI3vUyL5Gz6r3nRRMkpkfCIPB6m 5C3Cv6tsO+mmjHMONjPAFKCEGR3zr9FntxZnnafwZPGXUUvdMeRUZwriVNATLq5iFL3J gUuZon6z0yxiH/u1jtI59OetosO5nhnjKu+ULD+XFmgJ1PoLiXQmUpwLAT0hSKAWPZ0t xyp86Vsw1fQFVcGjRYtWF9byg+x4nh4M5LzU8YKG3yq8LQgM411GQZz2oaoy8goUeHzF NKKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=6QT9sU6JEJ5cwVy1B2ISoZaFJOgg91uiNdrPuZGATqI=; b=QO8v06REQ2I+Q/7+bkxZ/l7iFVbjqBSm3jdW/XclNfbVefJMt2Y1IKBXxp56iqRZSf HpyMKr/+BjxQ6NIfNTiTbFHDowzbk5Jfg3v8gfFsq+kqhkK3REzACwOHhVRbEegkEqw5 1pJCdANz1v+et0mZfLUhgT90NBTLF5zoZ6gOIbMfWiKvOgKUSUud4gcHqgu/FnEhJEDT eAcFS63UqV3G0gj2mk1MauOyCluf/QcUXknLccUKgIE2habv2CbVgBAxp6HKLEL/yQZ+ pih+z9NHLr4ELRo67tvhxoCqd5KylPQ5ucQwmYka9TiOk+NnIwnuZmyGsdhMwhxJG9xg hZMA== X-Gm-Message-State: AHYfb5hKHwCdF0RuuZG/+B0a88rSgSRdQkwLhrIR7RuTONlAtPUSqy8o wy+etow19HjPi2Y+fj9Ysg== X-Received: by 10.36.73.25 with SMTP id z25mr110918ita.153.1502489687741; Fri, 11 Aug 2017 15:14:47 -0700 (PDT) Received: from [172.19.131.135] ([12.130.117.30]) by smtp.gmail.com with ESMTPSA id k66sm62782ita.40.2017.08.11.15.14.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 Aug 2017 15:14:47 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: ipfw kernel module not being built From: Ngie Cooper X-Mailer: iPhone Mail (14G60) In-Reply-To: <20170811193453.GB20555@rancor.immure.com> Date: Fri, 11 Aug 2017 15:14:39 -0700 Cc: Mark Johnston , current list Content-Transfer-Encoding: quoted-printable Message-Id: <636F12A1-8A0E-4508-9015-EE4675A5FCEE@gmail.com> References: <20170811163639.GA19733@rancor.immure.com> <5B2835E9-4EE8-47FC-9A81-C4D60B4822F0@gmail.com> <20170811190602.GA20555@rancor.immure.com> <20170811192148.GA19972@wkstn-mjohnston.west.isilon.com> <20170811193453.GB20555@rancor.immure.com> To: Bob Willcox X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2017 22:14:48 -0000 > On Aug 11, 2017, at 12:34, Bob Willcox wrote: >=20 >> On Fri, Aug 11, 2017 at 12:21:49PM -0700, Mark Johnston wrote: >> On Fri, Aug 11, 2017 at 02:06:02PM -0500, Bob Willcox wrote: >>>>> On Aug 11, 2017, at 10:36, Bob Willcox wrote: >>>>>=20 >>>>> When I rebuild my kernel on Jun 13th none of the previous ipfw kernel m= odules were built: >>>>>=20 >>>>> ipfw.ko >>>>> ipfw_nat.ko >>>>> ipfw_nat64.ko >>>>> ipfw_nptv6.ko >>>>> ng_ipfw.ko >>>>>=20 >>>>> and only this ipfw module was built: >>>>>=20 >>>>> ng_ipfw.ko >>>>>=20 >>>>> However, the verson of /etc/rc.d/ipfw that I'm running (from the >>>>> freebsd-base-graphics branch) is failing to load ipfw so my firewall i= sn't >>>>> starting. >>>>>=20 >>>>> So, what am I missing? Is it possible that the freebsd-base-graphics b= ranch >>>>> that I'm running has an old or improper version of /etc/rc.d/ipfw? >>=20 >> [...] >>=20 >>> include GENERIC_DRM >>=20 >> GENERIC_DRM sets MODULES_OVERRIDE, so only the specified modules are >> built. In particular, ipfw*.ko does not get built. You'll need to either >> remove the MODULES_OVERRIDE setting in GENERIC_DRM (which will make >> kernel builds somewhat slower), or add >>=20 >> makeoptions MODULES_OVERRIDE+=3D ipfw ... >>=20 >> to your custom config. Or add "MODULES_OVERRIDE+=3D ipfw..." to your src.conf. Cheers, -Ngie=