From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] cpurc From: mirtchov@cpsc.ucalgary.ca In-Reply-To: <6d89fcdd75bdcbee026452ec42509fec@deepthought.hitchhiker> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Mon, 17 Nov 2003 13:56:29 -0700 Topicbox-Message-UUID: 8dd009d2-eacc-11e9-9e20-41e7f4b1d025 you are right, pcauth is also supposed to be a cpu server. i wonder what throws it off base... the code that decides whether to run cpurc or termrc is /sys/src/cmd/init.c, if started with '-c' it execs 'rc -c /rc/bin/cpurc'. you may take a look there for debugging, but the problem is probably some misunderstanding between the kernel boot code (/sys/src/9/boot/*) which calls /bin/init, and what you have configured in pcauth... andrey