From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <6cc5032680da726ca6b5773f22221e33@plan9.bell-labs.com> From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] cpu/auth auth/changeuser problems MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Sat, 21 Sep 2002 16:22:53 -0400 Topicbox-Message-UUID: f2085014-eaca-11e9-9e20-41e7f4b1d025 auth/keyfs should be run in cpurc, so that there is one running for the whole machine. Then, at the auth server, you should be able to run auth/changeuser. A bad character in a file name under /mnt/keys means that you've used the wrong password. After adding a user, you should see the user when you do ls /mnt/keys. Try this: 1. decide on a auth id (say, bootes) and password 2. run auth/wrkey to set the password 3. run ">/adm/keys" to reset key database 4. put "auth/keyfs -wp -m /mnt/keys /adm/keys" in your cpurc 5. reboot your cpu server 6. run auth/changeuser bootes and set the same password 7. ls /mnt/keys; make sure bootes is there 8. run auth/changeuser to create an account for yourself. Russ