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, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 3340 invoked from network); 5 Jun 2023 18:26:49 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 5 Jun 2023 18:26:49 -0000 Received: from pb-smtp21.pobox.com ([173.228.157.53]) by 9front; Mon Jun 5 14:25:29 -0400 2023 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 1CDDE1E706 for <9front@9front.org>; Mon, 5 Jun 2023 14:25:24 -0400 (EDT) (envelope-from unobe@cpan.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :from:to:subject:date:mime-version:content-type :content-transfer-encoding; s=sasl; bh=xzgG0m3Ugio7K4aQbHqCl4mpS VY9bhg3AwWMJoD3m0M=; b=J6UCbDUOf0qVs+lghHdKqUHSUPaLdAUsp+Y6x/xpi xKhSCsAlan/59XJcNHd4yTX7WuS3X1jmN+qjP3WJolrQNor8OnUOE/+q+0p6Rl2L IAxPbNPXSEdqExt2gKU2cYCJehiiyKH+I/7e7m9bliQDOZdU0Sr81pDe9HHiyyy7 cA= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 0FCE71E705 for <9front@9front.org>; Mon, 5 Jun 2023 14:25:24 -0400 (EDT) (envelope-from unobe@cpan.org) Received: from strider.localdomain (unknown [75.204.169.210]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id E07B21E6FF for <9front@9front.org>; Mon, 5 Jun 2023 14:25:20 -0400 (EDT) (envelope-from unobe@cpan.org) Message-ID: <54831B916B2838A74313020EB2A6B1C5@smtp.pobox.com> From: Romano To: 9front@9front.org Date: Mon, 05 Jun 2023 11:25:18 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: 5472EEA6-03CE-11EE-8EB3-B31D44D1D7AA-09620299!pb-smtp21.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: object-oriented CMS framework CSS-aware framework Subject: [9front] loopback for secstore Reply-To: 9front@9front.org Precedence: bulk In my /cfg/$sysname/cpurc, I have placed the following after 'auth/secstored': # start loopback, which is then used by /lib/ndb/local to connect # to secstore even when network isn't up via wifi or cable. if (~ `{cat /net/iproute | grep 127.0.0.1} '') ip/ipconfig loopback /dev/null 127.1 I was noticing that if my ethernet wasn't configured already (i.e., a cable wasn't plugged in), then I wouldn't be able to connect to secstored. Is there a better way to approach the problem? Or has no one else run into that? - Romano