9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] Hi together | a few newbie questions
@ 2002-12-12  8:34 Fco.J.Ballesteros
  2002-12-12 17:34 ` Scusi
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Fco.J.Ballesteros @ 2002-12-12  8:34 UTC (permalink / raw)
  To: 9fans

> and there's always nemo's commentary... that probably should
> become a book :)
>
> though it is now outdated (and probably at a lower level than they
> were looking for):


It's still in my to-do list to update it and add something about
plumbing and one of the drivers.  But that wont be before the next
semester.

Regarding publication, AWL said there's no market for it.  Then I
tried peer-to-peer (the publisher of Lion's book), but they are no
longer in the business.  If any of you have a suggestion for a
different publisher, just let me know.

> (i googled the link, so i guess nobody's going to be mad at me
> for posting it)...

And of course, feel free to pass it around, make copies or whatever.



^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: [9fans] Hi together | a few newbie questions
@ 2002-12-13  8:54 Fco.J.Ballesteros
  0 siblings, 0 replies; 15+ messages in thread
From: Fco.J.Ballesteros @ 2002-12-13  8:54 UTC (permalink / raw)
  To: 9fans

> I get a access denied if i try to get the file,

Can you try http://plan9.escet.urjc.es/who/nemo/9.ps.gz ?



^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: [9fans] Hi together | a few newbie questions
@ 2002-12-12 20:53 Keith Nash
  2002-12-14 13:35 ` Jim Choate
  0 siblings, 1 reply; 15+ messages in thread
From: Keith Nash @ 2002-12-12 20:53 UTC (permalink / raw)
  To: 9fans

> and there's always nemo's commentary... that probably should
> become a book :)

> If any of you have a suggestion for a different publisher,
> just let me know.

I have friends who were in small-time publishing about 7 years ago.  In those days, a paperback print run was 1000 minimum, with larger runs at low incremental cost.  It will be a problem to sell this number of books, or anything like it, whether through mail order or via booksellers.  Advertising would be futile.

A different option is for contributed material to be included in the official manuals.

There could be a 3rd volume of "Contributed" material, or the new stuff could be added to the "Documents" volume (which I expect would be the cheaper route).

Alternatively, since the only likely purchasers are subscribers to this list, we could collect pre-orders (e.g. through Vita Nuova, or Scusi's dad's company), and only print the book if there is sufficient interest.



^ permalink raw reply	[flat|nested] 15+ messages in thread
* [9fans] Hi together | a few newbie questions
@ 2002-12-12  7:20 Andrew Simmons
  0 siblings, 0 replies; 15+ messages in thread
From: Andrew Simmons @ 2002-12-12  7:20 UTC (permalink / raw)
  To: 9fans

Oh dear, I'm afraid it's only just occurred to me that Scusi was trolling.
Perhaps I should send a platoon of Kommandointerpreters to have a word with
him/her.


^ permalink raw reply	[flat|nested] 15+ messages in thread
* [9fans] Hi together | a few newbie questions
@ 2002-12-12  2:35 Andrew Simmons
  2002-12-12  2:46 ` andrey mirtchovski
  2002-12-12 17:20 ` Scusi
  0 siblings, 2 replies; 15+ messages in thread
From: Andrew Simmons @ 2002-12-12  2:35 UTC (permalink / raw)
  To: 9fans

> I don't think there are any books.

There's an oldish (pre-rio) book in German:

"Das Netzbetriebssystem Plan 9 - Konzepte und Programmierung" by H.P.
Bischof, G. Imeyer, B. Kühl, A.T. Schreiner , ISBN: 3-446-18881-9

which taught me that the German for "shell" is "Kommandointerpreter".


^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: [9fans] Hi together | a few newbie questions
@ 2002-12-11 19:24 Russ Cox
  0 siblings, 0 replies; 15+ messages in thread
From: Russ Cox @ 2002-12-11 19:24 UTC (permalink / raw)
  To: 9fans

> The only thing i really miss is perl, but well seems i have to port it ;-).

Perl is ported.  See /n/sources/extra/perl.iso.bz2

> from Lucent. I compiled wavelan into my kernel, the kernel also detects
> the wavelan IF on startup, but i can't find the device.
> Do i have to make a device like in Linux and Solaris ?

It should be /net/ether0 in your namespace.
If not, does

	ls -l '#l'

produce anything useful?

> Also my /rc/bin/cpurc (i edited like the doku sais) does not seems
> to be read/executet, at least there is not network conectivity after startup.
> If i do it by hand on a term (like the example in ipconfig manpage)
> it works and i can ping hosts, resolve dns names.

Perhaps you are booting a terminal kernel (which uses /rc/bin/termrc)?

> Also i would like to know how to mount a floppy disk (e.g. the install disk,
> to have a look at plan9.ini on there)

	a:
	ls -l /n/a:

> Is there any more docu around (or maybe a good book) will help me to get settled in
> with plan9 ?

The wiki is supposed to be the source for such things,
though it's necessarily incomplete.  I don't think there
are any books.

Russ



^ permalink raw reply	[flat|nested] 15+ messages in thread
* [9fans] Hi together | a few newbie questions
@ 2002-12-11 19:12 Scusi
  0 siblings, 0 replies; 15+ messages in thread
From: Scusi @ 2002-12-11 19:12 UTC (permalink / raw)
  To: 9fans

Hi plan9-fans,

I installed plan9 on a IBM T20 Laptop last night. I'm already a fan,
a great OS so far. It's a bit strange in the beginning, but once you
found out it's very consistent. I already know i like it.
The only thing i really miss is perl, but well seems i have to port it ;-).

hoever since this is my first plan9 install i thought it's a good idea
to setup a auth and cpu server (for maybe more plan9 machines following)
I stuck somewhere in the middle of the wiki docu about
"Configuring a standalone CPU server"

I established a nvram, like described in the docu after rebooting plan9
also complains about it, but it does not ask for the password and
the auth id. Any ideas ?

Another thing is the wavelan support. I have a Orinoco Gold Card
from Lucent. I compiled wavelan into my kernel, the kernel also detects
the wavelan IF on startup, but i can't find the device.
Do i have to make a device like in Linux and Solaris ?

Also my /rc/bin/cpurc (i edited like the doku sais) does not seems
to be read/executet, at least there is not network conectivity after startup.
If i do it by hand on a term (like the example in ipconfig manpage)
it works and i can ping hosts, resolve dns names.

Also i would like to know how to mount a floppy disk (e.g. the install disk,
to have a look at plan9.ini on there)

Is there any more docu around (or maybe a good book) will help me to get settled in
with plan9 ?


If these questions are in the docu and i was just too stupid to find it flame me
with RTFM if you like, i really tried but sorry.

Thanks so far
/scusi



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2003-01-07 17:58 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-12  8:34 [9fans] Hi together | a few newbie questions Fco.J.Ballesteros
2002-12-12 17:34 ` Scusi
2002-12-16  9:49 ` Clemens Fischer
2003-01-07 17:58 ` Ralph Corderoy
  -- strict thread matches above, loose matches on Subject: below --
2002-12-13  8:54 Fco.J.Ballesteros
2002-12-12 20:53 Keith Nash
2002-12-14 13:35 ` Jim Choate
2002-12-12  7:20 Andrew Simmons
2002-12-12  2:35 Andrew Simmons
2002-12-12  2:46 ` andrey mirtchovski
2002-12-12 17:24   ` Scusi
2002-12-13  2:37   ` Dean Prichard
2002-12-12 17:20 ` Scusi
2002-12-11 19:24 Russ Cox
2002-12-11 19:12 Scusi

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).