I recently changed ip for one of my server machines, and from thence, unable to get it online.
bind is not starting at all even after repetitive restarts.
even restarted the machine number of times, no chance.
CJ.
Status:
Active
I recently changed ip for one of my server machines, and from thence, unable to get it online.
bind is not starting at all even after repetitive restarts.
even restarted the machine number of times, no chance.
CJ.
Comments
no errors when validate servers is done
also, check bind config returned no errors
Submitted by andreychek on Wed, 03/09/2011 - 09:40 Comment #3
When you attempt to start BIND from the command line, do you see any errors? Or does it just silently fail?
Also, do you see any errors in /var/log/messages when you try to start it up?
Submitted by Locutus on Wed, 03/09/2011 - 09:41 Comment #4
The first thing you might want to check in case of such errors is console output when you try to manually start BIND, and if anything useful gets logged in
/var/log
. Linux applications tend to be very verbose about things they do and especially about things that go wrong. :)attempt to start bind from CLI using command service named start or restart simply returns "[FAILED]"
Submitted by andreychek on Wed, 03/09/2011 - 11:24 Comment #6
Okay... so, how about the log files, do you see anything logged into /var/log/messages when you attempt to start BIND?
var log mess attached
Submitted by JamieCameron on Wed, 03/09/2011 - 12:18 Comment #8
It looks like it did start OK.
If you run
ps auxwwww | grep named
, is the BIND (named) process shown?output: root 20619 0.0 0.0 61160 752 pts/2 S+ 12:24 0:00 grep named
Submitted by andreychek on Wed, 03/09/2011 - 12:46 Comment #10
Is there any chance I could login to your server to take a look?
If that's okay, you can either email me root login details at eric@virtualmin.com, or you can enable Remote Support using the Virtualmin Support module.
Thanks!
I cannot access it by domain name nor IP from outside. but i will connect my router to the second NIC and send the details to access the server to your email.
please check your email in a minute from now.
i have sent login details to your email. Let me know if you were able to log in or not.
Submitted by andreychek on Wed, 03/09/2011 - 15:52 Comment #13
Howdy -- I don't seem to be able to see anything at that IP address (including SSH or Webmin). Actually, I don't seem to be able to ping it either :-)
Is the IP address you mentioned in your email definitely online?
i have sent another mail with details
Submitted by andreychek on Thu, 03/10/2011 - 13:31 Comment #15
It looks like this error is being generated each time BIND starts:
named[19942] general protection rip:2ad46d1a7d72 rsp:424e6f30 error:0
That error suggests the application is crashing with some form of segfault, and is often a sign of some kind of hardware problem.
My recommendation would be to check the various hardware components involved, and in particular, the RAM in your server. There's various RAM testing tools out there, such as "memtest", which is included on several Linux LiveCD's that you could boot from.
It's also possible that if there's a hard drive issue, the "named" binary could be corrupted.
You can check the integrity of the BIND installation using rpm verify:
rpm -V bind9
If it returns nothing, the package integrity is fine. If it returns changed binary files, it might be indicative of trouble.
Oops, that should be:
rpm -V bind
it returned nothing.
Submitted by andreychek on Thu, 03/10/2011 - 23:36 Comment #19
Which test returning nothing, the rpm command Joe showed? That's good then, as that means the BIND package isn't corrupt.
Another thing you may want to try is the memtest, since errors like what you're seeing can be RAM related.
The CentOS LiveCD has a copy of memtest on it, which can be used for testing your RAM. I'd suggest letting it do a full test of your RAM to make sure there isn't a problem there.