From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <639bca122197568274dacfe4b714acc5@quintile.net> From: "Steve Simon" Date: Wed, 1 Dec 2004 10:03:06 +0000 To: mteege@gmail.com, 9fans@cse.psu.edu Subject: Re: [9fans] plumbing and cpu server In-Reply-To: <88a4775604113023432c5bc4fc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: Topicbox-Message-UUID: 0fc9c7e2-eace-11e9-9e20-41e7f4b1d025 I believe what is happening is plumber is started before rio in your profile (mine is) so when the plumber starts cpu its namespace doesn't include /dev/label (the rio window's label). you could add somthing into your profile for service == cpu like bind /dev/null /dev/label just to shut page up, though I havent tried this. Are you sure you want to run page on a cpu server? Gs is fairly cpu intensive but I would have expected the slower access to /dev/draw across the network to have outweighed any advantage; maybe your terminal has very limited cpu/memory resources? -Steve