9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] cpu server/terminal combination
@ 2002-06-07 14:02 Russ Cox
  2002-06-10  9:57 ` Gabriel Diaz Lopez de la Llave
  0 siblings, 1 reply; 3+ messages in thread
From: Russ Cox @ 2002-06-07 14:02 UTC (permalink / raw)
  To: 9fans

You really can't run a standalone cpu server/terminal
and log in as a different person than the cpu host owner.

You'd have to split all the things in the kernel
that are currently owned by the host owner into
things owned by the host owner and things owned
by the current terminal user, and then have a way
to change the current terminal user.

Even if you successfully got the right environment
set up on the path you're trying (you need to start
a new auth/factotum, by the way, to make upas/fs work),
you won't be able to do things like get at /dev/draw,
since it is owned by the host owner.

Russ


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

end of thread, other threads:[~2002-06-10 11:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-07 14:02 [9fans] cpu server/terminal combination Russ Cox
2002-06-10  9:57 ` Gabriel Diaz Lopez de la Llave
2002-06-10 11:36   ` [9fans] " Jim Choate

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