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=1.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SUBJ_LACKS_WORDS autolearn=no 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 DE67F24CBF for ; Sat, 5 Oct 2024 18:04:06 +0200 (CEST) Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Sat Oct 5 12:01:24 -0400 2024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1728144052; 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=ZGum1qY6W3/GINJHAGaYtKZ37OlBVcjFB+9QaxvrB98=; b=t7YDqDH0t6/PxhL3ekrN4N+iYZDZLsYdUZLoiYAKDCje5FtcNnyKp77bd2lciHw2Hn8mig P0vpMkoTCl6fcNIusGbRV7uj/ujLFyVzV6qAxIMP+dHntY0wTkUCPEbeCx3k6lp45ZPaxf o6da8Rr6a3B6S+DMwTQ6r/zhmA3ivmQ= Received: from [192.168.168.200] (173-22-56-200.client.mchsi.com [173.22.56.200]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id 2f5518ca (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Sat, 5 Oct 2024 11:00:52 -0500 (CDT) Message-ID: Date: Sat, 5 Oct 2024 11:01:22 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: 9front@9front.org References: Content-Language: en-US From: Jacob Moody In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: overflow-preventing NoSQL SVG over XMPP database-aware STM frontend Subject: Re: [9front] 9pfs Reply-To: 9front@9front.org Precedence: bulk On 10/5/24 02:44, william@thinktankworkspaces.com wrote: > This is the one. I see the file now. So I'm missing a fuse library or fuse mount point mtpt? > > Quoth Jacob Moody : >> On 10/4/24 23:14, william@thinktankworkspaces.com wrote: >>> Usage: 9pfs [-anUfd] [-A aname] [-p port] [-u user] [-o option] service mtpt >>> >>> MacBook-Pro 9pfs % ./9pfs -o allow_other 9front /mnt >>> 9pfs: nodename nor servname provided, or not known I have no idea how fuse works on mac nor am I particularly interested in finding out, so all I can ask is you check that basics here. In this example you gave is '9front' a resolvable hostname? (ie can you 'ping 9front') Do you have port 564 listening on the 9front box? You're going to have to give a more full description of what you're trying to do.