Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: Ok, that was weird
PostPosted: Tue Nov 08, 2005 8:23 am 
Offline
Junior Member

Joined: Wed May 04, 2005 9:08 pm
Posts: 24
Website: http://xcski.com/blogs/pt/
Location: Rochester NY
Last night my linode stopped responding to pings, stopped serving up web pages, stopped accepting ssh connections. I could still get into the host41.linode.com console, but while I could remember the login to the console itself, I couldn't remember my login on my linode. Strangely, while I was there, I kept seeing errors "ssh: xcski.com: Temporary failure in name resolution". xcski.com is the system I was ssh-ing in from, and I checked that I could look up that name from the correct name servers from other sites.

I rebooted my system, and all is well, but I'm wondering if anybody else had any problems with host41 last night, or if it was something died on my linode itself?


Top
   
 Post subject:
PostPosted: Tue Nov 08, 2005 9:29 am 
Offline
Junior Member

Joined: Tue Mar 22, 2005 1:20 pm
Posts: 43
Website: http://darkcoding.net
Location: Vancouver, Canada
I had the same thing on linode51. A reboot fixed it.
There were other people in IRC with the same problem, and taking the eht0 interface down and bringing it back up also fixed it.

I guess we'll get an explanation when daylight breaks in Texas or Florida :-)


Top
   
 Post subject:
PostPosted: Tue Nov 08, 2005 9:34 am 
Offline
Newbie

Joined: Tue Nov 08, 2005 9:30 am
Posts: 3
Had the same problem on host32 this morning at 9:25 GMT. From the Linode I couldn't even ping the default gateway, though there were no messages in syslog etc.

In the end I rebooted it so I'd get the upgrade to 80M of RAM, but I did wonder if bouncing the ethernet interface would fix it.

It's a bit worrying that this seems to have affected different hosts with the same problem. I hope Caker can get to the bottom of this.


Top
   
 Post subject:
PostPosted: Tue Nov 08, 2005 9:56 am 
Offline
Senior Member
User avatar

Joined: Sun Feb 08, 2004 7:18 pm
Posts: 562
Location: Austin
Same thing for me, although I found that issuing
Code:
/etc/init.d/networking restart

fixed everything.


Top
   
 Post subject: me too
PostPosted: Tue Nov 08, 2005 10:32 am 
Offline
Senior Newbie

Joined: Fri Sep 30, 2005 6:19 pm
Posts: 13
Me too, host33. No connectivity from the outside at 9:25 EST. No messages in syslog. Brought down eth0 and then brought it up using /etc/rc.d/rc.inet1 (Slackware). Now all is well.


Top
   
 Post subject: maybe of interest
PostPosted: Tue Nov 08, 2005 10:47 am 
Offline
Senior Newbie

Joined: Fri Sep 30, 2005 6:19 pm
Posts: 13
It appears the problem started for me around 1:00am EST. Here's what netstat had to say while the system was wedged (an unusual preponderance of SYN_RECV and no other non-LISTEN states):
Code:
root@linode:~# netstat -an
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 0.0.0.0:110             0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:143             0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN
tcp        0      0 70.85.16.41:80          137.203.140.95:1371     SYN_RECV
tcp        0      0 70.85.16.41:80          137.203.140.95:1373     SYN_RECV
tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN
tcp        0      0 70.85.16.41:22          137.203.143.138:3318    SYN_RECV
tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN
tcp        0      0 70.85.16.41:25          209.79.220.26:47299     SYN_RECV
tcp        0      0 70.85.16.41:25          195.121.6.174:28183     SYN_RECV
tcp        0      0 70.85.16.41:25          81.228.11.98:40643      SYN_RECV
tcp        0      0 70.85.16.41:25          200.221.4.129:45199     SYN_RECV
tcp        0      0 70.85.16.41:25          195.110.126.63:2362     SYN_RECV
tcp        0      0 70.85.16.41:25          213.134.38.68:13845     SYN_RECV
tcp        0      0 70.85.16.41:25          195.6.202.253:41413     SYN_RECV
tcp        0      0 70.85.16.41:25          194.83.112.9:34206      SYN_RECV
tcp        0      0 70.85.16.41:25          207.115.20.47:57167     SYN_RECV
tcp        0      0 70.85.16.41:25          193.109.255.35:54714    SYN_RECV
tcp        0      0 70.85.16.41:25          66.118.64.16:46311      SYN_RECV
tcp        0      0 70.85.16.41:25          62.79.79.29:58677       SYN_RECV
tcp        0      0 70.85.16.41:25          149.155.202.2:35862     SYN_RECV
tcp        0      0 70.85.16.41:25          195.6.202.218:41413     SYN_RECV
tcp        0      0 70.85.16.41:25          206.131.246.136:36753   SYN_RECV
tcp        0      0 70.85.16.41:25          203.12.160.101:36642    SYN_RECV
tcp        0      0 70.85.16.41:25          71.36.29.90:4281        SYN_RECV
tcp        0      0 70.85.16.41:25          195.188.213.9:27615     SYN_RECV
tcp        0      0 :::22                   :::*                    LISTEN
udp     1700      0 0.0.0.0:68              0.0.0.0:*


