From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from alyss.skarnet.org (alyss.skarnet.org [95.142.172.232]) by inbox.vuxu.org (Postfix) with SMTP id D63D73120F for ; Tue, 10 Dec 2024 05:52:29 +0100 (CET) Received: (qmail 62877 invoked by uid 89); 10 Dec 2024 04:52:55 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Received: (qmail 62867 invoked from network); 10 Dec 2024 04:52:55 -0000 From: "Laurent Bercot" To: "Ian Macdonald via supervision" Subject: Re: Re Adding mdevd Date: Tue, 10 Dec 2024 04:52:27 +0000 Message-Id: In-Reply-To: <20241210144010.400179be@Naked.joffre.net> References: <20241210144010.400179be@Naked.joffre.net> Reply-To: "Laurent Bercot" User-Agent: eM_Client/10.1.4588.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable >The exact message is > 's6-supervise mdevd: warning: unable to spawn ./run ( waiting > 60 seconds): No such file or directory Yes, it's a message from s6-supervise. As indicated by the first word. =F0=9F=99=82 >The only new services added are mdevd and init-coldplug, copied from >the examples in the s6-rc source. Check the run script of your mdevd service. Chances are the shebang does not correspond to the path where you installed your execlineb binary. -- Laurent