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"

-- 
aiccu init.d script will race dhclient (upstart issue?)
https://bugs.launchpad.net/bugs/223825
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to