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

2023-11-21 Thread Etienne Cordonnier
Thanks for your reply. I have tested with Fedora 39 and indeed coredumpctl info shows function names when a binary provided by a Fedora package crashes. However, when I compile a test binary on Fedora, even with debug symbols enabled (I tried -g and -ggdb), and I then send kill -SEGV my binary, cor

Re: [systemd-devel] Which archive formats are supported by systemd-sysupdate?

2023-11-21 Thread Nils Kattenbeck
On Tue, Nov 21, 2023 at 6:04 PM Adrian Vovk wrote: > > Hello, > > I think relevant code for sysupdate / systemd-pull is here: > https://github.com/systemd/systemd/blob/main/src/import/import-compress.c Ah I was unaware that systemd-pull does indeed seem to decompress file streams. Thanks for the

[systemd-devel] Which archive formats are supported by systemd-sysupdate?

2023-11-21 Thread Nils Kattenbeck
G'day, I was looking into using sysupdate but did not find any information about which archive formats are supported for "url-file". The man page simply states that files are decompressed without specifying it any further and uses .xz files in the examples. Are other formats like .zstd also support