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 ~]#  kudzu -z ||gdb  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 "show copying" to see the conditions.<br>
There is absolutely no warranty for GDB.  Type "show warranty" for details.<br>This GDB was configured as "i386-redhat-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1".<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
 ~]#  kudzu -z ||gdb  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 "show copying" to see the conditions.<br>There is absolutely no warranty for GDB.  Type "show warranty" for details.<br>This GDB was configured as "i386-redhat-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1".
<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             asm volatile (<br>(gdb)<br>(gdb) quit<br>The program is running.  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 <<a href="mailto:gianluca.cecchi@gmail.com">gianluca.cecchi@gmail.com</a>>:</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:  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><span class="sg">Gianluca<br><br>

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