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 autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 13755 invoked from network); 28 Jul 2022 16:06:03 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 28 Jul 2022 16:06:03 -0000 Received: from mout-y-111.mailbox.org ([91.198.250.236]) by 9front; Thu Jul 28 12:04:28 -0400 2022 Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-y-111.mailbox.org (Postfix) with ESMTPS id 4LtwSY60NCz9sRG for <9front@9front.org>; Thu, 28 Jul 2022 18:04:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1659024253; 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=+YmP6kXVa1nwzXZlURL0aL4C9TyriEjcaHr6QUgBMxo=; b=pm054W/6JB+xr0G/TvUH/Q+0cTEBpMxG8d72aWErIb6m4Eulkvcb7g2KpWeyJwPftOqqju h7LUuWtuQdpRv0GJlo5rn+T21A6OyyXWaQlmx7CVp5JG3MrXQW+s4yCzSY6haE3UEYNv4k Q2bKVRVAJhHDZJrhngvhqpkQ21w8JsFzbaHN0k1LGeTan2vtWq30NUQenjxSHYnojpKGc/ xF/Xmsj4AiGItDeDYVIE6fl4UFF9uvLh1QSUKuXZyxPLT2rWAqNPcLPoE4vIRC4HBXJ8qh 2RHdZSV0T6Vs5cK+ES/u4onLpWcgHZESlTJzQlKEhqvTZauh/SnhB/OYDXrGCQ== Date: Thu, 28 Jul 2022 18:04:13 +0200 (CEST) From: sahu@mailbox.org To: 9front@9front.org Message-ID: <418454462.498807.1659024253557@office.mailbox.org> In-Reply-To: <6abe36dd-62ad-a81d-ecd0-433ace61e568@posixcafe.org> References: <946673456.12339.1658933481961@office.mailbox.org> <6abe36dd-62ad-a81d-ecd0-433ace61e568@posixcafe.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Normal X-MBO-RS-META: gmoc5da8ufozky8uizrjs7pdtge7wbr4 X-MBO-RS-ID: 8184baea19d44a1026c X-Rspamd-Queue-Id: 4LtwSY60NCz9sRG List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: factory singleton Subject: Re: [9front] secstore on Raspberry Pi Reply-To: 9front@9front.org Precedence: bulk Hello moody, thank you very much for your help! I've added nvram=#S/sdM0/nvram to /n/pidos/cmdline.txt before and I think it worked, since auth/wrkey worked thereafter. /lib/ndb/local should also be configured correctly (at least the "ip=..." part), because I no longer have to run ip/ipconfig after reboot and the clock is also working. If I add "service=cpu" to /n/pidos/cmdline.txt, the prompt changes from "term%" to "cirno%" after booting, but unfortunately I can't run rio there. I think your hint has already put me on the right track and I will also go through chapter 7 of the fqa. Thank you again and best regards, sahu > Jacob Moody hat am 27.07.2022 16:59 CEST geschrieben: > > 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