hello,<br>when kudzu starts it gives <br><br>Checking for hardware changes/etc/rc.d/init.d/kudzu: line 23:  3937 Illegal instruction     /sbin/kudzu $KUDZU_ARGS<br>                                                           [FAILED]
<br>in "start" function there is <br><br>/sbin/kudzu $KUDZU_ARGS -z || /sbin/kudzu $KUDZU_ARGS<br><br>instead of typical<br><br>       /usr/sbin/kudzu $KUDZU_ARGS -t 30<br><br>            if [ "$RETVAL" -eq 5 ]; then
<br>              echo -n $"Hardware configuration timed out."<br>              echo -n $"Run '/usr/sbin/kudzu' from the command line to re-detect."<br>              initlog -n kudzu -s $"Hardware configuration timed out."
<br>              initlog -n kudzu -s $"Run '/usr/sbin/kudzu' from the command line to re-detect."<br>          fi<br><br>Any reason for that?<br>Gianluca<br><br>