From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1426d7f5379b3e7984924e66295c2385@plan9.bell-labs.com> From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] cpu server/terminal combination MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 7 Jun 2002 09:02:58 -0500 Topicbox-Message-UUID: a7978cb6-eaca-11e9-9e20-41e7f4b1d025 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