On Sat, 17 Feb 2001 08:21:58 +1100,
Matthew Geier <matthew@xxxxxxxxxxxxxxxx> wrote:
> The linux video project's 'oms' dvd player can oops the IDE driver. The
>oms process
>becomes unkillable and the drive useless for any other process until the
>machine is rebooted.
>Feb 17 08:11:06 holly kernel: EIP:
>0010:[af_packet:__insmod_af_packet_O/lib/modules/2.4.1-XFS/kernel/net/packe+-85519/96]
>Feb 17 08:11:06 holly kernel: Call Trace:
>[af_packet:__insmod_af_packet_O/lib/modules/2.4.1-XFS/kernel/net/packe+-85403/96]
Unfortunately the oops trace is useless, klogd tried to convert the
addresses and made a complete mess of the data. Please edit
/etc/rc.d/init.d/syslog, change "daemon klogd" to "daemon klogd -x"
then /etc/rc.d/init.d/syslog restart.
After klogd has been told to keep its sticky fingers off the data,
reproduce the problem and run ksymoops over the syslog output. That
will give a clean trace of the problem so we can see if it is XFS
related or a general kernel bug.
|