IWETHEY v. 0.3.0 | TODO
1,095 registered users | 1 active user | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New 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-------------------------------------------------------------------
New 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.
New 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-------------------------------------------------------------------
New 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
New 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]
New 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
New 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]
New 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.
New 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
New 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-------------------------------------------------------------------
New 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.
     Wierd Debian Networking problem - (jake123) - (32)
         Hmm - (deSitter) - (2)
             Brainstorm - (deSitter)
             Card... - (jake123)
         neighbor table overflow sounds like RIP problem -NT - (boxley) - (4)
             Newb to unix... what's RIP? - (jake123) - (3)
                 RIP is a routing protocol - (boxley)
                 Routing Interchange Protocol - (deSitter) - (1)
                     Re: Routing Interchange Protocol - (pwhysall)
         Re: Wierd Debian Networking problem - (pwhysall) - (20)
             ifconfig -a output: - (jake123) - (19)
                 eth1 is having collision issues and eth0 is not addressed -NT - (boxley) - (6)
                     Re: eth1 is having collision issues and eth0 is not addresse - (jake123) - (5)
                         Re: eth1 is having collision issues and eth0 is not addresse - (deSitter) - (4)
                             also swap the cable and see if it makes a difference -NT - (boxley)
                             This is using the mii-diag program, I take it? -NT - (jake123) - (2)
                                 Re: This is using the mii-diag program, I take it? - (deSitter) - (1)
                                     :) - (jake123)
                 Re: ifconfig -a output: - (rickmoen) - (11)
                     Yikes - (jake123) - (10)
                         Re: Yikes - (rickmoen) - (1)
                             Well, time will tell - (jake123)
                         Re: Yikes - (deSitter) - (7)
                             Debian thing? - (pwhysall) - (2)
                                 Slip of fingers? - (deSitter) - (1)
                                     Re: Slip of fingers? - (pwhysall)
                             Re: Yikes - (rickmoen) - (3)
                                 lo (and bug, incidentally) - (kmself) - (2)
                                     Re: lo (and bug, incidentally) - (jake123) - (1)
                                         Re: lo (and bug, incidentally) - (rickmoen)
         Common ploy by.... - (folkert) - (2)
             Re: Common ploy by.... - (rickmoen) - (1)
                 Ok, what do you think of this firewall script? - (jake123)

A colonoscopy, while eerily similar, is probably better than politics.
231 ms