From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, NICE_REPLY_A autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 18860 invoked from network); 27 Jul 2022 15:01:21 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 27 Jul 2022 15:01:21 -0000 Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Wed Jul 27 11:00:04 -0400 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1658934000; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BNf6fq3TFFMc/m0bXT9RKqMw4EOQ3CqpRy50Z23clQc=; b=C2/RJTN0N5/RUYVFewepl+Mrwf3Psr8Q62kc6aY5k041aMPlzAwrTfkorEHhZMYSpq8E2p /ScMBeTPrrNaJV+sjUKU5OIgoLNJ7fspnOc/FuEvw6QY5qRcLFAhYc+XxlLO0gHyKM86ut 5yy6R81sUgPKwnLXHl2Q5lgNMBHzZzA= Received: from [192.168.168.200] (161-97-228-135.lpcnextlight.net [161.97.228.135]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id 0f0bc73e (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Wed, 27 Jul 2022 09:59:59 -0500 (CDT) Message-ID: <6abe36dd-62ad-a81d-ecd0-433ace61e568@posixcafe.org> Date: Wed, 27 Jul 2022 08:59:31 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Content-Language: en-US To: 9front@9front.org References: <946673456.12339.1658933481961@office.mailbox.org> From: Jacob Moody In-Reply-To: <946673456.12339.1658933481961@office.mailbox.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: YAML firewall-based scripting-scale realtime-java interface Subject: Re: [9front] secstore on Raspberry Pi Reply-To: 9front@9front.org Precedence: bulk On 7/27/22 08:51, sahu@mailbox.org wrote: > Hello everyone, > > I want to set up secstore on the pi, but I get the following output when checking it: > > term% auth/secstore -u glenda -v > dialing $auth > secstore: can't dial $auth: connection refused > > $auth is cirno in this case (set in /n/pidos/cmdline.txt). > > I want to use my pi as single cpu, file and auth server. Do I have to set up a network listener for authentication? (And if so, how can I do that?) Or is there something else I'm doing wrong? > > Thank you very much in advance for help and advice! > > Best regards, > sahu It _sounds_ like your pi is not configured as a cpu server. You'll want a service=cpu line /n/pidos/cmdline.txt. However before that you need to setup the nvram, ndb, and register your new users in the fs. In general though there is a bit of a song and dance to getting a full cpu+auth+fs server set up. Luckily this is fairly well documented in the FQA: http://fqa.9front.org/fqa7.html#7.4 I would recommend reading most of section 7. Best of luck, moody