Re: [9fans] What are you using Plan 9 for?

2018-06-14 Thread N. S. Montanaro
As of February Go supports Plan 9, according to David du Colombier. I was doing 
some projects with Go and shot him an email around that time.


Re: [9fans] What are you using Plan 9 for?

2018-06-13 Thread N. S. Montanaro
I think a lot of people discover Plan 9 and want it to be something it isn’t, 
rather than stumble upon it out of necessity. As the FQA says, “Plan 9 is not 
for you."


Re: [9fans] Inferno hosted for browser

2018-01-03 Thread N. S. Montanaro
This made me curious enough to install Inferno and give it a go. Since I know 
next to nothing about its architecture consider this a cursory finding.

It appears ‘os’ executes the commands given to it on the host system as the 
user who started the Inferno emulator. Running Chromium through the ‘os’ 
command leads to the process showing up normally and belonging to the user who 
executed the Inferno emulator.

So it doesn’t seem like any sandboxing is provided by running applications on 
the host machine in this way.

- Nic


Re: [9fans] 9front: Trouble installing packages using contrib system

2017-06-05 Thread N. S. Montanaro
Under 9front, try the following steps:

% mkdir -p /dist/replica/client
% 9fs sources
% /n/sources/contrib/fgb/root/rc/bin/contrib/install -f fgb/contrib

Then, of course,

% contrib/gui

if you want the minimal GUI to install packages.

Cheers,

- 362///
> 2017/06/05 午後1:49、Modem Blaster のメール:
> 
> Attempting to install the Plan 9 contrib package manager results in
> "cannot write in /dist/replica." Upon inspection the folder
> /dist/replica does not exist. Still kinda new to using Plan 9, and any
> help greatly appreciated.
>