From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id gCrwHs4w8mR7CAEAauVa8A:P1 (envelope-from ) for ; Fri, 01 Sep 2023 20:43:26 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id gCrwHs4w8mR7CAEAauVa8A (envelope-from ) for ; Fri, 01 Sep 2023 20:43:26 +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 1DFA145056 for ; Fri, 1 Sep 2023 20:43:26 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=dismail.de header.s=20190914 header.b=E8zzAJS0; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1693593806; h=from:from:sender:sender:reply-to: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-cc: 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=l3He/u+q8f1GnA1CQIy9yVOuo45fclU1MIGsYhl/mMc=; b=uk/4OB1QP0WDHbP7b0fEet/BoPI1Am/PusV5TMaxeqD654DFyoNafdIPeUl7Km3Vn7b/gX RSFDpwXapJy6vNR8M20d69U8QxyYjymPZ3qJfe6kM5RteKRRfZzi7d2FDPT18E5be/1BAC dml6+2GQcJmvlWq7lRaHxjCdyZffXeg8z27oevhc8Ywl4HXr39gedy92Mrk+l+QF2/W3XP gZueDd8dGs8BqZ1x01kG1Dk2NdEjP7X5TD1HNH7K+cZAwSjyEVuv4MUBeFAy9/B2BblvZm 4f7e83PGqhkVmtrlXrQsZb4iN5l2K6BZvIGO27JolQhtgRSmS7ZK5lDyiaewYw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=dismail.de header.s=20190914 header.b=E8zzAJS0; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1693593806; a=rsa-sha256; cv=none; b=Q+vkHwUuIlEO3D/BiQBRfXujlf38vVN89BPcvyv0BwLMmdy8m7SexdaHcXWPxcq4kaQF9C XbmgOleJva3D+HTXx9p7yMVWoo2vncBtMAlZagRV0yaoJLk64v4wyZveX+xUyczhmPdS5/ 9lvOprjf6RlGDSNT/SOETBWrRm/Xa/2tZXVjSrMZkWzqRVZvr77omLSEDtqazfuQTSugbC LfTv5DW4eYOz3OZGWOM1AswPcAhlC6xxjpQJfFH1OpY8p2sNImwIfAECbR7sQBaq1+R1+0 pNQRnPe7ibNeFdSx4srvUgytv5AVUxijZKDhViQ6w0HnTPeZ4XK56QTzj/Cw1A== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qc96c-0002cD-7s; Fri, 01 Sep 2023 14:42:54 -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 1qc96a-0002c5-SS for guix-patches@gnu.org; Fri, 01 Sep 2023 14:42:52 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qc96a-000209-JL for guix-patches@gnu.org; Fri, 01 Sep 2023 14:42:52 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qc96j-0002kK-JZ for guix-patches@gnu.org; Fri, 01 Sep 2023 14:43:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#39136] [PATCH] gnu: services: Add endlessh. Resent-From: jbranso@dismail.de Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 01 Sep 2023 18:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39136 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: moreinfo patch To: "Maxim Cournoyer" Cc: Oleg Pykhalov , 39136@debbugs.gnu.org Received: via spool by 39136-submit@debbugs.gnu.org id=B39136.169359375110510 (code B ref 39136); Fri, 01 Sep 2023 18:43:01 +0000 Received: (at 39136) by debbugs.gnu.org; 1 Sep 2023 18:42:31 +0000 Received: from localhost ([127.0.0.1]:33864 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qc96E-0002jS-Ky for submit@debbugs.gnu.org; Fri, 01 Sep 2023 14:42:30 -0400 Received: from mx1.dismail.de ([78.46.223.134]:17188) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qc96B-0002jC-Re for 39136@debbugs.gnu.org; Fri, 01 Sep 2023 14:42:29 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id f80fdf19; Fri, 1 Sep 2023 20:42:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h= mime-version:date:content-type:content-transfer-encoding:from :message-id:subject:to:cc:in-reply-to:references; s=20190914; bh=h8xhtIFYPFS0cSElRFpwcxooaRLnc2j540NozqXI5vA=; b=E8zzAJS0Myh9 RXFMEfvhyCEAUO+3WNtUTqGSd48pZ6JFLkILOD6hPybhZ18ewISnr3W496tHr1DI CkOltbS0ltd3wabfRPdjU3rfILDqDP2FMlxk7RMmJRcpfgLA+hCU6SLzj+3MnBF3 IeiCp7/hsbVUHO03sP4/CdbLvbXaWUiD2+x9sbriEV09x/HuXXm4kJ8bdWI3CR7O 7vIwwQA8t/4VJb7PxfR5YupuHGM5zM1JecegmI/KJXmSsSS0y5dCuMdW9+RooENU LdiEsDDaQKBF/Dkf0zNEuj7IkGiw/K4/mvCngVPmpucjsWv74BgAKCLPSQdzuCFR p0mlL5xdug== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 44a12299; Fri, 1 Sep 2023 20:42:10 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 15de4efe; Fri, 1 Sep 2023 20:42:10 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id eb95af2f (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 1 Sep 2023 20:42:10 +0200 (CEST) MIME-Version: 1.0 Date: Fri, 01 Sep 2023 18:42:09 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: RainLoop/1.17.0 Message-ID: <8e02c5bdc649f9d24708090e1217125e@dismail.de> In-Reply-To: <875y4u7h69.fsf_-_@gmail.com> References: <875y4u7h69.fsf_-_@gmail.com> <874kwx91k6.fsf@guixSD.i-did-not-set--mail-host-address--so-tickle-me> <87a6r39ksa.fsf@dismail.de> <87h7l7kt9r.fsf_-_@dismail.de> <87zgyv2fjd.fsf_-_@gmail.com> <878s5ymb08.fsf_-_@dismail.de> 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: , Reply-to: jbranso@dismail.de X-ACL-Warn: , jbranso--- via Guix-patches From: jbranso--- via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -6.83 X-Spam-Score: -6.83 X-Migadu-Queue-Id: 1DFA145056 X-Migadu-Scanner: mx0.migadu.com X-TUID: vByVfZYfG0oh August 31, 2023 10:37 PM, "Maxim Cournoyer" w= rote: > Hello, >=20 >=20Joshua Branson writes: >=20 >>=20Oleg Pykhalov writes: >>=20 >>>=20Hello, >>>=20 >>>=20I failed to test endlessh with "services: containerized endlessh" p= atch >>> in a virtual machine. Unfortunately at the moment I'm not familiar wi= th >>> =E2=80=98make-forkexec-constructor/container=E2=80=99 machinery, and = have no idea about >>> that causing the issue of boot hang. Failed VM config in attachment. >>>=20 >>>=20I succeeded to test without "services: containerized endlessh". If = wish >>> to fix a problem, ping me then you done. Otherwise I could push a >>> working version without containerization. >>=20 >>=20Oh, I suppose that I will try to get containerization working on thi= s >> service. I'd prefer to have it containerized, since it is running as >> root. >=20 >=20This was 2 years ago :-). Any update? If you are ok with a non-containerized endlessh, then I can submit a patc= h=20 adding=20that. Endlessh works on guix system, but I was not able to get the containerized version working. >=20 >=20-- > Thanks, > Maxim