Eugene Kim

Results 9 comments of Eugene Kim

Fixes bugs [#262600](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262600) and [#262601](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262601).

Hit by this issue, and bisected it to the same commit 2bd26fbeb0c51cd8a98ae31d58ea105d1274387a as in #6844. The lag seems to end as soon as there's another update on the screen. It...

> Could someone test this > > ```diff > diff --git a/alacritty/src/display/mod.rs b/alacritty/src/display/mod.rs > index 4dafa80f..ae0e4f11 100644 > --- a/alacritty/src/display/mod.rs > +++ b/alacritty/src/display/mod.rs > @@ -980,13 +980,14 @@ impl Display...

I think this is an upstream issue (ignoring the Al value supplied to the encoder and using 1 instead). Will verify this and open an issue if necessary.

+1 and also wanted to add a use case: In live debugging/auditing scenarios, it is often important to find out which jail is using or has used what dataset, so...

Having the same issue. I added a few tracing lines to /etc/grub.d/10_linux_zfs and it seems that the root filesystem is mounted, unmounted, then remounted; the remount hangs: ![Image](https://github.com/user-attachments/assets/5c09bdda-8943-4efd-bd8c-f7259930c1bf) Edit: the...

Found a workaround: 1. After the lockup, force-reboot. This reboot uses the old kernel that locks up upon `mount.zfs`. 2. Run `sudo patch -N /etc/grub.d/10_linux_zfs < 10_linux_zfs.diff` so that it...

BTW, in case your grub.cfg is already messed up (so Ubuntu doesn't show up, or it fails to boot into the new kernel because of missing or botched initrd) and...

Thanks @bentolor for streamlining my bandaid patch to a zero-touch upgrade script! 😺 Not sure what the kernel ABI guarantee is in Linux and OpenZFS, but seeing how Ubuntu upgrades...