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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 10217 invoked from network); 14 Jan 2021 15:52:27 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 14 Jan 2021 15:52:27 -0000 Received: from pv50p00im-ztdg10012001.me.com ([17.58.6.51]) by 1ess; Thu Jan 14 10:14:00 -0500 2021 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=1a1hai; t=1610637231; bh=Wdg8QC6AaaJG62T0cHjsBKps/RMknRdaeyn8v8GGzMg=; h=From:Content-Type:Mime-Version:Subject:Date:To:Message-Id; b=Q5gKD2/ZiPt1N50GplLuQ3Rlg9UNW1CdV6uYqgJlYs2+JLkc8UZTS4UmugrKNLjpf OM+48J0dVzTgidMzcS2HI3ruAPQr5MQCIE28l3XU908usmkzxsn6yAFRt5Lwvo52JU gtuSISB2Yg8bkd2OJxky0ERbKaudXKX2S7jeu2Ye9DYjTeFMeEeqwXAEtDm5nztUKQ mY5/y4Oj4LgMNoF+eAgm2/lPjmkhF12RVVRFy/ZnKlM5xHNd+mwf/qvpXVgMJHosEL K8aQXDgl2/lo+E1kzmv0vX4TQm1k2RRBmsgjd+Ajsm8H+yUqeu/jZ9CS76ohRjz6Pp C1HaXKmFRwzmg== Received: from [192.168.1.6] (unknown [37.183.48.218]) by pv50p00im-ztdg10012001.me.com (Postfix) with ESMTPSA id 50FAB2806F8 for <9front@9front.org>; Thu, 14 Jan 2021 15:13:50 +0000 (UTC) From: Daniel Morandini Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.40.0.2.32\)) Date: Thu, 14 Jan 2021 16:13:48 +0100 References: To: 9front@9front.org In-Reply-To: Message-Id: <92141D11-C322-48BC-8881-9DED9DB843AD@me.com> X-Mailer: Apple Mail (2.3654.40.0.2.32) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.343,18.0.737 definitions=2021-01-14_05:2021-01-14,2021-01-14 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 mlxscore=0 mlxlogscore=436 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-2006250000 definitions=main-2101140089 List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: browser SOAP over JSON cache browser session method-oriented controller Subject: Re: [9front] tsl boot, tsl error Reply-To: 9front@9front.org Precedence: bulk Hi cinap :D > the t9fs service basically just establishes a tls tunnel, > authenticated using your dp9ik key, and then proxies to > the 9fs service on the fileserver. >=20 > here, take a look: >=20 > term% cat /rc/bin/service/tcp17020 > #!/bin/rc > exec tlssrv -A /bin/aux/trampoline 'net!$fs!9fs' Ahhhh got it! > and, that the fileserver is listening on the 9fs > (tcp port 564). tcp 0 glenda Listen secstore 0 :: tcp 1 none Listen rcpu 0 :: tcp 2 glenda Listen ticket 0 :: tcp 3 none Listen t9fs 0 :: tcp 4 glenda Established rcpu 62315 192.168.1.12 tcp 5 glenda Established rcpu 38078 192.168.1.12 tcp 6 network Closed secstore 58979 192.168.1.6 tcp 7 glenda Established rcpu 58981 192.168.1.6 tcp 8 network Closed 56203 ticket = filefucker.station tcp 9 network Closed 42207 ticket = filefucker.station tcp 10 network Closed ticket 42207 = filefucker.station udp 0 network Closed 0 0 :: il 0 network Closed 0 ticket = filefucker.station icmp 0 network Datagram 0 1 :: icmpv6 0 glenda Datagram 134 134 ff02::1 The server is *NOT* listening on 564, but console=3D0 service=3Dcpu sysname=3Dfilefucker nvram=3D#S/sdM0/nvram = user=3Dglenda authdom=3DPardac nobootprompt=3Dlocal!/dev/sdUdcc3b/fscache = -a tcp!*!564 this is my cmdline.txt file. It theory I=E2=80=99m instructing cwfs to = listen on 564 right? (The fileserver is a raspberry pi4 with a SATA disk). =E2=80=94-- As usual, telling the problem out loud made it clear :D I am listening on the rcpu port because my server is instructed to be a cpu server, hence starts listening and thats why I can rcpu into it. I cannot use the file server directly though because =E2=80=98-a tcp!*!564=E2=80=99 is not interpreted correctly (spacing!)! =E2=80=A6I quoted that, I that just booted for the first time from the = network. It was just amazing =F0=9F=98=82 Thank you sincerely, I=E2=80=99m learning so much from the front like never before. Have a nice day dan=