pentix / qjournalctl

A multi-platform, Qt-based frontend for systemd's journalctl command. Accepting local as well as remote (SSH) data sources.
GNU General Public License v3.0
166 stars 17 forks source link

no entries in list of available boots [systemd 252.6] #85

Open kantrol opened 1 year ago

kantrol commented 1 year ago

The list of boots is always empty, probably because the output of journalctl --list-boots starts with a header line in this version of journalctl.

image

pentix commented 1 year ago

Hey there, thanks for letting me know!

This might be possibly similar to #81, which was fixed in 6358207, which has been in master for a while, however never included in any release so far. Does the latest commit fix this issue for you?

I also get the header line on 253.7, however I was no longer able to reproduce the issue. It should not show up in the output that qjournalctl parses, since we are|were using the -q flag.

kantrol commented 1 year ago

I am running the pure debian package 0.6.3-1. So I need to wait for a new release for my distribution. Probably you can close this issue?

pentix commented 1 year ago

Oh, I see.

I never managed to fully automate the build pipeline (due to the libssh dependency situation during all those years) that's why the builds still happen only occasionally.

But I will try to release 0.6.4-1 soon, then! Should be doable, I will ping you and close the issue afterwards :)