Just updated Kernel, no sites loading!

TomJones

Verified User
Joined
May 9, 2004
Messages
76
I just updated the server with the following via YUM:
kernel.x86_64 2.6.32-358.6.2.el6 updates
kernel-firmware.noarch 2.6.32-358.6.2.el6 updates
kernel-headers.x86_64 2.6.32-358.6.2.el6 updates
selinux-policy.noarch 3.7.19-195.el6_4.5 updates
selinux-policy-targeted.noarch 3.7.19-195.el6_4.5 updates

Restarted the server and none of the sites on the server are loading! Even the static/plain HTML sites are not loading, I can't reach them directly via IP, either. I can access the admin console via browser (which seems strange). None of the error logs show any issues and httpd & mysql are up and running. The server seems to be running fine except for the fact no sites will load.

Where to start? What to do??
 
Just looked in the System Messages log, I'm getting the following error message for each IP on the server:

May 22 09:47:07 host ntpd[2620]: bind() fd 24, family AF_INET, port 123, addr 108.61.44.XXX, in_classd=0 flags=0x19 fails: Cannot assign requested address
May 22 09:47:07 host ntpd[2620]: unable to create socket on eth0:1 (17) for 108.61.44.XXX#123
May 22 09:47:07 host ntpd[2620]: failed to initialize interface for address 108.61.44.XXX
May 22 09:47:07 host ntpd[2620]: bind() fd 24, family AF_INET, port 123, addr 108.61.44.XXX, in_classd=0 flags=0x19 fails: Cannot assign requested address
 
It might not help, but try to restart named, you can do it in DirectAdmin or in shell:

Code:
service named restart
 
Thanks for trying to help ditto, I restarted all relevant services as soon as I realized no websites were loading, no luck. The fact that I can load the web admin console on the main IP but none of the other sites on other IPs is where I think the issue is. Still down and trying to figure out what's going on.....
 
WHAT IN THE WORLD?!?!?
Just restarted the server for the third time and now everything is working, sites are all back online. CRAZY! I didn't change any config files or alter any system settings. I wonder if maybe my dedicated host provider was doing something to the box.....
 
proof that servers and internet are pure magic.
I did update last night but not yet rebooted, going to hook a kvm up for when I do as this stuff always seems to hit me.
 
Back
Top