I have the this error when I run sysctl -p
in Debian 5.0.8.
error: "net.netfilter.nf_conntrack_acct" is an unknown key
My sysctl configuration
net.netfilter.nf_conntrack_acct = 1
net.ipv4.netfilter.ip_conntrack_max = 9527600
net.ipv4.netfilter.ip_conntrack_tcp_timeout_established = 7200
Output of lsmod
ipv6 289352 34
loop 19724 0
nf_conntrack_ipv4 19352 0
nf_conntrack 71440 1 nf_conntrack_ipv4
joydev 15232 0
evdev 14592 0
ext3 125456 3
jbd 54696 1 ext3
mbcache 13188 1 ext3
raid1 24832 4
md_mod 81700 5 raid1
thermal_sys 17728 0
Any idea?