GNU bug report logs - #52717
Add watchdogd

Previous Next

Package: guix-patches;

Reported by: phodina <phodina <at> protonmail.com>

Date: Tue, 21 Dec 2021 21:26:01 UTC

Severity: normal

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 52717 in the body.
You can then email your comments to 52717 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#52717; Package guix-patches. (Tue, 21 Dec 2021 21:26:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to phodina <phodina <at> protonmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 21 Dec 2021 21:26:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: phodina <phodina <at> protonmail.com>
To: Guix Patches <guix-patches <at> gnu.org>
Subject: Add watchdogd
Date: Tue, 21 Dec 2021 21:25:07 +0000
[Message part 1 (text/plain, inline)]
Hi,

these patches add watchdogd utility to supervise the system - applicable both to server and embedded instances.

----
Petr
[Message part 2 (text/html, inline)]
[0001-gnu-Add-libite.patch (text/x-patch, attachment)]
[0003-gnu-Add-watchdogd.patch (text/x-patch, attachment)]
[0002-gnu-Add-libuev.patch (text/x-patch, attachment)]

Reply sent to Mathieu Othacehe <othacehe <at> gnu.org>:
You have taken responsibility. (Thu, 23 Dec 2021 17:15:02 GMT) Full text and rfc822 format available.

Notification sent to phodina <phodina <at> protonmail.com>:
bug acknowledged by developer. (Thu, 23 Dec 2021 17:15:02 GMT) Full text and rfc822 format available.

Message #10 received at 52717-done <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: phodina <phodina <at> protonmail.com>
Cc: 52717-done <at> debbugs.gnu.org
Subject: Re: bug#52717: Add watchdogd
Date: Thu, 23 Dec 2021 18:14:49 +0100
Hey,

> +               (("/usr/bin/which") (string-append (assoc-ref inputs "which")
> +                                                  "/bin/which"))
> +               (("ls\"") (string-append (assoc-ref inputs "coreutils")
> +                                        "/bin/ls\"")))

I replaced those lines to use the search-input-file procedure, and
pushed the whole series.

Thanks,

Mathieu




Information forwarded to guix-patches <at> gnu.org:
bug#52717; Package guix-patches. (Thu, 23 Dec 2021 17:39:01 GMT) Full text and rfc822 format available.

Message #13 received at 52717 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: 52717 <at> debbugs.gnu.org, othacehe <at> gnu.org, phodina <at> protonmail.com
Subject: Re: bug#52717: Add watchdogd
Date: Thu, 23 Dec 2021 12:38:19 -0500
On Thu, Dec 23, 2021 at 06:14:49PM +0100, Mathieu Othacehe wrote:
> 
> Hey,
> 
> > +               (("/usr/bin/which") (string-append (assoc-ref inputs "which")
> > +                                                  "/bin/which"))
> > +               (("ls\"") (string-append (assoc-ref inputs "coreutils")
> > +                                        "/bin/ls\"")))
> 
> I replaced those lines to use the search-input-file procedure, and
> pushed the whole series.

Hi Mathieu,

I want to point out that search-input-file does not do the same thing as
(assoc-ref inputs "foo").

We should consider search-input-file as a replacement for the WHICH
procedure, and use gexps like #$foo to replace (assoc-ref inputs "foo").




Information forwarded to guix-patches <at> gnu.org:
bug#52717; Package guix-patches. (Sun, 26 Dec 2021 11:48:02 GMT) Full text and rfc822 format available.

Message #16 received at 52717 <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Leo Famulari <leo <at> famulari.name>
Cc: 52717 <at> debbugs.gnu.org, phodina <at> protonmail.com
Subject: Re: bug#52717: Add watchdogd
Date: Sun, 26 Dec 2021 12:47:47 +0100
Hello,

> I want to point out that search-input-file does not do the same thing as
> (assoc-ref inputs "foo").
>
> We should consider search-input-file as a replacement for the WHICH
> procedure, and use gexps like #$foo to replace (assoc-ref inputs "foo").

Using #$foo could be problematic when using package inheritance, as
explained by Ludo in the recent blog article.

This leaves us with #$(this-package-input foo) and "search-input-file"
as alternatives. Maybe we should promote the first one, but I see that
you have rightfully started a thread about that.

Thanks,

Mathieu







bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 23 Jan 2022 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 65 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.