Hello,
I am updating a system from systemd v250 to systemd v255. There is some
small utility on the system using sd_journal_add_match() to react on
coredumps being printed to the journal:
sd_journal_open(...);
poll_fd = sd_journal_get_fd(...);
sd_journal_seek_tail(...);
sd_journal_previous(...);
s
on names in call
stacks even if the binaries have full debug symbols.
Etienne
On Tue, Nov 28, 2023 at 1:11 PM Etienne Cordonnier
wrote:
> I found the issue in the yocto based distribution: elfutils / libdw was
> compiled without xz support, and was thus unable to extract the
> minideb
lse
```
systemctl status 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) wr
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
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
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
luding 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:
>
>
inidebuginfo is that it is much smaller than full debug symbols.
Thanks,
Etienne Cordonnier