From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pb-smtp20.pobox.com ([173.228.157.52]) by ewsd; Sat Aug 8 02:04:18 EDT 2020 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 75874D4AD8; Sat, 8 Aug 2020 02:04:11 -0400 (EDT) (envelope-from unobe@cpan.org) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=message-id :from:to:to:subject:date:mime-version:content-type :content-transfer-encoding; s=sasl; bh=bMh8QuCw/XR51dBiIcuJsPBeM NY=; b=JDLcpruw8Gi9ieWcntWJn77pbN2slILGDR06w0TJfnYDQNkOe5yseB2ZO 6XQzY7yo22cjzbRfv9TdMBI9lUrPD2Oqqfkv5X8D4o5YLDmBu7fR0d1/PiKS27c0 55Mft2jezlQZEi97QK1sI8jCmBcP3gbbeGIpuLbxw+oFAn1Ilk= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 6EE49D4AD7; Sat, 8 Aug 2020 02:04:11 -0400 (EDT) (envelope-from unobe@cpan.org) Received: from samwise (unknown [47.34.135.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id 852B0D4AD6; Sat, 8 Aug 2020 02:04:08 -0400 (EDT) (envelope-from unobe@cpan.org) Message-ID: <5AB869F12585EAFC1D2EAAA1C4BAFC7A@smtp.pobox.com> From: Romano To: thinktankworkspaces@gmail.com To: 9front@9front.org Subject: Re: [9front] another CPU Date: Fri, 7 Aug 2020 23:04:06 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: F8F6AF22-D93C-11EA-949D-F0EA2EB3C613-09620299!pb-smtp20.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: template metadata hardware general-purpose interface > So I have it working. But maybe i'm missing something. Much > of the documentation talks about > > cd /cfg; mkdir $sysname; dircp example $sysname > > This seems old and deprecated. I'm not really sure what we > are supposed to have in /cfg/$sysname > > I tried copying cpurc and termrc and booting with each of them > the results were strange and buggy. However I made not changes > to those files as well. > ... > > Any thoughts? I don't think you want to copy cpurc(8) to /cfg/$sysname/ : see the man pages for init(8) and cpurc(8): cpurc is started by init, and then /cfg/$sysname/cpurc runs. So what you're effectively doing, if I am reading you correctly, is running cpurc(8) twice. This is all I have in my config: cpu% cat /cfg/$sysname/cpurc auth/secstored cpu%