9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Pietro Gagliardi <pietro10@mac.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] Hi and, plan9-native abaco sources?
Date: Fri,  7 Mar 2008 22:46:27 -0500	[thread overview]
Message-ID: <45A10998-911C-4CBD-9437-70E3121AC963@mac.com> (raw)
In-Reply-To: <DA6C9AAC-9A6E-45E3-BF4A-70EE8065C355@umich.edu>

You're going to the right place with contrib/fgb, but it's a bit
trickier. Federico G. Benavento (fgb) created a system called
contrib. contrib allows you to install and maintain /n/sources/
contrib systems based on replica(1).

To install contrib:
	/n/sources/contrib/fgb/root/rc/bin/contrib/install fgb/contrib
When that is done, you get abaco and its sources with
	contrib/install fgb/abaco
To invoke abaco:
	abaco absolute-site
That is,
	abaco plan9.bell-labs.com
won't work; you need
	abaco http://plan9.bell-labs.com/
The source is in /sys/src/cmd/abaco after installation.

There's quite a bit of software on the contrib system so far. You
find out what with
	contrib/list username
To find which usernames have the contrib system, try this:
	du -a /n/sources/contrib | awk '{$1 = ""; print}' | grep '(replica|
root)' | awk -F/ '{ print $3 }' | sort -u
or something like that.

Happy Plan 9-ing!

PS - Please use 9fans@9fans.net now, as we just changed today. You
don't need to re-register.

On Mar 7, 2008, at 10:00 PM, Sean Caron wrote:

> Hi all,
>
> Just wanted to introduce myself as a new Plan 9 user; I have been
> wanting to play with it for years but always resisted polluting my
> network with x86 equipment.. but now that I took the plunge, I am
> really enjoying the hell out of it. The simplicity of Plan 9 makes
> getting my C chops back up to speed honestly a lot of fun; you can
> actually accomplish something without wasting a lot of time wading
> through a bunch of crap. That is cool.
>
> Now that I have a supported wireless NIC in my laptop (Compaq Evo
> n410C - perfectly supported, btw) I have been browsing sources/
> contrib and checking out some of the apps - abaco and ssh2 in
> particular. They work pretty well for my purposes (thanks for your
> work, guys!) I was wondering, though, if there was someplace where
> I could get the most recent (not plan9ports) abaco sources to peek
> at? The server,
>
> plan9.kicks-ass.org
>
> seems to always be down, and all I can find in contrib/fgb is the
> binary. I'm curious to see how it all goes together.
>
> Regards,
>
> -Sean Caron (scaron at umich.edu)


  reply	other threads:[~2008-03-08  3:46 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-08  3:00 Sean Caron
2008-03-08  3:46 ` Pietro Gagliardi [this message]
2008-03-08  4:16 ` Iruata Souza
2008-03-10 11:38   ` Vinícius de Figueiredo Silva
2008-03-11 17:01     ` [9fans] abaco @ plan9port [WAS: Hi and, plan9-native abaco sources?] Enrico Weigelt
2008-03-11 17:12       ` Federico G. Benavento
2008-03-12 21:36         ` Enrico Weigelt
2008-03-13 14:33           ` [9fans] plan9 font service [WAS: abaco @ plan9port] Enrico Weigelt
2008-03-13 15:13             ` Federico G. Benavento
2008-03-13 14:58           ` [9fans] CSS parser for abaco " Enrico Weigelt
2008-03-13 20:30             ` Iruata Souza
2008-03-10 12:41 [9fans] Hi and, plan9-native abaco sources? scaron
2008-03-11  9:35 ` prem
2008-03-11 11:08   ` Iruata Souza

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=45A10998-911C-4CBD-9437-70E3121AC963@mac.com \
    --to=pietro10@mac.com \
    --cc=9fans@cse.psu.edu \
    /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).