error: "net.netfilter.nf_conntrack_acct" is an unknown key
Posted
by
anonymous
on Server Fault
See other posts from Server Fault
or by anonymous
Published on 2011-02-04T22:43:47Z
Indexed on
2011/02/04
23:27 UTC
Read the original article
Hit count: 280
Hello, i have the next error when i run 'sysctl -p'
error: "net.netfilter.nf_conntrack_acct" is an unknown key
net.netfilter.nf_conntrack_acct = 1
net.ipv4.netfilter.ip_conntrack_max = 9527600
net.ipv4.netfilter.ip_conntrack_tcp_timeout_established = 7200
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
Debian 5.0.8
Any idea? Thanks
© Server Fault or respective owner