Comment 1 for bug 223825

Revision history for this message
Lars Düsing (lars.duesing) wrote :

Same issue here.
Workaround:
disable aiccu rc?.d-links: "update-rc.d -f aiccu remove" (do NOT delete /etc/init.d/aiccu)
create a shell script /etc/network/if-up.d/aiccu:
--
#!/bin/bash
/etc/init.d/aiccu start
--
chmod a+x /etc/network/if-up.d/aiccu

the same for /etc/network/if-down.d/aiccu - just replace "aiccu start" by "aiccu stop"