From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9f665abcc996edc3e7b04dd650d7bdd6@redstar.rudas.dom> To: 9fans@9fans.net Date: Sun, 9 Dec 2012 15:43:00 +0100 From: rudolf.sykora@gmail.com In-Reply-To: <20121208192741.68150302@zinc.9fans.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] how to use secstore in p9p Topicbox-Message-UUID: f1e3d984-ead7-11e9-9d60-3106f5b1d025 > Please apply the following patch. It should fix your problem. > > http://codereview.appspot.com/6906057 > > cd $PLAN9 > hget http://codereview.appspot.com/download/issue6906057_2002.diff | patch -p1 > cd src/cmd/auth/factotum/ > mk nuke && mk install && mk clean > > This is a remnant of a bug we fixed two years ago. > > -- > David du Colombier Thanks for the patch. This helped and what I wanted (with secstore) now works. Still I dare have a few remaining questions: When I now run factotum, I get: ;factotum redstar Dec 9 15:08:15 secstore from ?!? secstore password: redstar Dec 9 15:08:18 secstore from ?!? redstar Dec 9 15:08:52 AUTH ruda redstar Dec 9 15:08:52 [ruda] GET factotum redstar Dec 9 15:08:52 [ruda] BYE which is ok, but there still is a few-second-long delay (say 10 sec) between me entering the password and the response (initially I thought the thing had hung again). So 1/ Why is there the delay? 2/ What does the 'secstore from ?!?' message want to convey? Finally, 3/ I've created an empty $PLAN9/ndb/auth file in order to get rid of the 'no ndb/auth' message, which used to appear when trying to run the 'sectore' command. What is this all about? Thanks again for the working patch and for any potential answer to my questions! Ruda