Re: systemd units disabled when calling systemctl daemon-reload

2023-12-13 Thread Etienne Cordonnier
local-fs.target also doesn't show why the unit is "inactived (dead)". How would you debug this kind of issue? Thanks, Etienne On Tue, Dec 12, 2023 at 10:07 PM Lennart Poettering wrote: > On Di, 12.12.23 19:06, Etienne Cordonnier (ecordonn...@snap.com) wrote: > > > Hello, >

Re: systemd units disabled when calling systemctl daemon-reload

2023-12-12 Thread Etienne Cordonnier
More specifically, basic.target, local-fs.target and multi-user.target are disabled after I run systemctl daemon-reload. On Tue, Dec 12, 2023 at 7:06 PM Etienne Cordonnier wrote: > Hello, > I am debugging some embedded system running systemd. The behavior I am > observing is that man

systemd units disabled when calling systemctl daemon-reload

2023-12-12 Thread Etienne Cordonnier
Hello, I am debugging some embedded system running systemd. The behavior I am observing is that many systemd targets such as multi-user.target are disabled after I run systemctl daemon-reload (as shown by systemctl list-units --type target --all). This causes many systemd units to be disabled, and

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] Does coredumpctl info support minidebuginfo / gnu_debugdata ?

2023-11-21 Thread Etienne Cordonnier
including the code of this test binary to https://unix.stackexchange.com/questions/761966/how-to-get-symbolized-call-stacks-with-coredumpctl-info ). Etienne On Fri, Nov 17, 2023 at 10:03 AM Lennart Poettering wrote: > On Do, 16.11.23 18:37, Etienne Cordonnier (ecordonn...@snap.com) wrote: > >

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

2023-11-16 Thread Etienne Cordonnier
idebuginfo is that it is much smaller than full debug symbols. Thanks, Etienne Cordonnier