From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id ED03B26884 for ; Mon, 11 Mar 2024 15:04:20 +0100 (CET) Received: from sirjofri.de ([5.45.105.127]) by 9front; Mon Mar 11 10:01:01 -0400 2024 Received: from dummy.faircode.eu ([31.16.254.30]) by sirjofri.de; Mon Mar 11 15:00:56 +0100 2024 Date: Mon, 11 Mar 2024 15:00:54 +0100 (GMT+01:00) From: sirjofri To: 9front@9front.org Message-ID: <29f4f195-ed0c-42bf-98f1-a451499d05a9@sirjofri.de> In-Reply-To: <922d324e-da66-4f34-b725-6cf863a4a68c@telia.com> References: <922d324e-da66-4f34-b725-6cf863a4a68c@telia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Correlation-ID: <29f4f195-ed0c-42bf-98f1-a451499d05a9@sirjofri.de> List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: hosting rich-client GPU CMS manager Subject: Re: [9front] Possible correction/clarification of FQA 8.4.7: secstore client Reply-To: 9front@9front.org Precedence: bulk 11.03.2024 14:43:48 orjan : > After help from sirjofri on discourse and some man page reading I gradually started to understand the the error msg was correct. At this point the file doesn't exist. > > So my suggestion is to add: > > % touch factotum > > %auth/secsstore -p factotum > > before the line triggering the error msg. I would vote for not changing the code example, but adding a clarifying comment: On the first run, auth/secstore -g factotum will result in an error because the file does not exist yet. This error can be ignored. sirjofri