Jelle van der Waa

Results 716 comments of Jelle van der Waa

Triggered 4 test runs, so we can get a good picture how stable it is.

> In some sense [this failure](https://cockpit-logs.us-east-1.linodeobjects.com/pull-22138-ba9661b2-20250704-144405-fedora-41-other2/pixeldiff.html#TestHistoryMetrics-testEvents-metrics-history-expanded-hour) is a positive feedback -- it means it still fails on "too many wrong pixels". That's some scrolling issue so unrelated but yes annoying...

Arch Linux does ship `/usr/share/polkit-1/actions/org.cockpit-project.cockpit-bridge.policy` in it's package so that ought to get triggered. ``` [jelle@t14s][~/projects/cockpit/codeql-fixes-2]%pkexec cockpit-bridge --privileged 27 {"command": "send-stderr"}cockpit-bridge: recvmsg(stdin) failed: Socket operation on non-socket ``` ``` [jelle@t14s][~/projects/cockpit/codeql-fixes-2]%sudo...

We have a way easier way to "install" a plugin and that is via `~/.local/share/cockpit/$plugin/` or `/usr/local/share/cockpit/$plugin`. I'm not too supportive of installing to `npm`, that is something people should...

Cannot reproduce it with: ``` sudo dnf update --exclude=kernel* ``` So this is a kernel regression

Reproducer: ``` truncate --size=50MB /var/tmp/member1; losetup -P --show --find /var/tmp/member1 truncate --size=50MB /var/tmp/member2; losetup -P --show --find /var/tmp/member2 mdadm --create SOMERAID --run --level=1 --metadata=1.0 --raid-devices=2 /dev/loop0 /dev/loop1 mdadm --stop /dev/md/SOMERAID...

Reported here https://bugzilla.redhat.com/show_bug.cgi?id=2362273 So for bisect purposes last good commit is fc96b232f8e7c0a6c282f47726b2ff6a5fb341d2 git log v6.15-rc3...fc96b232f8e7c0a6c282f47726b2ff6a5fb341d2

Should be fixed in https://lkml.org/lkml/2025/4/23/188 or rc4

> > In the following comments, similar things are said, but in the current mockups, how will the VNC display be added if it does not exist in the current...

If a custom CLI parameter needs to be provided we ought to let osinfo solve this for us. https://gitlab.com/libosinfo/osinfo-db