Bug 1020674 - sctp kernel module missing
Summary: sctp kernel module missing
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 18
Hardware: Unspecified
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-18 07:26 UTC by Jan Tluka
Modified: 2013-10-18 15:43 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-18 15:43:55 UTC
Type: Bug


Attachments (Terms of Use)

Description Jan Tluka 2013-10-18 07:26:42 UTC
Description of problem:

Kernel package is missing sctp.ko kernel module even when config says it's built as module. I've checked the latest 3.10.14-100.fc18.x86_64 and also an older kernel 3.9.6-200.fc18.x86_64 and it seems that the module is missing in both of them.

# grep -i sctp /boot/config-3.10.14-100.fc18.x86_64 
CONFIG_NF_CT_PROTO_SCTP=m
CONFIG_NF_NAT_PROTO_SCTP=m
CONFIG_NETFILTER_XT_MATCH_SCTP=m
CONFIG_IP_VS_PROTO_SCTP=y
CONFIG_IP_SCTP=m            <======
CONFIG_NET_SCTPPROBE=m
# CONFIG_SCTP_DBG_MSG is not set
# 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

# rpm -ql kernel-3.10.14-100.fc18.x86_64 | grep -i sctp
/lib/modules/3.10.14-100.fc18.x86_64/kernel/net/netfilter/nf_conntrack_proto_sctp.ko
/lib/modules/3.10.14-100.fc18.x86_64/kernel/net/netfilter/nf_nat_proto_sctp.ko
/lib/modules/3.10.14-100.fc18.x86_64/kernel/net/netfilter/xt_sctp.ko
/lib/modules/3.10.14-100.fc18.x86_64/kernel/net/sctp         <=======

# checksctp 
checksctp: Protocol not supported

Version-Release number of selected component (if applicable):


How reproducible:
querying module info using modinfo

Steps to Reproduce:
1. modinfo sctp
2. or using lksctp-tools: checksctp
3.

Actual results:
sctp.ko module is missing

Expected results:
sctp.ko is present

Additional info:

Comment 1 Josh Boyer 2013-10-18 15:43:55 UTC
It's in the kernel-modules-extra package.  Install that.


Note You need to log in before you can comment on or make changes to this bug.