Re: [systemd-devel] How can I set timeout limits on root device searching when booting?

2023-11-28 Thread Tomasz Pala
On Thu, Nov 16, 2023 at 17:51:35 +0800, cunshunxia wrote: > With 'e' pressed at boot menu, I set the `root=UUID=[wrong UUID]` in boot > cmdline. Then I expect that I will run into emergency mode.However, boot log > stuck at `Job dev-disk-by\x2duuid--device/start running(5min 10s/ no >

Re: [systemd-devel] systemd: questions about dbus dependency service

2023-11-28 Thread Lennart Poettering
On Di, 28.11.23 22:48, Pintu Agarwal (pintu.p...@gmail.com) wrote: > Hi, > > I need some clarification about systemd services that are dependent on dbus > service. > > We have a service that depends on dbus.service, so our service has to be > started after dbus.socket and dbus.service. It's

[systemd-devel] systemd: questions about dbus dependency service

2023-11-28 Thread Pintu Agarwal
Hi, I need some clarification about systemd services that are dependent on dbus service. We have a service that depends on dbus.service, so our service has to be started after dbus.socket and dbus.service. But dbus.service comes after local-fs.target and sysinit.target. However, our service

[systemd-devel] Systemd-logind StopIdleSessionSec option ignored for multiplexed (control master) ssh sessions?

2023-11-28 Thread Juergen Salk
Hi, not sure if this is the right place to ask. If it's not then just ignore this post. systemd-logind has recently introduced an option StopIdleSessionSec which has become available in Rocky 8.7 and onward as well as in Rocky 9. >From logind.conf(5): StopIdleSessionSec= Specifies a timeout in

Re: [systemd-devel] Does coredumpctl info support minidebuginfo / gnu_debugdata ?

2023-11-28 Thread Etienne Cordonnier
I found the issue in the yocto based distribution: elfutils / libdw was compiled without xz support, and was thus unable to extract the minidebuginfo symbol names. On Ubuntu / Fedora, I don't know exactly what the issue is. Etienne On Tue, Nov 21, 2023 at 11:53 PM Etienne Cordonnier wrote: >

Re: [systemd-devel] Fixup-support for kernel command line provided from UKI in systemd-stub

2023-11-28 Thread Luca Boccassi
On Tue, 28 Nov 2023 at 10:30, VENKAT Nagaraj THOGARU (QUIC) wrote: > > Hi @systemd-devel@lists.freedesktop.org, > > > > We have a query on Fixup-support for kernel command line provided from UKI in > system-stub. > > > > Just like we have the Fixup support for DTB provided from UKI in >

Re: [systemd-devel] Fixup-support for kernel command line provided from UKI in systemd-stub

2023-11-28 Thread Aleksandar Kostadinov
How do you create the UKI? What I do is adding `--cmdline=@/etc/kernel/cmdline` to the ukify command line. On Tue, Nov 28, 2023 at 11:30 AM VENKAT Nagaraj THOGARU (QUIC) wrote: > > Hi @systemd-devel@lists.freedesktop.org, > > > > We have a query on Fixup-support for kernel command line provided

[systemd-devel] Fixup-support for kernel command line provided from UKI in systemd-stub

2023-11-28 Thread VENKAT Nagaraj THOGARU (QUIC)
Hi @systemd-devel@lists.freedesktop.org, We have a query on Fixup-support for kernel command line provided from UKI in system-stub. Just like we have the Fixup support for DTB provided from UKI in systemd-stub[via EFI_DT_FIXUP_PROTOCOL], do we have