From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id UJXRFrauxGGHEAAAgWs5BA (envelope-from ) for ; Thu, 23 Dec 2021 18:15:34 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id AK9cErauxGFtcQAAbx9fmQ (envelope-from ) for ; Thu, 23 Dec 2021 17:15:34 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 245E5CFE2 for ; Thu, 23 Dec 2021 18:15:33 +0100 (CET) Received: from localhost ([::1]:33186 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n0Rgi-000285-8H for larch@yhetil.org; Thu, 23 Dec 2021 12:15:32 -0500 Received: from eggs.gnu.org ([209.51.188.92]:59764) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0RgX-00026r-1y for guix-patches@gnu.org; Thu, 23 Dec 2021 12:15:24 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:51485) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n0RgE-0003nq-UU for guix-patches@gnu.org; Thu, 23 Dec 2021 12:15:12 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1n0RgE-0007GB-KA for guix-patches@gnu.org; Thu, 23 Dec 2021 12:15:02 -0500 Subject: bug#52717: Add watchdogd Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 23 Dec 2021 17:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 52717 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: phodina Cc: 52717-done@debbugs.gnu.org Mail-Followup-To: 52717@debbugs.gnu.org, othacehe@gnu.org, phodina@protonmail.com Received: via spool by 52717-done@debbugs.gnu.org id=D52717.164027970027876 (code D ref 52717); Thu, 23 Dec 2021 17:15:02 +0000 Received: (at 52717-done) by debbugs.gnu.org; 23 Dec 2021 17:15:00 +0000 Received: from localhost ([127.0.0.1]:34797 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n0RgB-0007FY-WA for submit@debbugs.gnu.org; Thu, 23 Dec 2021 12:15:00 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58980) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n0RgA-0007FN-6i for 52717-done@debbugs.gnu.org; Thu, 23 Dec 2021 12:14:59 -0500 Received: from [2001:470:142:3::e] (port=33780 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0Rg4-0003lX-Ob; Thu, 23 Dec 2021 12:14:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=3EYi2XAy4/iUHucwOOoGLFGkaKAke8Qp7GAqPSFF8hg=; b=UtVkTa5RAYGRAg7e0Aax hd2I0qnvXhVL69B/n+1NW9927cQx2ZBK3kJ/dskoO1AJ7HbYKhNTKc/XqzNToSm7XTmzQHlCMlU4w lN+B/6UzuqR/NYam36x4CGqVnS/IAg+oOAzQrUKeXJtvZpPel4VrVAHzmF+Z1XlCYWL/wCXd82nCC CSqGXnH8aFlYXAUAARAO3q0ex4k9IZUK+OqqRjDwO8rpnEfI/gKtrc677v47Sh3Nz6SOKtzYbvWiL Atxc01nFdDOH8c0zX8qGolFNsGZSTjESjOIvazntXqttU0AVAuQUWXGzmPO7NhmOyrfzY2DmTDadV 0xYhj0uFrkkpxQ==; Received: from [2a01:cb18:832e:5f00:3563:417e:2a38:86d8] (port=49300 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0Rg3-0006hr-Lx; Thu, 23 Dec 2021 12:14:53 -0500 From: Mathieu Othacehe References: Date: Thu, 23 Dec 2021 18:14:49 +0100 In-Reply-To: (phodina@protonmail.com's message of "Tue, 21 Dec 2021 21:25:07 +0000") Message-ID: <87wnjvb5va.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1640279734; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=3EYi2XAy4/iUHucwOOoGLFGkaKAke8Qp7GAqPSFF8hg=; b=RIiOm1yYtX1JHlBJ1miRx8IDXkEDdMhxiIvOK7CV4mIcMHcJ/aejTXf7tTgrPhHT0XNDLy p5OX1G34rE5ESGH6le94sO5EpR335kjnqDyYFrYp0TA5d8f+1gMRtkzcVJ7tX9nNfZoi9O F1ezCBAbau2n90ofWF75Q3R2X7AJDS+owaOek4JbsDYe6i0VMpPm7fKOmFwLIPqtxlMSQV Ct/p2DbR4M7Qu+MkNwK/+sX+5DRe+TtFRHg+4UgcA7AVpIJEk62JqZj13slW2FcBd70oNz wqXyfUEaucIkEf+zbfww5RISiyPeRfBMDU3aXY7grXJfTc3luVj/iWClXFOFHw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1640279734; a=rsa-sha256; cv=none; b=Ip8/zq098D1+/xv5Lf+xVk/90ol+Izce5s5tRP4ej3A25XAaHnmTZ0LRzJOHJJxctfYWFv pHH97ejsa2v6qRf6vHivPMZTT/5fP321kMOh87q5jVTVSrxIhpCGs114xQZUlZT831HYs5 LZzI9JKWERb6iXXFGmKd5JeMB9RI8xaOs9Y8jPMjTL4/S/PHBfM8Eg62H/BJIcbCL2Ro9Z ysDDi+3CK/tfjlHIqI/UzO1YtNF5Mrhs6SyAzWYGQNifZIjUiZxy4NVmDvmtUSdjs4sQS/ 3zfzNR3i9CpHPiutKYafXdtjYqjiqrTC87VZ+9pRsq//mhvx9NUZSRCEtOw/4w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=UtVkTa5R; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.55 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=UtVkTa5R; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 245E5CFE2 X-Spam-Score: -4.55 X-Migadu-Scanner: scn0.migadu.com X-TUID: xqOy3TYp6zRw 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