Matthew Wo

Results 18 comments of Matthew Wo

I experienced something similar where Spotlight indexing, anything that's scanning disks (DaisyDisk), or heavy IO load (Xcode) seems to freeze the system and eventually trigger a panic. Please let me...

@jawbroken thanks for the tip! I've disabled spotlight indexing entirely by unloading the daemon: ```bash sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist ``` Adding a file to the directory seems a better...

Hi @lundman thanks for giving an update to this issue! Wondering will the pkg work for M1? Many thanks again!

The installer installed it successfully, but after rebooting and ran zfs version showed kext not loaded. When I load it manually it gives me an error that the kext is...

amazing @lundman! Thanks so much will test it right away.

@lundman thanks for the arm64 build but once I installed it, the kernel panicked and I couldn't manually load it as well.

lundman just released a new beta version Monterey for arm64, perhaps you can give it a shot? https://github.com/openzfsonosx/zfs/issues/798

+1 for this, I've just encountered this error and I've patched it on my own by checking if `message.value` is undefined.