| Summary: | sysctl settings doesn't get loaded into kernel for native sctp. | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | kf200467 |
| Component: | procps | Assignee: | Jaromír Cápík <jcapik> |
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.4 | CC: | albert, ovasik |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-01-04 10:50:39 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
kf200467
2011-01-27 00:12:34 UTC
This problem is probably caused by running sysctl before loading sctp kernel module. Could you determine when is sctp module loaded, please? Hi Jan,
Thinking what you just mentioned and looking at the sysctl manpage. The manpage of sysctl mentions the following
Also please note that modules loaded after sysctl is run may override
the settings (example: sunrpc.* settings are overridden when the sunrpc
module is loaded). This may cause some confusion during boot when the
settings in sysctl.conf may be overriden. To prevent such a situation,
sysctl must be run after the particular module is loaded (e.g., from
/etc/rc.d/rc.local or by using the install directive in modprobe.conf)
So, as mentioned above I put /sbin/sysctl -p /etc/sysctl.conf command inside /etc/rc.d/rc.local but still it didn't load the settings.
However, on 5.5 system or higher my kernel settings for native sctp loads perfectly after a reboot.
Regards,
Ken
Could you change line in rc.local to /sbin/sysctl -p /etc/sysctl.conf &> /var/log/sysctl.boot and send output of created file, please? Hello Ken. As this issue is not reproducible on the recent 5.x version and the requested information is missing, I'm closing this bug. Feel free to reopen if You're able to provide us with the mentioned info. Anyway, the backport has almost no sense. Thank You. Regards, Jaromir. |