Lennart Poettering
Lennart Poettering
hmm, if you switch (temporarily) to bash, do things work better then? maybe this is simply some issue around the way we chainload zsh?
> When a user logs in via SSH from inactive, zsh is invoked as `sh`: I prepped a fix for that in #34345. Can you give that a whirl? maybe...
Ah! Interesting. Then I guess that fix indeed should fix your issue. Can you check?
excellent! thanks! Closing.
also this behaviour needs some documentation somwhere, i.e. sd-stub man page or so
> @medhefgo does the PE spec/tooling allow multiple sections with the same name? I'd prefer not to. the section name is such a nice identifier, let's maintain that as a...
also needs updates to systemd-measure so that it it can pre-calculate the expected measurements correctly.
maybe it makes sense for ukify to write things out in the "canonical order" of sections which we use to measure them, as defined in the UKI spec. And maybe...
So I think the other stuff makes sense, but the x32 thing should not be added. People can just add use x86-64 for that, it's the actual CPU architecture for...
When i added architecture.h i thought about precisely this issue btw, see comment at the top: ``` /* A cleaned up architecture definition. We don't want to get lost in...