OK. It's been a while since I've done sys-admin and it shows.
It appears BIND isn't starting on system reboot and whenever I restart the
daemon, using the rc script, all I do is spawn another process, so I have
multiple instances running in parallel, every time I run the restart script
...
Follow
chris liesfield wrote:
>
> # See how we were called.
>
> case "$1" in
> start)
> # Start daemons.
> echo -n "Starting named: "
> daemon /usr/local/sbin/named -u named -t /var/named -c /etc/named.conf
> echo
> touch /var/lock/subsys/named
> ;;
I often find that it's helpful for rc scripts to ensur
> See inline comments:
>
> From: bind-users-boun...@lists.isc.org [bind-users-boun...@lists.isc.org] on
> behalf of John W. Blue [john.b...@rrcic.com]
> Sent: Tuesday, December 01, 2015 7:46 PM
> To: chris liesfield; bind-users@lists.isc.org; james.skli...@
3 matches
Mail list logo