From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4359283da1a0b5191aa07b7f767493a1@plan9.bell-labs.com> Subject: [9fans] retry with aescbc From: "rob pike, esq." To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 15 Oct 2002 22:48:26 -0400 Topicbox-Message-UUID: 06729aa0-eacb-11e9-9e20-41e7f4b1d025 Russ fixed the rc buglet, so if you get new stuff from sources you can use # retry until good password ramfs -m /n/kremvax >[2] /dev/null #suppress unmount message status = 'failed to authenticate' while(~ $status *'failed to authenticate'*) auth/aescbc -d < lib/factotum.aes > /n/kremvax/factotum cp /n/kremvax/factotum /mnt/factotum/ctl unmount /n/kremvax Also, Eric fixed a buglet in aescbc so it takes for an answer, making it possible to get out of this loop by providing an empty password. -rob