Top
   
 Post subject:
PostPosted: Tue Nov 08, 2005 10:55 am 
Offline
Senior Newbie

Joined: Thu Aug 12, 2004 9:44 pm
Posts: 9
Me too, host45

"/etc/init.d/networking restart" command on Debian from lish fixed it.

Went down around 1030 GMT


Top
   
 Post subject:
PostPosted: Tue Nov 08, 2005 11:02 am 
Offline
Senior Member
User avatar

Joined: Tue Jan 04, 2005 7:32 am
Posts: 277
Website: http://www.betadome.com/
Location: Ă…lesund, Norway
Skype: neonnero
Twitter: neonnero
drware wrote:
"/etc/init.d/networking restart" command on Debian from lish fixed it.

If you're using Gentoo, as I am, this is the command to use:
Code:
/etc/init.d/net.eth0 restart


Top
   
 Post subject:
PostPosted: Tue Nov 08, 2005 11:16 am 
Offline
Junior Member

Joined: Wed May 04, 2005 9:08 pm
Posts: 24
Website: http://xcski.com/blogs/pt/
Location: Rochester NY
BTW: My problem started at about 5:35am EST.


Top
   
 Post subject: 4:25am EST host52
PostPosted: Tue Nov 08, 2005 11:46 am 
Offline
Junior Member

Joined: Mon Apr 26, 2004 5:03 pm
Posts: 47
I can confirm that I experienced the problem on host52 starting at 4:25am EST. I'm running a recent installation of Gentoo.


Top
   
 Post subject: Here's my insight:
PostPosted: Tue Nov 08, 2005 4:12 pm 
Offline
Senior Newbie

Joined: Sat Oct 01, 2005 12:54 am
Posts: 13
The MAC address appears to have changed on the gateway.
(This is from host45)

root@overbeck:~#
root@overbeck:~# arp -a
? (70.85.129.1) at 00:00:0C:07:AC:07 [ether] on eth0
root@overbeck:~# arp -d 70.85.129.1
root@overbeck:~# arp -a
gateway12.linode.com (70.85.129.1) at <incomplete> on eth0
root@overbeck:~# arp -a
gateway12.linode.com (70.85.129.1) at 00:00:0C:07:AC:01 [ether] on eth0

Simple fix: flush the arp table entry for your gateway. (you don't have to cycle the interface, just fix the arp table.)

_________________
--Bdragon


Top
   
 Post subject: ARP
PostPosted: Tue Nov 08, 2005 5:52 pm 
Offline
Junior Member

Joined: Mon Apr 26, 2004 5:03 pm
Posts: 47
Interesting; shouldn't the value automatically expire after a period of time? Is this a UML-specific problem somehow?


Top
   
 Post subject: Same thing on host41
PostPosted: Wed Nov 09, 2005 12:31 am 
Offline
Junior Member

Joined: Fri Dec 24, 2004 7:57 pm
Posts: 25
Website: http://www.rrijkse.com
WLM: robbert@rrijkse.com
AOL: robbertrijkse
Location: Toronto, Canada
I had the same thing happen around 4 am EST.
It fixed itself after about 10 min.

- Robbert


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group