9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] drawterm can't auth
@ 2003-09-10  9:16 Matthias Teege
  2003-09-10  9:51 ` [9fans] " Christian Grothaus
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Teege @ 2003-09-10  9:16 UTC (permalink / raw)
  To: 9fans


I hope this isn't a multipost but I can't find my message an the
server so here is my problem.

After I put the correct driver for ethernet and vga in the kernel
(how awkward) my standalone cpu/authserver is booting.

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. I take a look with "ls
/rc/bin/service/tcp567" for the old service but it isnt there. Then
I try "mv /rc/bin/service.auth/authsrv.il566
/rc/bin/service.auth/il566" and get "can't create
/rc/bin/service.auth/il566, access permission denied.

Thanks for any hint
Matthias

--
Matthias Teege -- http://www.mteege.de
make world not war
PGP-Key auf Anfrage


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

* [9fans] Re: drawterm can't auth
  2003-09-10  9:16 [9fans] drawterm can't auth Matthias Teege
@ 2003-09-10  9:51 ` Christian Grothaus
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Grothaus @ 2003-09-10  9:51 UTC (permalink / raw)
  To: 9fans

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


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

end of thread, other threads:[~2003-09-10  9:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-10  9:16 [9fans] drawterm can't auth Matthias Teege
2003-09-10  9:51 ` [9fans] " Christian Grothaus

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