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.0 required=5.0 tests=DATE_IN_PAST_03_06,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 29327 invoked from network); 22 Jun 2022 08:29:23 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 22 Jun 2022 08:29:23 -0000 Received: from mail-ej1-f44.google.com ([209.85.218.44]) by 9front; Wed Jun 22 04:26:10 -0400 2022 Received: by mail-ej1-f44.google.com with SMTP id pk21so9452849ejb.2 for <9front@9front.org>; Wed, 22 Jun 2022 01:26:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:message-id:to:subject:date:in-reply-to:mime-version :content-transfer-encoding; bh=wzsjR4obovqFn4PZL/pS6oeaJZiyHDTYZF296pV6FcU=; b=ayAIvVUBjlz5L15jAoO7Gyj3O1MA5InWPvgqeYccy+ZFaPe/oGPDQd9RMMYsU8PSve ohKPy0g/77uGUELJ93LGygvQzOIeAgRD7HmkkEXGNCZdpc7eTBQ8sZrsNFQIRy+Po+Q2 SQnrPIbMEvA3cLe3NVD6NpHPkY5YXIGIgjyhaGdJCmmwKtF9A9GucwN7QAwWDRA9+GXk Bf2j1T7DPcYxnY12IS314bLQHfI4gxm9CWaGUqMeMVAOngN3cQY6t/lTk65bA4gm3ViP iKlftPO3pQ2EPbLVwLHWAV73FM+YYjRInoZM52HgLZQuO7zE4nJFWHVtyOSPYIg/NNAR 8kGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:message-id:to:subject:date:in-reply-to :mime-version:content-transfer-encoding; bh=wzsjR4obovqFn4PZL/pS6oeaJZiyHDTYZF296pV6FcU=; b=PyC4wcHSnlPUsiAlHFbOr4AEdDMkBvbsFVaCQeM/8KybaD+J9ohrgT0v+7X+gj+vue XGzDxY7AFV5CfrlOlYBRy+wgLoalzeQXpO/1f7hfzQPIMLk16qWQ1fsd/RNv7Fl0+WHV Td3e1Fi0Y8N38eHTVlzbO9CNBOxMHl8zVmLqIisivVHtKVeJvz1RUaftwpjlqsWtI0Bg NLOf/DlohB6Ac8RKIWilh9gD89Bb1I3PJQXACPs90cIWOs+T+bfGVrPWWqvNDjyRcK8f vybslTy0TA4ts37CEBjhwE5U+gdB6h8xLMm7bQFTH7QtZxPk67kDkKTAJIAL/BYk2syG jdCA== X-Gm-Message-State: AJIora8TyFEG2pq5WPvNoTXCkQAQRlz3zH0MTOArET1nDa2QZvjsGIiP h53v0fQwLsJPifB4PGWu11n/94zPWkkP3w== X-Google-Smtp-Source: AGRyM1vE1I6GbrJzCaWr7uwLpTvu5sQxf8Ev2+spzPQn7RCHfY9qfEP3fujkbnlVj0HtnqdOxtwS0Q== X-Received: by 2002:a17:907:7d91:b0:722:73d:445e with SMTP id oz17-20020a1709077d9100b00722073d445emr2014334ejc.690.1655886365657; Wed, 22 Jun 2022 01:26:05 -0700 (PDT) Return-Path: Received: from marco ([79.115.136.219]) by smtp.gmail.com with ESMTPSA id x11-20020a50ba8b000000b00435b4775d94sm403417ede.73.2022.06.22.01.26.04 for <9front@9front.org> (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 22 Jun 2022 01:26:05 -0700 (PDT) From: stefncb@gmail.com X-Google-Original-From: glenda@yourdomain.dom Message-ID: <22624E15A96DDCAFF11129C23F5D85B4@yourdomain.dom> To: 9front@9front.org Date: Wed, 22 Jun 2022 08:26:00 +0300 In-Reply-To: <4dd8a8cd-4cc4-1d2f-32a2-b6a69eec6f88@riseup.net> 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: singleton-based reduce/map-based XMPP over ActivityPub out-scaling content-driven-oriented frontend Subject: Re: [9front] File sharing with Windows Reply-To: 9front@9front.org Precedence: bulk Quoth mkf9 : > 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). Should've known that to begin with. Thanks a lot!