Post #61,857
11/8/02 10:58:09 AM
|

Yikes
I can't believe that one slipped by me.
I've fixed it in /etc/network/interfaces.
Thanks!
--\n-------------------------------------------------------------------\n* Jack Troughton jake at consultron.ca *\n* [link|http://consultron.ca|http://consultron.ca] [link|irc://irc.ecomstation.ca|irc://irc.ecomstation.ca] *\n* Laval Qu\ufffdbec Canada [link|news://news.consultron.ca|news://news.consultron.ca] *\n-------------------------------------------------------------------
|
Post #61,918
11/8/02 6:11:20 PM
|

Re: Yikes
You're welcome.
In case I was too cryptic, that was the cause of your "neighbour table overflow" errors. It wasn't a driver bug, a hardware error, hub or switch negotiation, RIP malfunctions, frame collisions, or cabling problems. Yes, it was an overflowing ARP table, but that was in turn just a result of the underlying cause: /dev/lo being invalid.
Rick Moen rick@linuxmafia.com
If you lived here, you'd be $HOME already.
|
Post #62,006
11/9/02 11:31:04 PM
|

Well, time will tell
as in all things:). It's set up properly now... we'll see if it happens again or not.
--\r\n-------------------------------------------------------------------\r\n* Jack Troughton jake at consultron.ca *\r\n* [link|http://consultron.ca|http://consultron.ca] [link|irc://irc.ecomstation.ca|irc://irc.ecomstation.ca] *\r\n* Laval Qu\ufffdbec Canada [link|news://news.consultron.ca|news://news.consultron.ca] *\r\n-------------------------------------------------------------------
|
Post #61,933
11/8/02 8:42:45 PM
|

Re: Yikes
How did it happen? This must be a Debian thing. I've never seen a single IP machine with a misconfigured loopback address.
Good eyes to Rick for spotting that.
-drl
|
Post #61,937
11/8/02 9:18:29 PM
|

Debian thing?
Doubt that.
I mean, I REALLY doubt that.
Debian has the best QA in the Linux business.
More like a slip of the fingers whilst editing the file.
Peter [link|http://www.debian.org|Shill For Hire] [link|http://www.kuro5hin.org|There is no K5 Cabal] [link|http://guildenstern.dyndns.org|Blog]
|
Post #61,940
11/8/02 9:23:09 PM
|

Slip of fingers?
lo is automatically configured when you install IP networking. Why did it get the wrong address? I can't see any scenario other than deliberately setting lo=0.0.0.0, which I'm sure Jack would not have done.
-drl
|
Post #61,941
11/8/02 9:44:27 PM
|

Re: Slip of fingers?
All it would take, in emacs, would be, on the wrong line:
CTRL-SPACE down-arrow CTRL-W
and poof! It's gone.
I can execute the above keystrokes in well under a second. It's easily done.
Peter [link|http://www.debian.org|Shill For Hire] [link|http://www.kuro5hin.org|There is no K5 Cabal] [link|http://guildenstern.dyndns.org|Blog]
|
Post #61,947
11/9/02 12:36:59 AM
|

Re: Yikes
deSitter wrote:
Good eyes to Rick for spotting that.
Thanks. Truth to tell, it had to percolate through my brain for a while. That is, the original problem description with the "neighbour table overflow" message rang a distant bell when Jack posted it, but I couldn't remember what it was supposed to remind me of. Much later, he posted that /sbin/ifconfig output, and my unconscious tapped me on the shoulder, saying "Hello. That's the loopback misconfiguration problem I was trying to remind you about, earlier."
I've encountered the problem before, but not recently.
Rick Moen rick@linuxmafia.com
If you lived here, you'd be $HOME already.
|
Post #61,961
11/9/02 6:09:12 AM
|

lo (and bug, incidentally)
I saw the problem and recognized, it, but kept losing my posts here from a w3m session. I'll try to track this down further. \r\n\r\n I'm not sure what the cause of the unconfigured lo was, but I've seen this show up from time to time, I don't believe the ifupdown package configures /etc/network/interfaces in all instances. If any other Debian types know where this configuration is initated from normally (as opposed to manually) please share.
--\r\nKarsten M. Self [link|mailto:kmself@ix.netcom.com|kmself@ix.netcom.com]\r\n[link|http://kmself.home.netcom.com/|http://kmself.home.netcom.com/]\r\n What part of "gestalt" don't you understand?\r\n [link|http://twiki.iwethey.org/twiki/bin/view/Main/|TWikIWETHEY] -- an experiment in collective intelligence. Stupidity. Whatever.\r\n \r\n Keep software free. Oppose the CBDTPA. Kill S.2048 dead.\r\n[link|http://www.eff.org/alerts/20020322_eff_cbdtpa_alert.html|http://www.eff.org/alerts/20020322_eff_cbdtpa_alert.html]\r\n
|
Post #62,007
11/9/02 11:39:07 PM
|

Re: lo (and bug, incidentally)
Yes... there's no way I would have disabled loopback... and being a dedicated ViM user, I know that I didn't kill that in interfaces. The thing I was going yikes about was that I never noticed that loopback didn't have an address defined in the output of ifconfig... I can't believe that I looked over that output so many times without noticing that. Forest -> Trees, I guess.
--\r\n-------------------------------------------------------------------\r\n* Jack Troughton jake at consultron.ca *\r\n* [link|http://consultron.ca|http://consultron.ca] [link|irc://irc.ecomstation.ca|irc://irc.ecomstation.ca] *\r\n* Laval Qu\ufffdbec Canada [link|news://news.consultron.ca|news://news.consultron.ca] *\r\n-------------------------------------------------------------------
|
Post #62,019
11/10/02 1:57:14 AM
|

Re: lo (and bug, incidentally)
Jack wrote:
The thing I was going yikes about was that I never noticed that loopback didn't have an address defined in the output of ifconfig... I can't believe that I looked over that output so many times without noticing that. Forest -> Trees, I guess.
It's easy to miss. I'm pretty much conditioned to look for it. ;-)
Rick Moen rick@linuxmafia.com
If you lived here, you'd be $HOME already.
|