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, NICE_REPLY_A autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 2125 invoked from network); 26 Oct 2022 20:05:34 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 26 Oct 2022 20:05:34 -0000 Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Wed Oct 26 16:04:29 -0400 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1666814764; 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=xqImE4Kso50HOj3SlXbIwySQdLHTDtijXpn0zekWKKE=; b=wPO7Y4ItgIB7e+L8nN+zu/SKBcEFLkHUevUsOjruSFj676u9/nstcdZeDuSu7pVIlBL6Qr 1OXIcEmSS8HyOpSdRNfIBQl6MRa4eVZbrOz/cz7rp2UYO/eYwjL7hCGFcY/PENW/BBW8m+ D8UOyNPyY1LABY2diferbXrseD6eIvI= Received: from [192.168.168.200] (161-97-228-135.mynextlight.net [161.97.228.135]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id 0c2e8d4e (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Wed, 26 Oct 2022 15:06:03 -0500 (CDT) Message-ID: <230a2f11-a477-9122-920c-d6c20dc265de@posixcafe.org> Date: Wed, 26 Oct 2022 14:04:02 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Content-Language: en-US To: 9front@9front.org References: <6B523A8F-E102-450F-AAED-779E9ADC835F@stanleylieber.com> From: Jacob Moody In-Reply-To: <6B523A8F-E102-450F-AAED-779E9ADC835F@stanleylieber.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: basic distributed rails polling HTTP over ActivityPub method-based rails full-stack generator Subject: Re: [9front] 9front-8963.f84cf1e60427675514fb056cc1723e45da01e043.amd64.iso vs thinkpad x61t Reply-To: 9front@9front.org Precedence: bulk My guess is your paqfs is missing /rc/lib/rcmain. At least that's the only time I see rc just exit like this. Speaking of which it would probably be nice to print an error when that is the case. So its not a guess. This may be my fault, I added /rc to devroot which required some changes to how the namespace is built. Things should work, but if your userspace has fallen out of sync with your kernel it may cause this. - moody