Carl-Daniel Hailfinger
Carl-Daniel Hailfinger
Make sure to disable systemd-pstore.service if you want all logs from pstore. Other ramoops collection software may work better (I haven't tested that), but at least with systemd-pstore I always...
By the way, if you enable too much ECC (128 bytes or more), at least some versions of the kernel will hang on boot when parsing the crash log. ecc=64...
In case it is relevant, here are the active lines in /boot/config.txt ``` grep -v "^$\|^#" /boot/config.txt disable_overscan=1 framebuffer_width=1280 framebuffer_height=720 hdmi_force_hotplug=1 hdmi_group=1 hdmi_mode=19 dtparam=i2c_vc=on dtparam=spi=on dtparam=audio=on [pi4] dtoverlay=vc4-fkms-v3d max_framebuffers=2 [all]...
Just in case anyone else is encountering the bug: Do NOT try to reboot with the reboot command, it will hang and you will need a power cycle to get...
Good question. For my use case, I haven't decided yet if I'll use the PIV application or the OpenPGP application for the intermediate CA in my Smallstep step-ca setup. According...
I didn't know that the signature counter already exists, thank you for explaining. Is that signature counter cryptographically signed with a way to ensure freshness? Can I ask the owner...
> Yes mime-encoded blobs in the config file is the way to go here. Arbitrary user-data blobs in the SPI firmware was been ruled out because it limits the ability...
This regression also affects the stable series. I can reproduce with Saltstack 3006.12 on the minion and an older version than 3006.12 on the master. The release notes for 3006.12...
@lee-harmonic can you please update the bug title to include 3006.12 as well?
@evs93 would you mind updating the patch and addressing the LED review comments? I have a JG928A and would love to test this. Thank you.