Bug 232742

Summary: masquared connections doesn't work after kernel upgrade (again)
Product: [Fedora] Fedora Reporter: Vilius Šumskas <vilius>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: davej, info
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 2.6.20-1.2944.fc6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-04-16 23:25:11 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 Vilius Šumskas 2007-03-17 00:27:36 UTC
Description of problem:
After kernel upgrade from version 2.6.19-1.2911.6.5.fc6 to 2.6.20-1.2925.fc6 
oidentd doesn't return idents to masquared connections anymore. This is because 
in the kernel 2.6.20.x there are /proc/net/ip_conntrack no more (huh? w.f?!). 
It is now called /proc/net/nf_conntrack.

Version-Release number of selected component (if applicable):
oidentd-2.0.8-2.fc6

Comment 1 Vilius Šumskas 2007-03-18 08:04:43 UTC
Moreover, the file syntax changed a little bit.

Comment 2 Chuck Ebbert 2007-03-27 14:22:01 UTC
We need to enable backwards-compatible /proc and sysctl entries:

NF_CONNTRACK_PROC_COMPAT=y

Comment 3 Chuck Ebbert 2007-03-27 14:23:14 UTC
*** Bug 234123 has been marked as a duplicate of this bug. ***