From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <20121209181412.1e933e0b@zinc.9fans.fr> References: <20121208192741.68150302@zinc.9fans.fr> <1a3d76afdc6ec5c457edc54fe41e4d22@redstar.rudas.dom> <20121209181412.1e933e0b@zinc.9fans.fr> Date: Sun, 9 Dec 2012 19:06:53 +0100 Message-ID: From: Rudolf Sykora To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] how to use secstore in p9p Topicbox-Message-UUID: f1dc363e-ead7-11e9-9d60-3106f5b1d025 On 9 December 2012 18:14, David du Colombier <0intro@gmail.com> wrote: >> 1/ Why is there the delay? > > I think the delay you observe is caused by aesCBCencrypt or > aesCBCdecrypt trying to find some entropy from /dev/random. > > Try to move the mouse or do something else when secstored > is encrypting or decrypting the secstore. > It should speed up the process. > >> 2/ What does the 'secstore from ?!?' message want to convey? > > "?!?" should be the IP address of the secstore client, > but since there is no /net/tcp/*/remote file on Unix, > it cannot display it. > >> 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? > > This is needed for RADIUS authentication. > It's probably useless in your case. > > -- > David du Colombier > Ok. Thanks for the explanation! Ad 1/: yes I really noticed the delay is shorter when mouse is moved. Ruda