Hi Max, > > However in new installs we got this: > > > > /etc$ ls -l rc*.d/*ferm* > > lrwxrwxrwx 1 root root 14 Mar 13 10:15 rc0.d/S36ferm -> ../init.d/ferm > > lrwxrwxrwx 1 root root 14 Mar 13 10:15 rc6.d/S36ferm -> ../init.d/ferm > > lrwxrwxrwx 1 root root 14 Mar 13 10:15 rcS.d/S41ferm -> ../init.d/ferm > > /etc$ > > > > This may cause that after a normal boot (i.e runlevel=2) iptables are empty. > > The init script probably does not run at all. > > Are you sure this is actually a problem? According to init(8),
Yes I'm afraid. > runlevel "S" is initialized on bootup, before entering other > runlevels. There is rcS.d/S41ferm. OK. I just know that after bootup "iptables -L -v" showed empty rules. However it worked well after I reorganized sylinks. Have you any idea why this happened? :-) Actually I have no machine with ferm that I may reboot. (All of them are in production.) Could you insert some diagnostic code into the startup script and test it? I mean something like this: date >> /var/log/ferm.init.log echo -n "Runs as $0 $@ at runlevel " >> /var/log/ferm.init.log who -r >> /var/log/ferm.init.log Regards Gabor -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org