Results 1 to 10 of 42
hi there
need to know how i shud restar the named demon when i have dome some changes in the IN A records..
also wht does this command do:
/etc/rc.d/rc.bind ...
- 04-05-2005 #1Just Joined!
- Join Date
- Apr 2005
- Posts
- 16
how to start named deamon
hi there
need to know how i shud restar the named demon when i have dome some changes in the IN A records..
also wht does this command do:
/etc/rc.d/rc.bind restart?
- 04-05-2005 #2
Usually it would be something like
Code:/etc/init.d/named restart
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 04-05-2005 #3Just Joined!
- Join Date
- Apr 2005
- Posts
- 16
how to start named deomon
i tried /etc/init.d restart it says no such file?
- 04-05-2005 #4
Looks like you left out the named. Kind of crucial, that
It's what you're actually running. /etc/init.d is the directory it's in.
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 04-05-2005 #5Just Joined!
- Join Date
- Apr 2005
- Posts
- 16
i think doing
/etc/rc.d/rc.bind restart shud be similar to startting named demon by other commands...
any idea>??
- 04-05-2005 #6
You're running Slackware, aren't you? Different style of init scripts from most other distros... Okay, the rc.bind script is there to make the dns daemon start at boot (if you make the script executable). If you're starting the daemon manually, you would usually use the named command.
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 04-05-2005 #7Just Joined!
- Join Date
- Apr 2005
- Posts
- 16
how shud i start the named manually in slackware?
i have done some modification in the IN A records and want to make it update immediately bby manuyally starting named..but dont know how to start it..
hel p please
- 04-05-2005 #8
It's been a while, but I think it might be
Code:ndc start
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 04-05-2005 #9Linux Newbie
- Join Date
- Mar 2005
- Posts
- 230
ndc is for BIND8. The following command is recommended for BIND9:
named -u named
- 04-05-2005 #10Just Joined!
- Join Date
- Apr 2005
- Posts
- 16
its giving me this:
root@tux2:/var# named -u named
named: user 'named' unknown


Reply With Quote