9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Corey <corey@bitworthy.net>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] 2nd draft of the Cpu/Auth Server howto online
Date: Thu, 13 Aug 2009 18:01:03 -0700	[thread overview]
Message-ID: <200908131801.03906.corey@bitworthy.net> (raw)
In-Reply-To: <1d5d51400908131736q22b17e2ft2f5d90d9f66bb449@mail.gmail.com>

On Thursday 13 August 2009 17:36:43 Fernan Bolando wrote:
> I recently used your guide to setup a cpu server. I have to say that
> it was a lot clearer than the wiki version. I did remember needing to
> uncomment the lines below in cpurc based on my old install.
>
> # if(! test -e /rc/bin/service.auth/il566){
> #	mv /rc/bin/service.auth/authsrv.il566 /rc/bin/service.auth/il566
> #	mv /rc/bin/service.auth/authsrv.tcp567 /rc/bin/service.auth/tcp567
> #	mv /rc/bin/service/il566 /rc/bin/service/!il566
> #	mv /rc/bin/service/tcp567 /rc/bin/service/!tcp567
> # }
>
> I am not sure your guide needs to be updated to do that instead of just
>
> step 5.
> term% mv /rc/bin/service.auth/authsrv.tcp567 /rc/bin/service.auth/tcp567
>
> I am not sure of the advantage of doing it either way.
>

There were a few considerations involved which induced me to write Step 5
the way it is:

* IL appears to be largely deprecated in lieue of TCP, and certainly is not
necessary to a functional cpu/auth server, so the howto does not configure it

* /rc/bin/service/tcp567 does not exist on a current terminal system as
installed via the latest plan 9 iso images, so the:

mv /rc/bin/service/tcp567 /rc/bin/service/!tcp567

...is unnecessary

* the test in the if statement is not needed once you have performed the
command as per Step 5 ( also, the test as it currently exists in recent
iso's is: if (! test -e /rc/bin/service.auth/tcp567) )

* finally it is the goal of the howto to be as simple as possible and no
simpler -  Step 5 is straight-forward and internally consistent with the
rest of the document


Thankyou very much for testing it out - much appreciated!


Cheers,

Corey







  reply	other threads:[~2009-08-14  1:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-13 11:02 Corey
2009-08-14  0:36 ` Fernan Bolando
2009-08-14  1:01   ` Corey [this message]
2009-08-14  1:14     ` Corey

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=200908131801.03906.corey@bitworthy.net \
    --to=corey@bitworthy.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).