Franck Bui changed bug 1070418
What Removed Added
CC   fbui@suse.com

Comment # 1 on bug 1070418 from
Hi and sorry for the delay,

(In reply to Archie Cobbs from comment #0)
> I have pure-ftpd installed on my system.
> 
> I happened to notice that the output of "journalctl -t pure-ftpd" and
> "journalctl -u pure-ftpd" are not the same, in cases where they should be.
> 
> Example ("-t" is before, "-u" is after):

Are you sure about that ?

I would have expected that "-u" is missing some entries compare to "-t", not
the opposite...

> Doing "journalctl -t pure-ftpd -o export" reveals that the missing log
> entries do not have the "_SYSTEMD_UNIT" field.

Yes, _SYSTEMD_UNIT is missing due to the race you pointed out below.

But this field is supposed to influence "-u", not "-t" like you suggested
above.

> OK so it turns out this is a known issue in systemd:
> https://github.com/systemd/systemd/issues/2913
> 
> So this openSUSE issue should track that issue I suppose.

And IIUC, it's supposed to be fixed by 22e3a02b9d618bbebcf987bc1411acda367271ec
commit which is part of v235 and later.

I dont think it would be safe to change that for Leap 42.[23] and since the
issue is quite minor as the few missing entries are not lost but not displayed
if "-u" is used, I think we can wait until v236 is merged in Factory and leave
42.3 with this minor issue.

So I'll close this one as "UPSTREAM" unless you don't agree with the above.

Thanks.


You are receiving this mail because: