From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ish Rattan To: Russ Cox Cc: <9fans@cse.psu.edu> Subject: Re: [9fans] standalone cpu/auth server?? In-Reply-To: <20010822142211.79D831998A@mail.cse.psu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Wed, 22 Aug 2001 11:52:23 -0400 Topicbox-Message-UUID: e4ba6164-eac9-11e9-9e20-41e7f4b1d025 On Wed, 22 Aug 2001, Russ Cox wrote: > Something about your nvram is hosed. Try doing > echo asdfasdfasdf >/dev/sdC1/nvram > and then reboot again. If it still I have tried that. The boot messages change to boot: bad nvram key: file does not exist password: (for which user???) authid[no default]: authdom[bootes]: boot: #c/hostowner: bad arg in system call cpu# who none cpu# Also, I put print statments in /sys/src/9/boot/key.c after fd = open("#S/sdC1/nvram", ORDWR); and open is successful (fd is 3). Is it possible to have nvram on a disk other than sdC0? Can I use another cpu/auth server to boot this one (how)?? -ishwar