Re: [systemd-devel] Expected terminal type for sd-boot on a serial console?

2025-01-02 Thread Kevin P. Fleming
On Thu, Jan 2, 2025, at 13:36, Ian Pilcher wrote: > Have you tried good old screen? I was never able to get minicom to work > all that well for Linux serial consoles, but screen works great. For > example, I connect to my headless firewall with: I haven't tried 'screen', but I'm fairly certain t

Re: [systemd-devel] Expected terminal type for sd-boot on a serial console?

2025-01-02 Thread Ian Pilcher
On 12/28/24 12:37 PM, Kevin P. Fleming wrote: I've got three machines which have serial (only) consoles, all of which are using sd-boot from systemd 257. I use Minicom, in VT102 mode, to connect to these machines, and while the console generally works, there is no 'highlighting' in the sd-boot

Re: [systemd-devel] Restoring systemd-ui?

2025-01-02 Thread Ben Boeckel
On Thu, Jan 02, 2025 at 15:05:52 +0100, Lennart Poettering wrote: > So I don't think I am the right person to maintain/review that stuff > anyore (haven't done UI stuff in a decade). But if you already prepped > those patches, and think you can invest a bit of time every now and > then to maintain

Re: [systemd-devel] Restoring systemd-ui?

2025-01-02 Thread Lennart Poettering
On Do, 05.12.24 08:11, Ben Boeckel (m...@benboeckel.net) wrote: > Hi, > > At $DAYJOB, we started migrating to 2FA for VPN which has caused me to > look at how I can get the system service to provoke my user session to > ask me a prompt for the password. Of course, systemd has a solution for > it t

Re: [systemd-devel] How to properly reboot the system from a service specified by `systemd.unit=` boot option?

2025-01-02 Thread Lennart Poettering
On Mi, 01.01.25 17:25, Qu Wenruo (w...@suse.com) wrote: > [BACKGROUND] > I'm trying to implement a super simple kdump service(s) for Archlinux. > > The idea is super simple, just use the default linux kernel installed as > kernel/initramfs for the kexec environment. > > So there is a kexec.service