From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, NICE_REPLY_A,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 20880 invoked from network); 21 Jun 2022 18:39:40 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 21 Jun 2022 18:39:40 -0000 Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Tue Jun 21 14:38:27 -0400 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1655836703; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5dfMMsDqV34i1fh2DE0hs63Nhjl4W1IPMhPOYdOnNnM=; b=sj4eFrZ9Z9f7KjleDMUubmmKWI3Bl9lsuwrOkVsBgHBMpbUDda7lIDXgcbiXkCWsgbXB2i S9P6633j25S9X+JipiYTMVxzGy+ejYDLzEaYmM8yGYlc8LPkzD3NcZFyCAuEfOMgQbSuGw SQoJs8q49DOsGi2ySio/XsCyVa/fPZE= Received: from [192.168.168.200] (161-97-228-135.lpcnextlight.net [161.97.228.135]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id 4afa22cf (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Tue, 21 Jun 2022 13:38:23 -0500 (CDT) Message-ID: <5126791a-3e50-8b35-b67f-5ae4e672b80b@posixcafe.org> Date: Tue, 21 Jun 2022 12:37:24 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Content-Language: en-US To: 9front@9front.org References: <191161D00ED4E36A241054AB84FC3064@yourdomain.dom> <9ba67fc0-5e00-1066-fbbb-700a2e656ec6@riseup.net> From: Jacob Moody In-Reply-To: <9ba67fc0-5e00-1066-fbbb-700a2e656ec6@riseup.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: engine metadata-aware SVG over SQL hosting session-based controller Subject: Re: [9front] File sharing with Windows Reply-To: 9front@9front.org Precedence: bulk On 6/21/22 12:34, mkf9 wrote: > stefncb@gmail.com wrote: > >> I've looked at the manpage, which lead me to listen(8), saying that it's supposed to be ran by tcp445 - which does contain a call to cifsd. I'm scratching my head on how I'm supposed to correctly configure and use that service. I mean, it's there, what do I do to make it actually run? > > > change /bin/service/!tcp445, rename it to tcp445 and run > % aux/listen > then it should listen for it. > > or use aux/listen1 instead, without need of dealing with files under > /bin/service One additional note I would add here: aux/listen will periodically check for new services in /bin/service. So if you have aux/listen running already, renaming the file should be enough to get the listener setup for the new service.