9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Steve Simon" <steve@quintile.net>
To: 9fans@9fans.net
Subject: Re: [9fans] Newbie looking for pointers
Date: Wed, 15 Oct 2008 15:55:58 +0100	[thread overview]
Message-ID: <8436e37dfc15c5e28b118613882db7e7@quintile.net> (raw)
In-Reply-To: <b9800b70810150349s7c4e0affk8c2179d1eabcc730@mail.gmail.com>

> aha, I didn't understand what "bootes" was for. In any case, when I
> first booted the cpu/auth server, I was asked for authid (is this the
> same as the hostid you mention?), authdom (I don't get to what this
> domain applies, incoming requests to the auth server?) secstore key
> (dunno) and password.

sorry, my bad

authid
	This is  the username used for the owner of the auth server, by convention "bootes"

authdom is the name of the adminstrative domain that authentication will be performed in
		usually this is just your DNS domain name, but you could have

			usa-east.domain.dom
			china-north.domain.dom
			sales.domain.dom
			finance.domain.dom

		so each group gets its own auth server which are and each have 
		their own adminstrator. there are also good RTT reasons for having
		geographicially local auth servers.


> until now I just have a terminal with venti. $service says "terminal",
> it asks me for an user on boot (and has a local glenda user)... From
> the docs, isn't it supposed to be unusable from the console? Or this
> is just a relic and now any system can be a file server?

venti is an archival server, you must be using fossil and venti
you could just use fossil on its own but never venti alonw </pedant>

The fact that it is prompting for a user means you are running a terminal
kernel rather than a cpu server kernel. The kernels are the same, they just
boot differently and the cpu kernel has different drivers (e.g. no vga).

just to be absolutely clear, a terminal and cpu server are almost the same thing,
though different files boot. an auth server and a cpu server are cpu serevrs
with different progs running on them. you can even have a terminal which runs
as a cpu server, auth server, and file server (I have one in front of me now).

you can log in as glenda and you can use a character interface (which is
what I think you mean by console), but usually rio (the window manager)
is started in your login script and you work from there. Rio does the interrupt
processing so no rio means no way to stop long running commands.

> I guess this is accomplished with "fossil/conf –w /dev/sdC0/fossil", right?

yep, this writes the config, without the -w it reads it.

Sounds like you understand quite well really, I think you
are further up the learning curve than you think.

-Steve



  parent reply	other threads:[~2008-10-15 14:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-15  9:42 Martín Ferrari
2008-10-15 10:22 ` Steve Simon
2008-10-15 10:49   ` Martín Ferrari
2008-10-15 12:10     ` Charles Forsyth
2008-10-15 20:35       ` Pietro Gagliardi
2008-10-15 14:55     ` Steve Simon [this message]
2008-10-15 20:54       ` Martín Ferrari
2008-10-15 23:02         ` ron minnich

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=8436e37dfc15c5e28b118613882db7e7@quintile.net \
    --to=steve@quintile.net \
    --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).