Bug#960594: systemd: services (bind9, squid) are started before their filesystems had been mounted

Michael Biebl biebl at debian.org
Tue May 19 14:28:57 BST 2020


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.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-systemd-maintainers/attachments/20200519/a196dc45/attachment.sig>


More information about the Pkg-systemd-maintainers mailing list