Looking at /etc/init.d/pump: test -f /etc/default/pump || exit 0 . /etc/default/pump test ! "$IFACES" = "" || exit 0 But although /etc/default/pump exists, it's empty, so nothing is setting IFACES. I suspect it should have IFACES=eth0 in it. Ian Redfern.