Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm trying to figure out on why when I do a:
service bind9 status
This doesnt display anything in my command.
Should be:
Status of Bind9 server: bind9 is running.
But this doesnt display at all.
Can some please advise?
Can you start/stop bind9 normally? Also what gives:
Code:
rndc status
If you have errors, you should check logs (var/log/messages, /var/log/syslog) to see if you find something
nothing in the logs about service named or bind9 status.
also rndc displays this:
rndc status
number of zones: 25
debug level: 0
xfers running: 0
xfers deferred: 0
soa queries in progress: 0
query logging is OFF
recursive clients: 0/0/1000
tcp clients: 0/100
server is up and running
Yes I can start and stop bind normally.
Although when I do /etc/init.d/bind9
* Usage: /etc/init.d/bind9 {start|stop|reload|restart|force-reload|status}
As stated in the options, it does offer the action "status"
Last edited by deibertine; 08-03-2010 at 05:57 PM.
Could be a bug of the startup script.
When bind is not running, what does "/etc/init.d/bind9 status" says?
You could take a look at the script to see what is doing when called with the "status" option.
Anyway, since "rndc status" works, I don't think it's a big deal.
Could be a bug of the startup script.
When bind is not running, what does "/etc/init.d/bind9 status" says?
You could take a look at the script to see what is doing when called with the "status" option.
Anyway, since "rndc status" works, I don't think it's a big deal.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.