From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2a80c4ead707375776aafface7161272@hamnavoe.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] writing code From: Richard Miller <9fans@hamnavoe.com> Date: Mon, 21 Feb 2005 10:08:20 +0000 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 11b7757a-ead0-11e9-9d60-3106f5b1d025 > When every terminal is a (potential) > cpu server Here's the rc script I use when I want my (laptop) terminal to act as a cpu (and drawterm) server. Of course it could be generalised to add more services. #!/bin/rc rfork ne auth/keyfs -p $home/lib/keys aux/listen1 -t tcp!*!ticket /bin/auth/authsrv & service=cpu aux/listen1 tcp!*!cpu /bin/cpu -O & service=cpu aux/listen1 tcp!*!ncpu /bin/cpu -R &