9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Jacob Moody <moody@posixcafe.org>
To: 9front@9front.org
Subject: Re: [9front] panic on hjfs fshalt
Date: Fri, 29 Dec 2023 00:54:27 -0600	[thread overview]
Message-ID: <799925dd-9ed5-499b-aed8-09d78e199a99@posixcafe.org> (raw)
In-Reply-To: <9d4fdb15387d7dc4d791b1b7858890c8@self.rodeo>

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


  reply	other threads:[~2023-12-29  6:55 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-29  2:35 eso
2023-12-29  3:26 ` Thaddeus Woskowiak
2023-12-29  4:11   ` cinap_lenrek
2023-12-29  4:41     ` Thaddeus Woskowiak
2023-12-29  6:38     ` eso
2023-12-29  6:54       ` Jacob Moody [this message]
2023-12-29 21:38         ` eso
2023-12-29  3:39 ` Thaddeus Woskowiak
2023-12-29  5:22 ` ori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=799925dd-9ed5-499b-aed8-09d78e199a99@posixcafe.org \
    --to=moody@posixcafe.org \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).