Your message dated Sun, 2 Aug 2020 22:08:20 +0200
with message-id <[email protected]>
and subject line Re: systemd-notify doesn't work because of race condition
has caused the Debian Bug report #863601,
regarding systemd-notify doesn't work because of race condition
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
863601: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863601
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: systemd
Version: 232
I used unit-file with options below:
Type=notify
NotifyAccess=all
Command `systemd-notify --ready` worked only once. All other times it did
nothing. Service was killed by systemd after timeout. systemd-notify
returned zero code (success). No error was reported.
Workaround script I used to solve the issue:
inport systemd.daemon;
systemd.daemon.notify('READY=1')
Another bug report might describe the same issue:
https://bugzilla.redhat.com/show_bug.cgi?id=982376
But in my case everything works without any sleeps.
I use Debian 9 Stretch.
--- End Message ---
--- Begin Message ---
Version: 246-1
On Mon, 29 May 2017 09:20:52 +0200
=?UTF-8?B?0JDQvdC00YDQtdC5INCU0L7RhtC10L3QutC+?= <[email protected]>
wrote:
> Package: systemd
> Version: 232
>
> I used unit-file with options below:
>
> Type=notify
> NotifyAccess=all
>
> Command `systemd-notify --ready` worked only once. All other times it did
> nothing. Service was killed by systemd after timeout. systemd-notify
> returned zero code (success). No error was reported.
>
> Workaround script I used to solve the issue:
>
> inport systemd.daemon;
> systemd.daemon.notify('READY=1')
>
> Another bug report might describe the same issue:
> https://bugzilla.redhat.com/show_bug.cgi?id=982376
> But in my case everything works without any sleeps.
>
> I use Debian 9 Stretch.
This has been fixed in v246,
see https://github.com/systemd/systemd/pull/15547
Closing the bug report accordingly.
Regards,
Michael
signature.asc
Description: OpenPGP digital signature
--- End Message ---