systemd-bootchart icon indicating copy to clipboard operation
systemd-bootchart copied to clipboard

Boot performance graphing tool

Results 15 systemd-bootchart issues
Sort by recently updated
recently updated
newest added

Building on Arch from https://aur.archlinux.org/packages/systemd-bootchart-git fails if `docbook-xsl` isn't installed. I guess it should be somehow flagged as a build dependency? ``` /usr/bin/xsltproc -o man/bootchart.conf.5 --nonet --xinclude --stringparam man.output.quietly 1...

systemd-bootchart exits with an error: ``` matteo@turbo:~$ sudo systemctl status systemd-bootchart.service ● systemd-bootchart.service - Boot Process Profiler Loaded: loaded (/usr/lib/systemd/system/systemd-bootchart.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since Sun...

With systemd-bootchart 233-2 from Debian Sid/unstable, process names in parentheses sometimes get their start characters stripped. For `systemctl`: ``` [224]2.3ms ``` *e2scrub* becomes *crub*. But *direxec* seems fine.

The docs subsection of systemd-bootchart.service includes a reference to the nonexistent man:systemd-bootchart.service(1). This man page should either be written (ideal) or the reference in the service file should be remove...

Using [dracut](https://dracut.wiki.kernel.org/index.php/Main_Page) as the framework for the initrd, systemd is used in the initrd image, and systemd-bootchart only seems to shows that execution, and not the second one.

[Copied from https://github.com/systemd/systemd/issues/8497.] ### Submission type - Bug report ### systemd version the issue has been seen with > 238 ### Used distribution > Debian Sid/unstable ### In case of...

[Moved from https://github.com/systemd/systemd/issues/8502.] ### Submission type - Request for enhancement (RFE) ### systemd version the issue has been seen with > 238 ### Used distribution > Debian Sid/unstable ### In...

src/fileio.c:51]: (error) Resource leak: f src/fileio.c:58]: (error) Resource leak: f src/fileio.c:62]: (error) Resource leak: f Suggest add calls to fclose.

Due to extensive borrowing from systemd, the `make distcheck` target fails on `make install` due to `DESTDIR` not being properly preserved to include `$$dc_install_base`. I've spent some time trying to...

This is a copy of systemd/systemd#656. As a summary: I am trying to get a detailed report on a LEGO mindstorms EV3 running debian jessie. The system is quite slow...