9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "David du Colombier" <0intro@gmail.com>
To: 9fans@9fans.net
Subject: Re: [9fans] 9vx, 9legacy
Date: Sun, 18 Apr 2021 17:10:37 +0200	[thread overview]
Message-ID: <3d2bc110-1a17-4add-b8e4-7d234236f0d6@www.fastmail.com> (raw)
In-Reply-To: <16187570800.5bCe05dE3.356828@composer.9fans.topicbox.com>

> While looking for a way to exchange files between 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 libX11 was missing as a 
> compatible 32 bit library so I installed a 32 bit linux and everthing 
> compiled without problems.

There is no need to run a 32-bit Linux specifically, since most 64-bit
Linux distributions have support for both 32-bit and 64-bit user space.

For example, on a 64-bit Fedora you can install the 32-bit
dependencies for 9vx this way:

dnf install glibc-devel.i686 libgcc.i686 libX11-devel.i686 libXext-devel.i686 -y

> 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 ?

I'm not sure what is your issue here. Anyway, you don't need to
run fshalt on 9vx, because there is usually no file system running.

> b) How does the installation procedure work ? Usually during the 
> installation of a distro lets say 9front I would have to partition a 
> harddisk where the necessary things are installed. 

In the usual case, you don't have to run a file system in 9vx.

You simply extract the files from the Plan 9 CD in a directory
located on your host operating system, then 9vx can
use this directory as his root.

For example:

wget http://9legacy.org/download/9legacy.iso.bz2
bunzip2 plan9.iso.bz2
9660srv -f plan9.iso
9mount unix\!$(namespace)/9660 /n/9660
sudo cp -a /n/9660 /opt/plan9

9vx -r /opt/plan9

> 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 wrong ?

9vx was recently re-licensed under MIT license, but vx32 remains under LGPL.

-- 
David du Colombier

------------------------------------------
9fans: 9fans
Permalink: https://9fans.topicbox.com/groups/9fans/Tf651d537d5dbd117-Meca687190264535224ded984
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

  reply	other threads:[~2021-04-18 15:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-18 14:44 ibrahim via 9fans
2021-04-18 15:10 ` David du Colombier [this message]
2021-04-18 15:33   ` ibrahim via 9fans
2021-04-18 15:55   ` ibrahim via 9fans

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3d2bc110-1a17-4add-b8e4-7d234236f0d6@www.fastmail.com \
    --to=0intro@gmail.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).