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 17424 invoked from network); 29 Dec 2023 06:55:55 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 29 Dec 2023 06:55:55 -0000 Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Fri Dec 29 01:54:29 -0500 2023 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1703832948; 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=SoA+4ZWPhDksgcYJ2owQwGd/SdsxVzzKh/x2Jsf5iW0=; b=vOfx+jePRLZ/1XixL2vTYME6SHh13Z8aabaDLBd+JjzqrpyLpGM4LvwRLCPZys9gFH6KBe 34WmJRBDABBMNBMO/wpg4Un8B07GMVQOvY6jzpLsVKklMFwsbVE6cuXg7MPNjzA2RconNu nbSHEnMwmH+Gdhf3BZEtkp1DH/yCfmE= Received: from [192.168.168.200] ( [207.45.82.38]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id fa14c535 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Fri, 29 Dec 2023 00:55:47 -0600 (CST) Message-ID: <799925dd-9ed5-499b-aed8-09d78e199a99@posixcafe.org> Date: Fri, 29 Dec 2023 00:54:27 -0600 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: 9front@9front.org References: <6CFB6A4CE8CBE02161DE369AC6A9B3A6@felloff.net> <9d4fdb15387d7dc4d791b1b7858890c8@self.rodeo> Content-Language: en-US From: Jacob Moody In-Reply-To: <9d4fdb15387d7dc4d791b1b7858890c8@self.rodeo> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: leveraged stateless core TOR over XMPP reduce/map table dependency wrapper Subject: Re: [9front] panic on hjfs fshalt Reply-To: 9front@9front.org Precedence: bulk On 12/29/23 00:38, eso@self.rodeo wrote: > quoth cinap: >> i highly suspect you'r *NOT* running the new kernel. >> note that mk install is not enougth. you need to >> copy it to 9fat for your bootloader to find it >> if you boot off a disk. > > quoth ori: >> make sure you remember to update your kernel in 9fat. > > You're right that I did forget to do that on this system. However when > compiling I got an error > http://okturing.com/src/18027/body > >> otherwise, comment it out in fshalt to avoid the crash. > > Thanks, will do This happens sometimes when libraries are updated. You'll need to ; mk nuke them away and replace them. You can do it bit by bit but I usually just do them all. This is the muscle memory I have for doing these big updates: cd /sys/src/ mk nuke mk libs mk install mk clean cd /sys/src/9/pc64 mk install mk clean 9fs 9fat cp /amd64/9pc64 /n/9/ unmount /n/9 unmount /n/9fat rm /srv/dos fshalt -r Adjust to taste. Hope this helps, moody