9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Alberto Cortés" <alcortes@it.uc3m.es>
To: 9fans <9fans@cse.psu.edu>
Subject: [9fans] Installation impressions from a plan9 newbie
Date: Sun, 24 Dec 2006 20:09:59 +0100	[thread overview]
Message-ID: <20061224190959.GA7832@it.uc3m.es> (raw)

Hello 9fans.

I have installed an small plan9 network, with a cpu/auth/file
server and some terminals.

I had some problems, that I fixed easily in a few hours. I think
that tutorial/wiki/installation guys can be interested in my thoughts:

- kbmap: adding a kbmap question at the installation process will
  be nice; a kbmap variable in plan9.ini?... I used this on my
  termrc (based on /sys/src/cmd/kbmap.c):

    def_kbmap=/sys/lib/kbmap/ascii
    my_kbmap=/sys/lib/kbmap/es
    if (test (-w /dev/kbmap) -a (-r $def_kbmap) -a (-r $my_kbmap)) {
        cat $def_kbmap > /dev/kbmap
        cat $my_kbmap > /dev/kbmap
    }

- system time: I had some problems with the system time. Hardware
  clock was UTC, i live in spain (CET), the system somehow set
  timezone to USA or something which leaves me with a venti
  server complaining about files being modified in the past and
  very intensive interrupt traffic (>1000 int per second) on the
  venti server (somebody ask about this on a recent post!).

  Of course, I fixed the system time problem setting the
  timezone, but it will be nice if it could be done at the very
  beginning of the installation process (another plan9.ini var?).
  I was left with some insecurity feelings about my new server
  because of that.

- cpu kernel default config file (/sys/src/9/pc/pccpuf) does have
  VGA and mouse modules but not kbmap module. I see no point on
  doing the first without the late. A bind for #k (what is the
  name of that 'k' rune?) in cpurc can also be interesting on
  the tutorials (near the aux/vga thing).

Of course these are not real problems, just newbies gotchas, but
I often found newbie ramblings interesting for gurus minds.

-- 
  http://bach.gast.it.uc3m.es/~alcortes/index.html


             reply	other threads:[~2006-12-24 19:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-24 19:09 Alberto Cortés [this message]
2006-12-25  0:20 ` arisawa
2006-12-25  0:30   ` Rodolfo Garcia
2006-12-29 17:35 ` sretzki

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=20061224190959.GA7832@it.uc3m.es \
    --to=alcortes@it.uc3m.es \
    --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).