Mailinglist Archive: opensuse (2372 mails)

< Previous Next >
Re: [SLE] Something wicked?
On January 22, 2001 11:08 am, Jeffrey Taylor wrote:
> According to Bill S.
> By the pricking of my thumbs, something wicked this way comes.
>
> According to find /usr/src/linux -follow -type f | xargs grep wicked
>
> /usr/src/linux/drivers/net/fc/iph5526.c: /* We care about the SCSI
> writes only. Those are the wicked ones
>
> Note that this is a comment, not a message. Is this the SuSE 7.0
> 2.2.16 kernel?

It's a SuSE kernel but I don't remember if it's stock or not. I followed
your lead and looked for more examples of Something wicked. Looks like it's
every where in the source. I guess the part that makes the most sense is the
one in my network card driver.


/* Recovery for other fault sources not known. */

Thats the comment after the print statement. So I get the feeling it
basically means an unknown error happened.

Thanks
Nick

< Previous Next >