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=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 23792 invoked from network); 22 Jun 2022 07:49:29 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 22 Jun 2022 07:49:29 -0000 Received: from mx0.riseup.net ([198.252.153.6]) by 9front; Wed Jun 22 03:45:04 -0400 2022 Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx0.riseup.net (Postfix) with ESMTPS id 4LSb576GT0z9tFG for <9front@9front.org>; Wed, 22 Jun 2022 07:44:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1655883899; bh=yWcsWL5GAulpEu3ftW1xEGgmdaznQzMLN4B/jPHCURU=; h=Subject:To:References:From:Date:In-Reply-To:From; b=g20dY6VvfPRa+ChgxwKw764iw99m+r/OvOaCuWOX2makRi0aExC96pQuY9S8Mobbq J/BS7+TWpqwgsrMaIoouGyref+bl+xqicZXZDuX3xb4p1epEkK5Uzf+pegG/zG3XLp gGnccDrzblegx6cCCUXi2DSBNANGmf6JYWZSu/II= X-Riseup-User-ID: 7EFE159E1C242916D363863E46C033D5F01620E42AF11FA0C38FA854ECF208A9 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4LSb570KF7z5w5Z for <9front@9front.org>; Wed, 22 Jun 2022 07:44:58 +0000 (UTC) To: 9front@9front.org References: <111F5A2248B474E79463963F5CBEF03E@yourdomain.dom> From: mkf9 Message-ID: <4dd8a8cd-4cc4-1d2f-32a2-b6a69eec6f88@riseup.net> Date: Wed, 22 Jun 2022 12:14:54 +0430 MIME-Version: 1.0 In-Reply-To: <111F5A2248B474E79463963F5CBEF03E@yourdomain.dom> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: NoSQL-scale extension map/reduce solution Subject: Re: [9front] File sharing with Windows Reply-To: 9front@9front.org Precedence: bulk stefncb@gmail.com wrote: > > I changed /rc/bin/service/!tcp445 to: > > #!/bin/rc > exec /bin/ip/cifsd -f /sys/log/cifsd.debug -w WORKGROUP -o trspaces $* > > (The only thing I thought made sense to change was the workgroup, it now matches the Windows PC). > > And then ran aux/listen. Am I supposed to find a new network share on the Windows PC now? I don't. > > Jacob mentioned SMBv3 support, but going through the Windows features I could enable SMBv1/CIFS support, which didn't help. > > I thought I should check the debug log - /sys/log/cifsd.debug doesn't even exist. How do I check if the service is actually running? > it doesn't appear on auto discovery, add it manually (map a network drive).