It is strange to reproduce, as kudzu is a shell script.<br>And right this boot time it gave no error.<br>Analyzing commands, it seems that the offending command is<br>kudzu -z || kudzu<br>Tipically tou have sometimes the illegal option error, sometimes not,
<br>and it happens with the second kudzu in the command<br>So I tried a two times sequence with: <br>[root@fedora ~]#&nbsp; kudzu -z ||gdb&nbsp; kudzu<br>GNU gdb Red Hat Linux (6.3.0.0-1.94rh)<br>Copyright 2004 Free Software Foundation, Inc.
<br>GDB is free software, covered by the GNU General Public License, and you are<br>welcome to change it and/or distribute copies of it under certain conditions.<br>Type &quot;show copying&quot; to see the conditions.<br>
There is absolutely no warranty for GDB.&nbsp; Type &quot;show warranty&quot; for details.<br>This GDB was configured as &quot;i386-redhat-linux-gnu&quot;...Using host libthread_db library &quot;/lib/libthread_db.so.1&quot;.<br>
<br>(gdb) run<br>Starting program: /sbin/kudzu<br>Reading symbols from shared object read from target memory...done.<br>Loaded system supplied DSO at 0x3b4000<br><br>Program exited normally.<br>(gdb) quit<br><br>[root@fedora
 ~]#&nbsp; kudzu -z ||gdb&nbsp; kudzu<br>GNU gdb Red Hat Linux (6.3.0.0-1.94rh)<br>Copyright 2004 Free Software Foundation, Inc.<br>GDB is free software, covered by the GNU General Public License, and you are<br>welcome to change it and/or distribute copies of it under certain conditions.
<br>Type &quot;show copying&quot; to see the conditions.<br>There is absolutely no warranty for GDB.&nbsp; Type &quot;show warranty&quot; for details.<br>This GDB was configured as &quot;i386-redhat-linux-gnu&quot;...Using host libthread_db library &quot;/lib/libthread_db.so.1&quot;.
<br><br>(gdb) run<br>Starting program: /sbin/kudzu<br>Reading symbols from shared object read from target memory...done.<br>Loaded system supplied DSO at 0x745000<br><br>Program received signal SIGILL, Illegal instruction.
<br>0x0805ee2f in run_vm86 () at lrmi.c:733<br>733&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; asm volatile (<br>(gdb)<br>(gdb) quit<br>The program is running.&nbsp; Exit anyway? (y or n) y<br><br>I don't know if other answers in last error could be more useful...
<br>HIH,<br>Gianluca<br><br><br><br><div><span class="gmail_quote">2005/12/29, Gianluca Cecchi &lt;<a href="mailto:gianluca.cecchi@gmail.com">gianluca.cecchi@gmail.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hello,<br>when kudzu starts it gives <br><br>Checking for hardware changes/etc/rc.d/init.d/kudzu: line 23:&nbsp; 3937 Illegal instruction&nbsp;&nbsp;&nbsp;&nbsp; /sbin/kudzu $KUDZU_ARGS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [FAILED]
<br>in &quot;start&quot; function there is <br><br>/sbin/kudzu $KUDZU_ARGS -z || /sbin/kudzu $KUDZU_ARGS<br><br>instead of typical<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/sbin/kudzu $KUDZU_ARGS -t 30<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if [ &quot;$RETVAL&quot; -eq 5 ]; then
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo -n $&quot;Hardware configuration timed out.&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo -n $&quot;Run '/usr/sbin/kudzu' from the command line to re-detect.&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; initlog -n kudzu -s $&quot;Hardware configuration timed out.&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; initlog -n kudzu -s $&quot;Run '/usr/sbin/kudzu' from the command line to re-detect.&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fi<br><br>Any reason for that?<br><span class="sg">Gianluca<br><br>

</span></blockquote></div><br>