On Sun 07 Oct 2007 03:09:33 NZDT +1300, William Holmes wrote: > Arno's iptables firewall ver 1.8.8.8h writes the following warning to > /var/log/boot.msg when starting at boot. I do not run SuSEfirewall2: > ... > > WARNING: /proc/../ip_conntrack_max was NOT found. This may be a problem! > Setting default conntrack timeouts > /etc/init.d/arno-iptables-firewall: line 605: > /proc/sys/net/ipv4/netfilter/ip_conntrack_udp_timeout: No such file or > directory > /etc/init.d/arno-iptables-firewall: line 606: > /proc/sys/net/ipv4/netfilter/ip_conntrack_udp_timeout_stream: No such > file or directory > ... > In Suse 10.2 this message does not appear.
There appears to have been a reorganisation of the proc filesystem and your script hasn't caught up with that yet. There are files with the names you're missing in /proc/sys/net/netfilter/ now, try using those (you'll have to edit the script in the obvious places). Volker -- Volker Kuhlmann is list0570 with the domain in header http://volker.dnsalias.net/ Please do not CC list postings to me. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
