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 BEDD931085 for ; Tue, 10 Dec 2024 03:11:29 +0100 (CET) Received: (qmail 57514 invoked by uid 89); 10 Dec 2024 02:11: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 57507 invoked from network); 10 Dec 2024 02:11:54 -0000 From: "Laurent Bercot" To: "Ian Macdonald via supervision" Subject: Re: Adding mdevd to the s6 boot process Date: Tue, 10 Dec 2024 02:11:26 +0000 Message-Id: In-Reply-To: <20241210095853.47c8d48a@Naked.joffre.net> References: <20241210095853.47c8d48a@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 >Mdevd now warns 'unable to spawn ./run' every 60 seconds. That sounds like something s6-supervise would write, not mdevd. Are you sure it's related to mdevd? Check the service directories you just added. >Any hints as to what ./run it is trying to run and where it should be? Typically it's the starting script of a longrun service, located in a service directory. We'd need the full, exact error message to be more precise - the relevant information is in what you didn't say. -- Laurent