Page 2 of 2

Re: 2.2.0rc2 crash on Ventura

PostPosted: Sat Nov 11, 2023 6:02 pm
by Jimbo
Ok, after booting into Recovery Mode and doing a trigger-panic-medic I got that new package installed.

So far, so good.
Code: Select all
% sudo zpool import
   pool: Empty
     id: 4597839374714880396
  state: ONLINE
 action: The pool can be imported using its name or numeric identifier.
 config:

   Empty                                         ONLINE
     media-15357D5D-39B9-9443-88A6-B0BB3F931CD3  ONLINE
% sudo zpool import -a
% sudo zpool status -v
  pool: Empty
 state: ONLINE
config:

   NAME                                          STATE     READ WRITE CKSUM
   Empty                                         ONLINE       0     0     0
     media-15357D5D-39B9-9443-88A6-B0BB3F931CD3  ONLINE       0     0     0

errors: No known data errors
% sudo zfs load-key -a && sudo zfs mount -a
Enter passphrase for 'Empty':
1 / 1 key(s) successfully loaded
jgeorge@Mac ~ % sudo zfs list -t all
NAME           USED  AVAIL  REFER  MOUNTPOINT
Empty         13.5G   886G  2.55M  /Volumes/Empty
Empty/Tester  13.5G   886G  13.5G  /Volumes/Empty/Tester


Nothing has caught fire and my cat is relaxed. :)

Re: 2.2.0rc2 crash on Ventura

PostPosted: Sat Nov 11, 2023 6:07 pm
by lundman
That's an kext unload panic? Is it the old panicking at install? or when you unload the new?

Re: 2.2.0rc2 crash on Ventura

PostPosted: Sat Nov 11, 2023 6:14 pm
by Jimbo
The panic - unsure as I was just running the .pkg installer. The progress bar about halfway through. This was installing the package linked above, over the 2.2.0rc2 from the https://openzfsonosx.org/forum/viewtopic.php?f=20&t=3844 post.

If I had to guess, I'd guess that it was unloading the "original" 2.2.0rc2?

-James

Re: 2.2.0rc2 crash on Ventura

PostPosted: Sat Nov 11, 2023 6:25 pm
by lundman
OK yeah, so the rc2 is bad then, to unload as well


OK, I'll do an rc3.

Re: 2.2.0rc2 crash on Ventura

PostPosted: Sun Nov 12, 2023 3:49 pm
by tangent
rc3 is running on my system now, with the pool imported. Thank you for the quick fix!

And thank you for not waiting indefinitely for the PR to go through. It would be nice if all the forks finally merged, but that's a two-way street.