Am 19.05.20 um 15:25 schrieb Wladimir Mutel:

> I applied these changes:
> 
> diff --git a/ppp/ip-up.d/1route b/ppp/ip-up.d/1route
> index 28617be..4f8c4e3 100755
> --- a/ppp/ip-up.d/1route
> +++ b/ppp/ip-up.d/1route
> @@ -164,7 +164,7 @@ case $PPP_IPPARAM in
>         ;;
>  esac
> 
> -pidof named || service bind9 restart
> +#pidof named || service bind9 restart
>  cd ~mwg
>  bash set-default-route2.sh
>  bash whois-routes.sh
> diff --git a/resolvconf/update.d/bind b/resolvconf/update.d/bind
> index a985e95..7f8c85b 100755
> --- a/resolvconf/update.d/bind
> +++ b/resolvconf/update.d/bind
> @@ -101,6 +101,6 @@ if [ -x /usr/bin/diff ] && [ -f "$DYNAMIC_OPTS_FILE"
> ] && /usr/bin/diff -q "$DYN
>         rm -f "$TMP_FILE"
>  else
>         mv -f "$TMP_FILE" "$DYNAMIC_OPTS_FILE"
> -       [ -x /etc/init.d/bind9 ] && /etc/init.d/bind9 reload > /dev/null
> 2>&1 || :
> +#      [ -x /etc/init.d/bind9 ] && /etc/init.d/bind9 reload > /dev/null
> 2>&1 || :
>  fi
> 
> and restarted the system again
> 
> attaching the log after the reboot

Looks ok from what I can see, right?
So it was most likely the resolvconf hook.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to