From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id INw6Ixn3eWR09QAASxT56A (envelope-from ) for ; Fri, 02 Jun 2023 16:05:13 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id ELrRIhn3eWQ4HQAAauVa8A (envelope-from ) for ; Fri, 02 Jun 2023 16:05:13 +0200 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 40FD41283E for ; Fri, 2 Jun 2023 16:05:13 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q55Oq-0000QX-7H; Fri, 02 Jun 2023 10:05:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q55Oo-0000P2-Cf for guix-patches@gnu.org; Fri, 02 Jun 2023 10:05:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1q55Oo-0005D5-3t for guix-patches@gnu.org; Fri, 02 Jun 2023 10:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1q55On-0002TD-VI for guix-patches@gnu.org; Fri, 02 Jun 2023 10:05:01 -0400 Subject: bug#45004: [PATCH shepherd] herd: Suggest alternatives when action and service are likely swapped. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 02 Jun 2023 14:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 45004 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Liliana Marie Prikler Cc: 45004-done@debbugs.gnu.org Mail-Followup-To: 45004@debbugs.gnu.org, ludo@gnu.org, leo.prikler@student.tugraz.at Received: via spool by 45004-done@debbugs.gnu.org id=D45004.16857146969474 (code D ref 45004); Fri, 02 Jun 2023 14:05:01 +0000 Received: (at 45004-done) by debbugs.gnu.org; 2 Jun 2023 14:04:56 +0000 Received: from localhost ([127.0.0.1]:40533 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q55Oi-0002Sk-2R for submit@debbugs.gnu.org; Fri, 02 Jun 2023 10:04:56 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46344) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q55Og-0002ST-4U for 45004-done@debbugs.gnu.org; Fri, 02 Jun 2023 10:04:55 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q55Oa-0004rw-Fm; Fri, 02 Jun 2023 10:04:48 -0400 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=38NKrHYYbedjkBwdz9RO+RDLrEfFdCatePLhpRNzNUY=; b=g6mTCxSM2kUMjTWd9nBr dVZDCUUUbt3tPXs02Fnx3IDcIoFxD8JGsxJ550lNhFmmTwSrAodBMlrDzl5oag9QqwLofEiIMwClP Seod+sX0kPYwOJLP99wYKqTwlv79pfmcEA84FLmOkY0Aiaih1rrS/OoMROYn8oy0TD6cXrmR/0zhy 901z6pAp2QOzPHNQk3qtR5QB63+SJMskXnGB6ZFjfLoILR+Z0a0NMDz7NFPmj/bWJfhCCjwreDYoC MHUs9YOnyjZngbRhTXOSHTJMRcuEQOQTc0DDNLz3w6NYAvGishSPcESs4WIJhQEIHP+JyKkHhgxF+ KFN5PUIqvk7jOQ==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q55Oa-000333-2v; Fri, 02 Jun 2023 10:04:48 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20201202092106.22770-1-leo.prikler@student.tugraz.at> Date: Fri, 02 Jun 2023 16:04:46 +0200 In-Reply-To: <20201202092106.22770-1-leo.prikler@student.tugraz.at> (Leo Prikler's message of "Wed, 2 Dec 2020 10:21:07 +0100") Message-ID: <87cz2e55a9.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1685714713; 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: content-transfer-encoding:content-transfer-encoding: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=38NKrHYYbedjkBwdz9RO+RDLrEfFdCatePLhpRNzNUY=; b=ONuXeBw/jI0Djff93w4E6PcUhoG1mIzEgFvSxaHvpqiZvPGKpGSQvH6/doO9GUz9PkaL6L iqy2ESFDv6NRF3XBjgMvRnAPpbXMgY6Jzt7f6k/xHNWtKspYFznG/0AlcOEM7zQUMCknUv y1Sb8tFiyIGHC/SCVMJRmaERNDulHY69+ZwlXIh/d4WJO4NS6ea19fzxmIOv+XnYpJA+Tz RcFW2zQklnqxvc+DZ+x1vYbKFQSLHRIctG+jKPhL27Z284HmUiO7w6Qp9g2sgKh/x0lBya 9taQQrU4lch1otShUcqo1EjRvC4ktm0plVX+TK04m1T2M1KpogIV6xvfSmLB1Q== 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=g6mTCxSM; 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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1685714713; a=rsa-sha256; cv=none; b=Lvpa6PlL8SkV+wFKb+gk1aV2KSVf77DqfbHsqdPaEJc47xDYzlp2HH0OpYk5DIFHkQdXEp uluhZ3DWaGGv13rqtjIewsnaWZbbJoI4DfaxSivpsnygssp/Xbab3N/l2aJfV+l/MnfyuZ E2TrfqIKwXacGJQyNkpT3s1fTqxA7s1Mg0QHbi6XTeGelfy/VjhsAINXJnpL/V080a0KwP SSaC4T3Cl77NHkNRVO76dRXEPaa0rOOqKn/Drbh1ePb5emhbDj0ck0WOUZaBv7nA8BUbsY ucVV1/8WNKrpqFbxF7gSqqSMeuqP8QtxTHSMsb5Elc4fkNig+4oU/AX8o0GLqA== X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -4.07 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=g6mTCxSM; 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: 40FD41283E X-Spam-Score: -4.07 X-TUID: uLyLcUnRodkP Hey Liliana, > * modules/shepherd/script/herd.scm (run-command)[reply error]: Report a m= ore > descriptive error if service could reasonably have been an action. I found this old patch of yours, which I find very useful. So=E2=80=A6 fin= ally applied as Shepherd commit b9b15db9e5bda27287706b6727c462df686e7621! Thanks, Ludo=E2=80=99.