From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucio De Re To: 9fans@cse.psu.edu Subject: Re: [9fans] logout from cpu server Message-ID: <20030725113833.R28024@cackle.proxima.alt.za> References: <20030725103100.N28024@cackle.proxima.alt.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: ; from okamoto@granite.cias.osakafu-u.ac.jp on Fri, Jul 25, 2003 at 06:12:25PM +0900 Date: Fri, 25 Jul 2003 11:38:36 +0200 Topicbox-Message-UUID: 03cf84e2-eacc-11e9-9e20-41e7f4b1d025 On Fri, Jul 25, 2003 at 06:12:25PM +0900, okamoto@granite.cias.osakafu-u.ac.jp wrote: > > peridotite# Ctl-d > init: rc exit status: rc 106: false > init: can't check password; insecure > That must be because: if(consctl<0 || key<0 || write(consctl, "rawon", 5) != 5) print("init: can't check password; insecure\n"); which could be due to a number of causes. Maybe we can check which of consctl = open("#c/consctl", OWRITE); key = open("#c/key", OREAD); write(consctl, "rawon", 5); is most likely to have failed. Hm, /dev/key (#c/key) doesn't seem to exist anymore. Any suggestions from Bell Labs? ++L