Bug 102561
Summary: | Impossible to remove ip_conntrack module after some time. | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Dams <anvil> |
Component: | kernel | Assignee: | Arjan van de Ven <arjanv> |
Status: | CLOSED DUPLICATE | QA Contact: | Brian Brock <bbrock> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 8.0 | CC: | anvil, riel |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i586 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-02-21 18:58:07 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Dams
2003-08-18 01:33:03 UTC
the same on kernel-2.4.20-19.7, kernel-2.4.20-20.7 and iptables-1.2.8-8.72.3 on i686 (Red Hat Linux 7.3 + all updates) my quick fix was =====iptables.init.patch===== --- iptables.orig Tue Aug 5 13:17:00 2003 +++ iptables Fri Sep 5 17:19:12 2003 @@ -177,8 +177,8 @@ ret=0 rmmod_r ${IPV}_tables let ret+=$?; - rmmod_r ${IPV}_conntrack - let ret+=$?; + #rmmod_r ${IPV}_conntrack + #let ret+=$?; [ $ret -eq 0 ] && success || failure echo ============================= *** This bug has been marked as a duplicate of 103177 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |