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 E6C472350A for ; Tue, 7 May 2024 01:00:53 +0200 (CEST) Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Mon May 6 18:59:31 -0400 2024 Received: from mimir.eigenstate.org (localhost [127.0.0.1]) by mimir.eigenstate.org (OpenSMTPD) with ESMTP id 8f817d4b; Mon, 6 May 2024 15:59:25 -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=A7EROMxf9EOL jzsplvf2/Ctu0U0=; b=jeLJw23UuRqmjoK7OXoUDYbl20kUdTHl4P66cDZtZTzG oE0427zWIwNUM4nd9uwm1FbrqApx4ToqJ40ndqqWJ4u28hDLKvZAE3fYGwjz2skq n2ExtgWEaeFL4MyUm9wGhb3wLhoLguu7bTg4VDIlJ4Z/gF0QBR8XLLz9yWUQES0= 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=nije+5unqaLZ02Svmio BqqO/45pILSzwliYvWcKVjsqidTTLT5sU0Dyb0YqeysrkolQ+oxRobFFuYyiZjzw BJaLgBObg2Et3zIPWXkeyb2irdtnVl0xtDyTNRRtexkn8VCrgHh6V+S51F8CNlZi ECFSzHE+Hv6SpjZSlSMo49hc= Received: from stockyard.bk.recurse-network.net (gateway.bk.recurse-network.net [23.136.216.2]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 9216a845 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO); Mon, 6 May 2024 15:59:24 -0700 (PDT) Message-ID: <5D487FB4042B6C57B47CAEE0DC35ACC2@eigenstate.org> To: 9front@9front.org, rockyhotas@firemail.cc CC: ori@eigenstate.org Date: Mon, 06 May 2024 18:59:22 -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: session base AJAX over ACPI app polling map/reduce metadata 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.