On 22/08/13 11:05, Nidal Shater wrote:
Hi After I installed bind9, by using configuration,make and make install, I typed "/etc/init.d/named restart" to test Bind, but linux(centos6.3) return this : "/etc/init.d/named: No such file or directory"
"make install" does not install a SysV init script. You need to provide one yourself. Most bind packages (RPM, deb) come with an init script to suit the system. The source tarball does not, IIRC.
could you help me to get rid of it please ?
Grab this file and use it: http://pkgs.fedoraproject.org/cgit/bind.git/tree/named.init?h=f15 ...or see this excellent SRPM: http://www.five-ten-sg.com/mapper/bind ...which also contains an init script. _______________________________________________ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list [email protected] https://lists.isc.org/mailman/listinfo/bind-users

