From owner-freebsd-net@freebsd.org Fri Jul 10 00:43:34 2020 Return-Path: Delivered-To: freebsd-net@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B1FF735A8BC for ; Fri, 10 Jul 2020 00:43:34 +0000 (UTC) (envelope-from SRS0=QZZD=AV=mail.sermon-archive.info=doug@sermon-archive.info) Received: from mail.sermon-archive.info (sermon-archive.info [71.177.216.148]) by mx1.freebsd.org (Postfix) with ESMTP id 4B2vRV0tL3z3cRK; Fri, 10 Jul 2020 00:43:33 +0000 (UTC) (envelope-from SRS0=QZZD=AV=mail.sermon-archive.info=doug@sermon-archive.info) Received: from [10.0.1.251] (mini [10.0.1.251]) by mail.sermon-archive.info (Postfix) with ESMTPSA id 4B2vRT2GwYz2fjv9; Thu, 9 Jul 2020 17:43:33 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.14\)) Subject: Re: making SCTP loadable and removing it from GENERIC From: Doug Hardie In-Reply-To: <20200709232400.GA83392@raichu> Date: Thu, 9 Jul 2020 17:43:33 -0700 Cc: freebsd-net@freebsd.org, Michael Tuexen Content-Transfer-Encoding: quoted-printable Message-Id: <444BE513-EE05-4F3C-89C4-5EBFFCBC7819@mail.sermon-archive.info> References: <20200709151300.GC8947@raichu> <63F4446F-DECF-4DE8-99CA-EC8755A5D4A1@mail.sermon-archive.info> <20200709201044.GG8947@raichu> <3DC5AC46-604E-4CB4-93EC-6421ED575DBB@mail.sermon-archive.info> <20200709232400.GA83392@raichu> To: Mark Johnston X-Mailer: Apple Mail (2.3445.104.14) X-Virus-Scanned: clamav-milter 0.101.4 at mail X-Virus-Status: Clean X-Rspamd-Queue-Id: 4B2vRV0tL3z3cRK X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of SRS0=QZZD=AV=mail.sermon-archive.info=doug@sermon-archive.info designates 71.177.216.148 as permitted sender) smtp.mailfrom=SRS0=QZZD=AV=mail.sermon-archive.info=doug@sermon-archive.info X-Spamd-Result: default: False [-1.68 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.001]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+ip4:71.177.216.148:c]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DMARC_NA(0.00)[lafn.org: no valid DMARC record]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.02)[-1.018]; NEURAL_HAM_SHORT(-0.26)[-0.265]; FORGED_SENDER(0.30)[bc979@lafn.org,SRS0=QZZD=AV=mail.sermon-archive.info=doug@sermon-archive.info]; RCVD_NO_TLS_LAST(0.10)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:5650, ipnet:71.177.216.0/23, country:US]; FROM_NEQ_ENVFROM(0.00)[bc979@lafn.org,SRS0=QZZD=AV=mail.sermon-archive.info=doug@sermon-archive.info]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2020 00:43:34 -0000 > On 9 July 2020, at 16:24, Mark Johnston wrote: >=20 > On Thu, Jul 09, 2020 at 02:15:40PM -0700, Doug Hardie wrote: >>> On 9 July 2020, at 13:10, Mark Johnston wrote: >>> Hopefully "protocol not supported" is a sufficiently descriptive = error >>> message.=20 >>=20 >> Actually, the users of these systems would have no clue about that = message. All they would figure out is that the system is down and they = can't do their job and bitch to the CEO. I am going to assume that that = error will be produced by the socket call and I have added code to check = for it and email me if it occurs. I believe that the only viable = approach for us is the rc.conf solution as some of these systems are = rhapsberry pi 3s which I understand don't use the loader.conf file. >=20 > My RPi3 boots via loader.efi, which reads loader.conf. Thanks. I did not know that. I don't have a RPi to test yet. All of = the ones are in production at other locations. -- Doug=