ossimoi

Results 10 comments of ossimoi

Just a quick note. Hardened kernels with `CONFIG_UBSAN_TRAP=y` will silence UBSAN errors and just throw Oops which do not indicate a problem with UBSAN making it harder to debug. >...

https://github.com/openzfs/zfs/pull/16330 fixes this for `zap_micro.c`, but `sa.c` remains broken? ``` UBSAN: array-index-out-of-bounds in /var/tmp/portage/sys-fs/zfs-kmod-9999/work/zfs-kmod-9999/module/zfs/sa.c:340:4 index 1 is out of range for type 'uint16_t [1]' UBSAN: array-index-out-of-bounds in /var/tmp/portage/sys-fs/zfs-kmod-9999/work/zfs-kmod-9999/module/zfs/sa.c:1734:24 index 1...

Been running CONFIG_VT=n systems for a while and only 9999 has worked. Might be related to simpledrm changes introduced after 24.004.60 release. Btw, please remove [X] from pango dep, it...

FWIW it looks like X-Forwarded-For is passed upstream just fine with default nginx config, but some checks, ie. allowed_admin_ranges still seem to check against remote_addr and not XFF.

> Just with the added notion that I want to selectively pick which datasets that `A` pushed to `B` are pushed to `C`. You might be able to achieve this...

In addition: Plex watchlist sync adds specials as separate request to otherwise complete series. Requests will be re-added on every sync so manually removing them won't help. Each time a...

> I'd prefer there to be an option to entirely remove specials from Overseerr, so they can't be requested, aren't tracked, and aren't considered for a show to be "available"...

> Why do you want to disable portals and what compositor are you using? The greeter user does not need portals for anything and if something goes wrong in starting...

Fix has been merged in gtk https://gitlab.gnome.org/GNOME/gtk/-/issues/7116 Will test it once new release is out. While `GDK_DEBUG` can be set in regreet.toml, was wondering if it would make sense to...