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 22273222FC for ; Tue, 7 May 2024 01:03:03 +0200 (CEST) Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Mon May 6 19:00:37 -0400 2024 Received: from mimir.eigenstate.org (localhost [127.0.0.1]) by mimir.eigenstate.org (OpenSMTPD) with ESMTP id faa91b2c for <9front@9front.org>; Mon, 6 May 2024 16:00:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eigenstate.org; h= message-id:to:cc:subject:date:from:in-reply-to:mime-version :content-type:content-transfer-encoding; s=mail; bh=sKJwnQmx1IkC A07gXDEkzeACwpQ=; b=FBjTmcsGyVqjM1wgDd3or3lyJUXcGqJEYfzpAJhNlepp YyhlFcYV/1hTTBcp7YFmM4MSSeZ8AxCdZJ8IdKVIL7Xkl9wlybZsmlbL+mPiPmNs FNTKF0OLSdaKRzHmMf5pg7HH5MBugYspV1JWq0P6l5k2IfQ5rLVPdCckgD+n9cM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eigenstate.org; h=message-id :to:cc:subject:date:from:in-reply-to:mime-version:content-type :content-transfer-encoding; q=dns; s=mail; b=jund4DmwoUtVLq0h8Xl x8oObdPpt/aCUatCtEiJKFBNn48NGrJNi0ukpYggxWmPS6kD6GjJYPg/70hD2BTT Zmj/aGK2CSdTh/lBAsY4EmPrItj49T0op8RehjmuaStTi9ZxOnSL93kqz33CdUMo SwuoRSNjq1zsXPQIHG2gzTgI= Received: from stockyard.bk.recurse-network.net (gateway.bk.recurse-network.net [23.136.216.2]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 724e735a (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO); Mon, 6 May 2024 16:00:31 -0700 (PDT) Message-ID: To: 9front@9front.org CC: ori@eigenstate.org Date: Mon, 06 May 2024 19:00:28 -0400 From: ori@eigenstate.org In-Reply-To: <4azdxd3t3x3whti6dlyfn75pl4wzodvs3gzsbu5t7xcnqmnuuc@kxfwuan7u5mw> 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: general-purpose ORM blockchain NoSQL app Subject: Re: Re: [9front] Enabling a service Reply-To: 9front@9front.org Precedence: bulk Quoth Rocky Hotas : > On mag 06 8:43, ori@eigenstate.org wrote: > > > > yes, listen(1) is only started on cpu servers by default. > > you can run it manually if you want. > > Ok, instead of creating a CPU server I would prefer (if possible) to > launch listen manually on my current machine. > > But it is listen(8), not listen(1), isn't it? > > Which is the correct syntax to create a tcp listener on port 7 which > is an echo service (basically, what performs /rc/bin/service/!tcp7)? > > I couldn't find any example. > > Bye, > > Rocky % g listen /bin/cpurc /bin/cpurc:26: # usb listener /bin/cpurc:108: aux/listen -q -t /rc/bin/service.auth -d $serviced tcp /bin/cpurc:112: aux/listen -q -d $serviced tcp /bin/cpurc:122: # other /proc files, such as note, so let listen be killed the invocation on line 112 is what you're looking for.