On Tue, 08 May 2018 10:29:46 +0200 Daniel Krambrock <[email protected]> wrote:
> Package: openntpd
> Version: 1:6.0p1-2
> Severity: important
> Tags: patch
>
> Dear Maintainer,
>
> on stretch openntpd restarts every time a new interface is added. On boot,
> without the interface that provides network and many bridge interfaces, this
> leeds to a timeout of networking.service and failed ntp.service.

> I found a fix here:
> https://github.com/debops/debops/pull/325/commits/648434f7fc87b3e0764c9635a5c4b0ee2161925f
> witch leeds to the patch:
>
> ~# diff -u openntpd_orig/etc/network/if-up.d/openntpd /etc/network/if-
> up.d/openntpd
> --- openntpd_orig/etc/network/if-up.d/openntpd  2016-11-11 22:47:56.000000000
> +0100
> +++ /etc/network/if-up.d/openntpd       2018-05-08 10:16:42.885001246 +0200
> @@ -7,4 +7,14 @@
>         exit 0
>  fi
>
> -invoke-rc.d openntpd force-reload || true
> +if [ "$MODE" != start ]; then
> +    exit 0
> +fi

Greetings,

You have both submitted a patch for this bug, here via the BTS and via
Salsa Git. Could you please check that it still applies to what's
currently in salsa Git?

Thanks!
Martin-Éric

Reply via email to