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.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HTML_MESSAGE,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 953 invoked from network); 18 Apr 2021 14:44:50 -0000 Received: from tb-ob1.topicbox.com (64.147.108.173) by inbox.vuxu.org with ESMTPUTF8; 18 Apr 2021 14:44:50 -0000 Received: from tb-mx1.topicbox.com (tb-mx1.nyi.icgroup.com [10.90.30.61]) by tb-ob1.topicbox.com (Postfix) with ESMTP id E688134231 for ; Sun, 18 Apr 2021 10:44:45 -0400 (EDT) (envelope-from bounce.mM67a20cd6deb2da053b42096a.r522be890-2105-11eb-b15e-8d699134e1fa@9fans.bounce.topicbox.com) Received: by tb-mx1.topicbox.com (Postfix, from userid 1132) id E2C3F2457E20; Sun, 18 Apr 2021 10:44:45 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=9fans.net; h=to :message-id:date:mime-version:content-type :content-transfer-encoding:from:list-help:list-id:list-post :list-subscribe:reply-to:subject:list-unsubscribe; s=dkim-1; bh= C7ckTrsvXRIixXpBQHJnP0xc8l/DxvsyFCmj+Zsv18U=; b=TfZcmqQCpcM4g/aN /bwxAORzR+L8rvlb4ZPdGPMGxJWVbaZfqlMMpBlQqp8NU697uBsRBf0oxjP4PQRI rl6r/+xrVv6qtePbhrFJ9+o9wjQoNED2Vn/8zDmcb8R4MOk//AMlz/PDugZ4x5QJ 3EHvI2Lotv31D8HsPRBgvC73v8g= To: 9fans <9fans@9fans.net> Message-Id: <16187570800.5bCe05dE3.356828@composer.9fans.topicbox.com> Date: Sun, 18 Apr 2021 10:44:40 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16187570801.b774aE6.356828" Content-Transfer-Encoding: 7bit Topicbox-Policy-Reasoning: allow: sender is a member Topicbox-Message-UUID: 9b5db092-a054-11eb-9b92-f1d31f2d11b0 Archived-At: =?UTF-8?B?PGh0dHBzOi8vOWZhbnMudG9waWNib3guY29tL2dyb3Vwcy85?= =?UTF-8?B?ZmFucy9UZjY1MWQ1MzdkNWRiZDExNy1NNjdhMjBjZDZkZWIyZGEwNTNiNDIw?= =?UTF-8?B?OTZhPg==?= From: "ibrahim via 9fans" <9fans@9fans.net> List-Help: List-Id: "9fans" <9fans.9fans.net> List-Post: List-Software: Topicbox v0 List-Subscribe: Precedence: list Reply-To: 9fans <9fans@9fans.net> Subject: [9fans] 9vx, 9legacy List-Unsubscribe: , Topicbox-Delivery-ID: 2:9fans:437d30aa-c441-11e9-8a57-d036212d11b0:522be890-2105-11eb-b15e-8d699134e1fa:M67a20cd6deb2da053b42096a:1:Es2kpehk78l6D14IXY-YIHG_CFkgEK34K0jCgOVC-bA --16187570801.b774aE6.356828 Date: Sun, 18 Apr 2021 10:44:40 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable While looking for a way to exchange files between a linux system and an hos= ted virtual machine running plan9 I found vx32 and 9vx. I couldn't master t= o compile it under a 64 bit Linux cause libX11 was missing as a compatible = 32 bit library so I installed a 32 bit linux and everthing compiled without= problems. I started 9legacy with 9vx -r -u glenda "memsize=3D1536" everything went fine and this is amazingly fast. I can exchange files betwe= en host and guest. Now my questions : a) When I typed fshalt I got an error that I don't have permissions to call= /bin/echo. It seems like echo from the host system was called instead of e= cho from 9legacy. Is this a bug or did I forget something ? b) How does the installation procedure work ? Usually during the installati= on of a distro lets say 9front I would have to partition a harddisk where t= he necessary things are installed.=20 c) I'm a bit confused about the licensing of 9vx and vx32. vx32 is LGPL and= 9vx is/was licenced with the Lucent license while 9vx uses vx32 or am I wr= ong ? Thanks in advance and 9vx is really an amazing tool. ------------------------------------------ 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tf651d537d5dbd117-M67a20= cd6deb2da053b42096a Delivery options: https://9fans.topicbox.com/groups/9fans/subscription --16187570801.b774aE6.356828 Date: Sun, 18 Apr 2021 10:44:40 -0400 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
While looking for a way to exchange files betw= een a linux system and an hosted virtual machine running plan9 I found vx32= and 9vx. I couldn't master to compile it under a 64 bit Linux cause li= bX11 was missing as a compatible 32 bit library so I installed a 32 bit lin= ux and everthing compiled without problems.

I started 9legacy with

9vx -r <rootpa= th> -u glenda "memsize=3D1536"

everything went fine and this is amazingly fast. I can exchange files bet= ween host and guest.

Now my questions :

a) When I typed fshalt I got an error that I= don't have permissions to call /bin/echo. It seems like echo from the = host system was called instead of echo from 9legacy. Is this a bug or did I= forget something ?

b) How does the instal= lation procedure work ? Usually during the installation of a distro lets sa= y 9front I would have to partition a harddisk where the necessary things ar= e installed.

c) I'm a bit confused ab= out the licensing of 9vx and vx32. vx32 is LGPL and 9vx is/was licenced wit= h the Lucent license while 9vx uses vx32 or am I wrong ?
Thanks in advance and 9vx is really an amazing tool.

= --16187570801.b774aE6.356828--