Results 1 to 3 of 3
Hi folks,
Ubuntu 7.04 server amd64 (Host OS)
bind9
VMWare.
On running;
$ sudo /etc/init.d/bind9 start
Code:
* Starting domain name service... bind [fail]
$ ps aux|grep -i named
Code:
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-23-2007 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
Problem on starting BIND9
Hi folks,
Ubuntu 7.04 server amd64 (Host OS)
bind9
VMWare.
On running;
$ sudo /etc/init.d/bind9 start$ ps aux|grep -i namedCode:* Starting domain name service... bind [fail]
Please advise where shall I check and how to fix the problem. TIACode:bind 4477 0.0 0.1 70728 3608 ? Ssl 02:05 0:00 /usr/sbin/named -u bind root 5488 0.0 0.0 10084 776 ? Ss 02:48 0:00 /sbin/syslogd -a /var/lib/named/dev/log satimis 5601 0.0 0.0 5028 888 pts/0 S+ 03:09 0:00 grep -i named
Edit:
Problem solved after reboot
B.R.
satimis
- 10-25-2007 #2
Your problem was that Named was already running as you could see from the ps command. Instead of 'bind9 start' you should have used 'bind9 restart' to restart it.
- 10-25-2007 #3Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712


Reply With Quote

