Comment 3 for bug 125838

Revision history for this message
Rolf Leggewie (r0lf) wrote :

I confirm the bug. It is only present for the "stop" and "restart" actions.

root@X24:~# egrep -v '(^$|#)' /etc/default/icecc
START_ICECC="true"
START_ICECC_SCHEDULER="false"
root@X24:~# /etc/init.d/icecc restart
 * Restarting distributed compiler daemon iceccd [ ok ]
 * Restarting distributed compiler scheduler icecc-scheduler [ ok ]
root@X24:~# /etc/init.d/icecc stop
 * Stopping distributed compiler daemon iceccd [ ok ]
 * Stopping distributed compiler scheduler icecc_scheduler [ ok ]
root@X24:~# /etc/init.d/icecc start
 * Starting distributed compiler daemon iceccd [ ok ]