Jelle van der Waa

Results 841 comments of Jelle van der Waa

> For the record, I **don't** want to do that as first step. cockpit-tls was split along that "API line" because of security concerns in C software. But it's not...

Trying to reproduce this on Fedora-43, once I enable it via our settings: ``` # /usr/lib/systemd/system/dnf5-automatic.timer [Unit] Description=dnf-automatic timer ConditionPathExists=!/run/ostree-booted Wants=network-online.target [Timer] OnCalendar=*-*-* 6:00 RandomizedDelaySec=60m Persistent=true [Install] WantedBy=timers.target # /etc/systemd/system/dnf5-automatic.timer.d/time.conf...

Need to reproduce it with dnf4, setting it to Wednesday does overide the `OnCalendar=` ``` [root@rhel-9-8-127-0-0-2-2201 ~]# systemctl cat dnf-automatic.timer # /usr/lib/systemd/system/dnf-automatic.timer [Unit] Description=dnf-automatic timer # See comment in dnf-makecache.service...

Re-trying it with rhel-9-6 and cockpit 334: Can't reproduce, am I missing something?

I think this is related too https://github.com/cockpit-project/cockpit/issues/22152

Thanks for the bug report, Fedora 42 has dnf5 while we still need to support dnf 4 for RHEL 10 and below: In our packagekit code we have support for...

How does your `/etc/fstab` and `mount` look like? Cockpit detects "broken mount points" based on the information from `fstab` and `mount`.

Hi, this seems to be strange but expected behavior: ``` if ((!this.state.autoupdates_backend || !this.state.autoupdates_backend.enabled) && this.props.history.length > 0) { // automatic updates are not tracked by PackageKit, hide history when...

> Is that really not a regression for actual users in Fedora 41? I.e. can you still unlock existing stratis pools with the old metadata format? If not, this is...

@mulkieran @mvollmer already made a [PR](https://github.com/cockpit-project/cockpit/pull/21758) to resolve our incompatibilities. The tests fail because we tried to remove a keyslot using `cryptsetup` which no longer works as the pool members...