Posté par un pote et encore une fois, un petit rappel sur mon blog avant que j’oublie. Aiccu sous Ubuntu chie dans la colle au démarrage. Voilà le fix :
update-rc.d -f aiccu remove
vi /etc/network/if-up.d/aiccu
#!/bin/bash
/etc/init.d/aiccu start
chmod a+x /etc/network/if-up.d/aiccu
vi /etc/network/if-down.d/aiccu
#!/bin/bash
/etc/init.d/aiccu stop
chmod a+x /etc/network/if-down.d/aiccu
Merci :-þ
De rien, content que cela te serve aussi :)
Le seul effet secondaire etant que l’on ne peut plus utiliser la commande service:
“service aiccu stop/restart”
Mais bon au moin ca marche maintenant:)