Summary: | net-mgmt/net-snmp Error 2 (No such file or directory) could not get the assoclist | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Christos Chatzaras <chris> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | zi | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Christos Chatzaras
2021-03-06 07:24:42 UTC
This commit removes SCTP from kernel configuration: https://cgit.freebsd.org/src/commit/?id=e64080e79c53f2952c5a77c6402cd2473cd45d8c SCTP can be enabled by loading the module: kldload sctp As the default 13.0 setting is to not load SCTP I think many people will notice this message after 13.0 is released. Created attachment 223024 [details]
sctp-mib disabled by default patch
Would you mind testing the attached patch? It should convert SCTP support to an OPTION and make it off by default.
Yes the patch works. Thank you. A commit references this bug: Author: zi Date: Mon Mar 8 13:55:18 UTC 2021 New revision: 567846 URL: https://svnweb.freebsd.org/changeset/ports/567846 Log: - Move SCTP support to an OPTION, off by default, to reflect 13.x changes - Bump PORTREVISION PR: 254056 Changes: head/net-mgmt/net-snmp/Makefile |