From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 21E5B242B7 for ; Mon, 6 May 2024 14:44:26 +0200 (CEST) Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Mon May 6 08:43:19 -0400 2024 Received: from mimir.eigenstate.org (localhost [127.0.0.1]) by mimir.eigenstate.org (OpenSMTPD) with ESMTP id 05d7c7a4 for <9front@9front.org>; Mon, 6 May 2024 05:43:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eigenstate.org; h= message-id:to:subject:date:from:in-reply-to:mime-version :content-type:content-transfer-encoding; s=mail; bh=Mts9gUuUSM4y PDnYitvvE/INdr8=; b=AArlkhuiedhORknvGuPLhwuHXR0j66z8WaHzOOpYdxFA HRxZJVWsolpVWzGY5pZRYrivVJdD/iZr9I/nOFoQy9JbnSDf2uCftgcyzIaBS2M1 cDGx2ug7OBmhGJB+gl8dypRls8i283bvo71CYVsHMOtKjbhyUr2CvlkhwZgXOUg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eigenstate.org; h=message-id :to:subject:date:from:in-reply-to:mime-version:content-type :content-transfer-encoding; q=dns; s=mail; b=kZ3PzvOx8xM35VFz5If jgEx+ZFsofo31+w4aYr7jV/0o9xU3wT0nNMb4wXx5DGoWyFyUfjRhWaxWyb5Hkog WgTKlGtEXPG43rRsB6Md+22sf0pQ0VFn2PbAKQMYeTw5b4RUQcCPvIuKU9JYk4Xi JdLKq1Wx98v3s07ovcV7wdGU= Received: from abbatoir (pool-108-6-24-2.nycmny.fios.verizon.net [108.6.24.2]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 804279e9 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Mon, 6 May 2024 05:43:14 -0700 (PDT) Message-ID: <7D3BF4392AC2C46E8146B2A18FA14471@eigenstate.org> To: 9front@9front.org Date: Mon, 06 May 2024 08:43:12 -0400 From: ori@eigenstate.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: ActivityPub over HTTP base-oriented service storage full-stack interface Subject: Re: [9front] Enabling a service Reply-To: 9front@9front.org Precedence: bulk Quoth Rocky Hotas : > > How to enable such a service? I guess that my system is not a CPU server, > probably it's just a file server. Does this matter? yes, listen(1) is only started on cpu servers by default. you can run it manually if you want.