9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Christian Grothaus <christian.grothaus@uni-bielefeld.de>
To: 9fans@cse.psu.edu
Subject: [9fans] Re: drawterm can't auth
Date: Wed, 10 Sep 2003 09:51:36 +0000	[thread overview]
Message-ID: <3f5ef316_1@news.uni-bielefeld.de> (raw)
In-Reply-To: <864qzli2kb.fsf@gic.mteege.de>

Matthias Teege <matthias@mteege.de> wrote:
> But the auth service didnt start. On
>
> 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 get permission errors. [...]

The above command has to be run only once, so you don't need to
put it in your cpurc, you can execute it in an rc window.
In order to move the files, however, you first have to turn
permission checking off via

    disk/kfscmd allow

After you have moved the files, you can turn it on again with

    disk/kfscmd disallow

See kfscmd(8) for more info.

HTH

Christian


      reply	other threads:[~2003-09-10  9:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-10  9:16 [9fans] " Matthias Teege
2003-09-10  9:51 ` Christian Grothaus [this message]

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=3f5ef316_1@news.uni-bielefeld.de \
    --to=christian.grothaus@uni-bielefeld.de \
    --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).