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 14601 invoked from network); 28 Jul 2022 16:13:19 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 28 Jul 2022 16:13:19 -0000 Received: from mout-y-209.mailbox.org ([91.198.250.237]) by 9front; Thu Jul 28 12:12:00 -0400 2022 Received: from smtp102.mailbox.org (unknown [91.198.250.119]) (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-209.mailbox.org (Postfix) with ESMTPS id 4LtwdN5P6Kz9sqf for <9front@9front.org>; Thu, 28 Jul 2022 18:11:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1659024712; 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=bcxNRiu3T2JjFAM9NZK2aIE3ZWGb1doR5sJ9MPimDR8=; b=tLbXBhA7ZePknGpb1rXMTAzptAZ15irVKBfphvqzLbINIn3kCqtFmAz3de9iMXHmvLEe8R bvdd4MsboBIRY9EnnecHLkaMTSM3Xkpy8oIdmHoSa7WDA1rC222iqnK7+8cTiMvzlhAcd1 h/gol5KL9qJUGjmbkXRo5HgaThXVfBI+4tNOWHHS0COC3umzZVIJRynkLkEFIPT1kNi7y1 KaGK9TOxikZvZ8V6/+qU8FAqHS8M1OCmaiAIJ5SnfChTWj3bCH5DicCkhciaciL5symS1s bJfHd/W4Yc0tlfM44vLa08qdwVaQQYj2RltKDAGQD/m2U9WGQaI/ZlkkCe44LQ== Date: Thu, 28 Jul 2022 18:11:52 +0200 (CEST) From: sahu@mailbox.org To: 9front@9front.org Message-ID: <1612830253.499365.1659024712431@office.mailbox.org> In-Reply-To: <36B8E2C551FB1EA446B413FA8F15E50C@felloff.net> References: <946673456.12339.1658933481961@office.mailbox.org> <36B8E2C551FB1EA446B413FA8F15E50C@felloff.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Normal X-MBO-RS-ID: 5a336177ffb225fef14 X-MBO-RS-META: z7doq7aami5mhjaodr9xii3ihdz8nqhf X-Rspamd-Queue-Id: 4LtwdN5P6Kz9sqf List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: ACPI over XMPP content-driven-based map/reduce control Subject: Re: [9front] secstore on Raspberry Pi Reply-To: 9front@9front.org Precedence: bulk Hello cinap, thank you very much for the explanation! When I run "echo $auth" without any change of /n/pidos/cmdline.txt, I get a new line only, but when I add "auth=cirno" there, cirno will be echoed after reboot. Is this a hint for a misconfiguration of the "ipnet=..." part of /lib/ndb/local? Thanks and best regards, sahu > cinap_lenrek@felloff.net hat am 27.07.2022 18:59 CEST geschrieben: > > > dialing $auth > > thats not the same as a environment variable. > > a dialstring containing $xxx will do a ndb lookup relative > to your ip addresses, looking for a attribute named xxx > and then substituting its value. > > dialing $cpu would find the cpu=bla attribute in your ipnet= > for example and then dial bla. > > same for $auth. > > -- > cinap