Hi,
I'm have a problem on a Raspberry pi3 running Raspbian jessie. ferm will not start after rebooting and so the rules are not loaded from ferm.conf
# uname -a = Linux TorrentMachine 4.4.13-v7+ #894 SMP Mon Jun 13 13:13:27 BST 2016 armv7l GNU/Linux
# ferm --version = ferm 2.2
# dpkg-query -l = ferm 2.2-3
/etc/rcS.d S16ferm
/etc/defaults/ferm = # Enable the ferm init script? (i.e. run on bootup) ENABLED="yes"
# systemctl status ferm
ferm.service - LSB: ferm firewall configuration
Loaded: loaded (/etc/init.d/ferm)
Active: inactive (dead)
Also there is nothing in the logs to show why and also nothing stored in /var/cache/ferm
I can start ferm manually using /etc/init.d/ferm start and the ferm.conf is loaded correctly
I have done all of this previously and ferm is working 100% correctly on my Rasberry pi2 running Raspbian wheezy
uname -a = Linux TorrentServer 4.1.19-v7+ #858 SMP Tue Mar 15 15:56:00 GMT 2016 armv7l GNU/Linux
ferm --version = ferm 2.1
dpkg-query -l = ferm 2.1-5
I asked on the ferm forum but they said it was a problem with Raspbian (Debian)
Your help is greatly appreciated.