Kai Lüke
Kai Lüke
Math support via pandoc works with a mathjax → SVG img tag filter: https://github.com/lierdakil/mathjax-pandoc-filter `pandoc --filter ~/node_modules/.bin/mathjax-pandoc-filter -Mmathjax.centerDisplayMath -Mmathjax.noInlineSVG -f markdown+smart -t html5 -o test.html test.md`
> 3. gnome-clocks should then simply request the CAP_WAKE_ALARM cap in its unit file, and thus should get it passed in because now the systemd --user instance posseses it. When...
I installed (on Debian sid) libpam-cap, put `^cap_wake_alarm *` into `/etc/security/capability.conf` (the `none *` line commented out), and got this result (from a new `sudo -u $USER -i` shell): ```...
Yes, should have written that, sorry: libcap 2.44-1, libpam 1.4.0-11 `auth optional pam_cap.so keepcaps defer` is the last line of `/etc/pam.d/common-auth` (Edit: added `keepcaps defer`)
… and libpam-cap is also on 2.44-1 - thanks for the link to the home page which clearly says `From 2.58 on, compliant Linux-PAM applications should be able to support...
> /etc/capabilities/security contains ^cap_wake_alarm * I think you mean `/etc/security/capability.conf`, or? As far as I understood there are changes needed in systemd (maybe how the caps get passed/dropped, maybe how...
Affected is 136.144.58.113 - I've restarted nginx there and it helped but it gets flooded with many requests and it could happen again - we need to tweak the config...
The `ct` transpiler is still the way to go for Flatcar LTS. More Butane examples would be great, yes, specially for a "migration guide".
Flatcar and FCOS have different variants in Butane, e.g., currently the Flatcar variant doesn't allow clevis because it's not supported
Thanks for reporting, in https://www.flatcar.org/releases#release-3227.2.2 we have the links to the kernel changelogs for each bugfix release since the last Flatcar stable release. We need to find suspicious changes and...