Okay, Linux gurus, what the hell does this mean?

Russ

Lifer
Oct 9, 1999
21,093
3
0
kernel: eth1: Something Wicked happened! 000a.
kernel: eth0: Something Wicked happened! 000a.


This has been showing up in my logs.

Russ, NCNE
 

DanC

Diamond Member
Jun 2, 2000
5,553
0
0
cursory research shows an unknown (to the kernel) error with a socket connection or dns resolution. There's not alot out there about it.

Seems somebody has a sense of humor.

 

Russ

Lifer
Oct 9, 1999
21,093
3
0
Cursory search told me the same thing. It also told me that whatever the hell it is, everybody who asked about it had the same NICs I do. Checking the logs, it's been saying that every day as far back as the logs go.

So, the question is, what the hell is it?

Russ, NCNE
 

Jator

Golden Member
Jun 14, 2000
1,445
7
81
DanC,

I read about the Compaq layoffs. I hope you are not one of them.

Jay
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,583
4,494
75
Yep, looks like somebody has a sense of humor. :cool: I looked up that phrase, and it looks like a driver problem, probably a video driver from the looks of it. Probably nothing to worry about. :)

Edit: I guess that's the same thing everybody else has said, isn't it? Oh, well. :eek:
 

Russ

Lifer
Oct 9, 1999
21,093
3
0
Actually, it's a network card problem.:) There are other weird ones too, like "Your device is promiscuous", or something like that.:Q

Weird part is that I checked the logs going way back, and that message appears constantly, yet everything works just fine.

Russ, NCNE
 

DanC

Diamond Member
Jun 2, 2000
5,553
0
0
I couldn't locate the message on my linux box. I'm suspecting it plays more nicely with the dual-port NIC.

I'm betting it is recognizing the NIC as a generic 2 port, not what it actually is, which allows a little 'goobering' to go on at the system level. Not enough to hose you, but enough to cause te 'wicked' message.

Just a hunch.
 

JonB

Platinum Member
Oct 10, 1999
2,126
13
81
www.granburychristmaslights.com
I think some of the old Amiga OS programmers had a hand in Linux. The Amiga would give you "guru" errors and really, really strange Zen type messages. The more I see of Linux command syntax, the more it reminds me of the Amiga. Perhaps their Unix heritage is the key.
 

ColinP

Golden Member
Oct 10, 1999
1,359
0
0
The promiscuous setting would be for when you are using a packet analysis type program, so that you don't miss anything..

:)

Col
 

JHutch

Golden Member
Oct 11, 1999
1,040
0
0
Russ, the promiscuous thing just means the network card is "grabbing" everything that it sees on the network instead of looking for its own hardware address... Like ColinP said, it is used in packet sniffers to analyze the data on the network.

As for the other error, I haven't got a clue...

JHutch
 

Fandu

Golden Member
Oct 9, 1999
1,341
0
0
Haha, just goes to show you programmers have twisted senses of humor. Personally I like it, :)
 

Batti

Golden Member
Feb 2, 2000
1,608
0
0
As far as promiscuous goes, I'd be concerned if you haven't explicitly done this yourself... maybe you've been rooted?