View Issue Details

IDProjectCategoryView StatusLast Update
0000174Rocky-Linux-8kernelpublic2022-08-25 17:28
ReporterErkki Ruohtula Assigned ToLouis Abel  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
OSRockyLinuxOS Version8.6 
Summary0000174: Kernel module for sctp protocol not found in 8.6
DescriptionThe Kernel configuration in RockyLinux 8.6 should support sctp via module, according to /boot/config:

$ grep SCTP /boot/config-4.18.0-372.16.1.el8_6.0.1.x86_64
CONFIG_NF_CT_PROTO_SCTP=y
CONFIG_NETFILTER_XT_MATCH_SCTP=m
CONFIG_IP_VS_PROTO_SCTP=y
CONFIG_IP_SCTP=m
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5 is not set
CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1=y
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set
CONFIG_SCTP_COOKIE_HMAC_MD5=y
CONFIG_SCTP_COOKIE_HMAC_SHA1=y
CONFIG_INET_SCTP_DIAG=m

but modprobe sctp prints an error (and any software needing sctp does not work).

$ modprobe sctp
modprobe: FATAL: Module sctp not found in directory /lib/modules/4.18.0-372.16.1.el8_6.0.1.x86_64

Indeed, find /lib/modules/4.18.0-372.16.1.el8_6.0.1.x86_64 -name '*sctp*' finds only an empty directory:

$ find /lib/modules/4.18.0-372.16.1.el8_6.0.1.x86_64 -name '*sctp*'
/lib/modules/4.18.0-372.16.1.el8_6.0.1.x86_64/kernel/net/netfilter/xt_sctp.ko.xz
/lib/modules/4.18.0-372.16.1.el8_6.0.1.x86_64/kernel/net/sctp

The kernel/net/sctp directory should contain the kernel module file sctp.ko.xz (as it does on my Fedora installation).
Steps To ReproduceRun
modprobe sctpThe Kernel configuration in RockyLinux 8.6 should support sctp via module, according to /boot/config:

$ grep SCTP /boot/config-4.18.0-372.16.1.el8_6.0.1.x86_64
CONFIG_NF_CT_PROTO_SCTP=y
CONFIG_NETFILTER_XT_MATCH_SCTP=m
CONFIG_IP_VS_PROTO_SCTP=y
CONFIG_IP_SCTP=m
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5 is not set
CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1=y
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set
CONFIG_SCTP_COOKIE_HMAC_MD5=y
CONFIG_SCTP_COOKIE_HMAC_SHA1=y
CONFIG_INET_SCTP_DIAG=m

but modprobe sctp prints an error (and any software needing sctp does not work).

$ modprobe sctp
modprobe: FATAL: Module sctp not found in directory /lib/modules/4.18.0-372.16.1.el8_6.0.1.x86_64

Indeed, find /lib/modules/4.18.0-372.16.1.el8_6.0.1.x86_64 -name '*sctp*' finds only an empty directory:

$ find /lib/modules/4.18.0-372.16.1.el8_6.0.1.x86_64 -name '*sctp*'
/lib/modules/4.18.0-372.16.1.el8_6.0.1.x86_64/kernel/net/netfilter/xt_sctp.ko.xz
/lib/modules/4.18.0-372.16.1.el8_6.0.1.x86_64/kernel/net/sctp

The kernel/net/sctp directory should contain the kernel module file sctp.ko.xz (as it does on my Fedora installation).

TagsNo tags attached.

Relationships

duplicate of 0000173 closedLouis Abel Kernel module for sctp protocol not found in 8.6 

Activities

Erkki Ruohtula

Erkki Ruohtula

2022-08-03 11:15

reporter   ~0000316

PLEASE DELETE THIS ISSUE! This is a duplicate of 0000173. The issue creation appeared to fail with error messages on browser, so I retried. (Would delete or resolve this duplicate myself, but cannot find any way to do it).

Issue History

Date Modified Username Field Change
2022-08-03 10:06 Erkki Ruohtula New Issue
2022-08-03 11:15 Erkki Ruohtula Note Added: 0000316
2022-08-25 17:28 Louis Abel Assigned To => Louis Abel
2022-08-25 17:28 Louis Abel Status new => closed
2022-08-25 17:28 Louis Abel Resolution open => duplicate
2022-08-25 17:28 Louis Abel Relationship added duplicate of 0000173