Apparently it's fine with v232, wasn't able to reproduce on Debian 9.
> There were lots of changes regarding the journal between v215 and v232
> (which is the version in the upcoming stretch release).
>
> Would be great if you can try and reproduce the problem with that
> version. If it still happens, this should be taken upstream.
I've reproduced it with a shell sc
Am 01.06.2017 um 13:03 schrieb defanor:
> With the direction being reversed in the test program (i.e., using
> sd_journal_seek_head, sd_journal_next_skip, sd_journal_previous), it
> works fine (as does journalctl with no -n option). With `journalctl
> OBJECT_ID=50482 -r`, journalctl only prints tho
With the direction being reversed in the test program (i.e., using
sd_journal_seek_head, sd_journal_next_skip, sd_journal_previous), it
works fine (as does journalctl with no -n option). With `journalctl
OBJECT_ID=50482 -r`, journalctl only prints those "" messages
(as did the first version of the
Reproduced the journalctl behaviour by using sd_journal_previous_skip
and sd_journal_next. Apparently it skips some entries when goes backward
(from the newest to the oldest entries), but not when goes forward.
Tried to debug it a bit more, with the attached test program. It has
printed the first message from each 4-hour chunk of messages (mentioned
as "" in the original report), but nothing else -- though
there are others that match ("" and so on), including the
ones written by the same process as those
> I don't quite see the issue here. Can you please elaborate?
Note the timestamps. In the first example, the last entry was from May
29 23:05:13 when the last 14 entries were requested, but from May 30
07:05:03 when the last 12 were. The expected behaviour is that the last
entry is always the same
Am 30.05.2017 um 11:17 schrieb defanor:
> Package: systemd
> Version: 215-17+deb8u6
> Severity: normal
>
> Dear Maintainer,
>
> I have tried to retrieve recent journal entries (with matching fields),
> but the retrieved entries were not the most recent ones:
>
> $ journalctl OBJECT_ID=50483 -n 1
Package: systemd
Version: 215-17+deb8u6
Severity: normal
Dear Maintainer,
I have tried to retrieve recent journal entries (with matching fields),
but the retrieved entries were not the most recent ones:
$ journalctl OBJECT_ID=50483 -n 15 | tail -n 1 | cut -c 1-15
May 29 23:05:13
$ journalctl OBJ
9 matches
Mail list logo