Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.misc > #66487

Re: More systemdCrap

From "Carlos E.R." <robin_listas@es.invalid>
Newsgroups comp.os.linux.misc
Subject Re: More systemdCrap
Date 2025-03-19 01:29 +0100
Message-ID <lnfpalxad6.ln2@Telcontar.valinor> (permalink)
References (7 earlier) <vr7r2k$2s2b1$1@dont-email.me> <6lsoalxo1v.ln2@Telcontar.valinor> <vrco25$3arlf$4@dont-email.me> <8g6palx1ak.ln2@Telcontar.valinor> <vrcqph$3d8qj$2@dont-email.me>

Show all headers | View raw


On 2025-03-18 23:06, Lawrence D'Oliveiro wrote:
> On Tue, 18 Mar 2025 22:51:36 +0100, Carlos E.R. wrote:
> 
>> On 2025-03-18 22:20, Lawrence D'Oliveiro wrote:
>>
>>> On Tue, 18 Mar 2025 20:03:34 +0100, Carlos E.R. wrote:
>>>
>>>> There is no mail in the /var/log/messages file at all, since ever.
>>>
>>> Then why did you include “mail” in your list of facilities?
>>
>> Because I copypasted the wrong line.
> 
> Anyway, to answer the question of how to extract the same information on
> an older version of systemd, it could be done by exporting the journal in
> JSON format, and filtering it through a tool like jq.

Yes, someone kindly created a script doing just that for me, but 
unfortunately it doesn't process well multiline log entries. And some 
lines with multiple spaces are shortened to a single space.

> 
> By the way, the ability for journalctl to do the filtering by facility
> itself was added in version 245, which came out five years ago. So I’m not
> sure why you’re still stuck with an older version.

I'm stuck with whatever version my distribution carries, which is 254. 
You see, not that old.

This version can do filtering using facilities, but the problem is that 
there are a bunch of entries in the journal with no facility assigned. 
So when filtering by facilities, with the exact line I posted before by 
error, there are megabytes of missing information from the output.

This is the line I am using:

journalctl --boot=cdf...\
  --facility=kern,user,daemon,auth,syslog,lpr,uucp,cron,authpriv,ftp,\
12,13,14,15,local0,local1,local2,local3,local4,local5,local6,\
local7 > journal_purged


-- 
Cheers, Carlos.

Back to comp.os.linux.misc | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

More systemdCrap The Natural Philosopher <tnp@invalid.invalid> - 2025-03-10 16:29 +0000
  Re: More systemdCrap Dan Espen <dan1espen@gmail.com> - 2025-03-10 14:12 -0400
    Re: More systemdCrap The Natural Philosopher <tnp@invalid.invalid> - 2025-03-10 18:40 +0000
      Re: More systemdCrap "Carlos E.R." <robin_listas@es.invalid> - 2025-03-10 19:45 +0100
        Re: More systemdCrap The Natural Philosopher <tnp@invalid.invalid> - 2025-03-10 20:50 +0000
          Re: More systemdCrap "Carlos E.R." <robin_listas@es.invalid> - 2025-03-10 23:14 +0100
            Re: More systemdCrap John Ames <commodorejohn@gmail.com> - 2025-03-10 15:28 -0700
              Re: More systemdCrap The Natural Philosopher <tnp@invalid.invalid> - 2025-03-11 07:58 +0000
                Re: More systemdCrap "Carlos E.R." <robin_listas@es.invalid> - 2025-03-11 13:17 +0100
                Re: More systemdCrap The Natural Philosopher <tnp@invalid.invalid> - 2025-03-11 14:50 +0000
                Re: More systemdCrap "Carlos E.R." <robin_listas@es.invalid> - 2025-03-11 15:59 +0100
                Re: More systemdCrap The Natural Philosopher <tnp@invalid.invalid> - 2025-03-11 15:29 +0000
                Re: More systemdCrap John Ames <commodorejohn@gmail.com> - 2025-03-11 08:41 -0700
                Re: More systemdCrap D <nospam@example.net> - 2025-03-11 22:36 +0100
                Re: More systemdCrap Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-03-11 23:47 +0000
                Re: More systemdCrap Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-03-11 23:46 +0000
                Re: More systemdCrap Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-03-11 23:44 +0000
                Re: More systemdCrap John Ames <commodorejohn@gmail.com> - 2025-03-12 09:07 -0700
                Re: More systemdCrap Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-03-12 21:38 +0000
                Re: More systemdCrap John Ames <commodorejohn@gmail.com> - 2025-03-11 07:59 -0700
                Re: More systemdCrap John McCue <jmccue@qball.jmcunx.com> - 2025-03-11 17:37 +0000
                Re: More systemdCrap Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-03-11 23:42 +0000
                Re: More systemdCrap "Carlos E.R." <robin_listas@es.invalid> - 2025-03-12 22:10 +0100
                Re: More systemdCrap Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-03-12 21:38 +0000
                Re: More systemdCrap "Carlos E.R." <robin_listas@es.invalid> - 2025-03-12 23:42 +0100
                Re: More systemdCrap Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-03-13 00:12 +0000
                Re: More systemdCrap "Carlos E.R." <robin_listas@es.invalid> - 2025-03-13 08:21 +0100
                Re: More systemdCrap Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-03-13 08:06 +0000
                Re: More systemdCrap "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2025-03-11 08:33 -0400
                Re: More systemdCrap The Natural Philosopher <tnp@invalid.invalid> - 2025-03-11 14:52 +0000
                Re: More systemdCrap Pancho <Pancho.Jones@protonmail.com> - 2025-03-11 15:50 +0000
                Re: More systemdCrap John Ames <commodorejohn@gmail.com> - 2025-03-11 08:59 -0700
                Re: More systemdCrap Pancho <Pancho.Jones@protonmail.com> - 2025-03-11 16:12 +0000
                Re: More systemdCrap John Ames <commodorejohn@gmail.com> - 2025-03-11 09:19 -0700
                Re: More systemdCrap Pancho <Pancho.Jones@protonmail.com> - 2025-03-11 16:25 +0000
                Re: More systemdCrap The Natural Philosopher <tnp@invalid.invalid> - 2025-03-11 20:02 +0000
                Re: More systemdCrap D <nospam@example.net> - 2025-03-11 22:38 +0100
                Re: More systemdCrap "Carlos E.R." <robin_listas@es.invalid> - 2025-03-12 22:14 +0100
                Re: More systemdCrap "Carlos E.R." <robin_listas@es.invalid> - 2025-03-12 22:12 +0100
                Re: More systemdCrap John Ames <commodorejohn@gmail.com> - 2025-03-12 14:50 -0700
                Re: More systemdCrap "Carlos E.R." <robin_listas@es.invalid> - 2025-03-12 23:44 +0100
                Re: More systemdCrap The Natural Philosopher <tnp@invalid.invalid> - 2025-03-11 19:58 +0000
                Re: More systemdCrap D <nospam@example.net> - 2025-03-11 22:37 +0100
                Re: More systemdCrap Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-03-11 23:07 +0000
                Re: More systemdCrap TJ <TJ@noneofyour.business> - 2025-03-11 11:32 -0400
                Re: More systemdCrap Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-03-11 23:07 +0000
                Re: More systemdCrap "Carlos E.R." <robin_listas@es.invalid> - 2025-03-12 22:26 +0100
            Re: More systemdCrap The Natural Philosopher <tnp@invalid.invalid> - 2025-03-11 07:45 +0000
              Re: More systemdCrap John McCue <jmccue@qball.jmcunx.com> - 2025-03-11 11:28 +0000
                Re: More systemdCrap Pancho <Pancho.Jones@protonmail.com> - 2025-03-11 11:42 +0000
                Re: More systemdCrap "Carlos E.R." <robin_listas@es.invalid> - 2025-03-11 13:21 +0100
                Re: More systemdCrap Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-03-11 23:04 +0000
                Re: More systemdCrap Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-03-14 20:22 +0000
                Re: More systemdCrap c186282 <c186282@nnada.net> - 2025-03-15 22:39 -0400
                Re: More systemdCrap The Natural Philosopher <tnp@invalid.invalid> - 2025-03-11 14:45 +0000
      Re: More systemdCrap Dan Espen <dan1espen@gmail.com> - 2025-03-10 16:33 -0400
      Re: More systemdCrap Dan Espen <dan1espen@gmail.com> - 2025-03-10 16:37 -0400
        Re: More systemdCrap The Natural Philosopher <tnp@invalid.invalid> - 2025-03-10 20:53 +0000
          Re: More systemdCrap "Carlos E.R." <robin_listas@es.invalid> - 2025-03-10 23:17 +0100
            Re: More systemdCrap Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-03-10 23:33 +0000
              Re: More systemdCrap "Carlos E.R." <robin_listas@es.invalid> - 2025-03-11 13:23 +0100
                Re: More systemdCrap The Natural Philosopher <tnp@invalid.invalid> - 2025-03-11 14:51 +0000
                Re: More systemdCrap Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-03-11 20:56 +0000
                Re: More systemdCrap Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-03-11 21:05 +0000
            Re: More systemdCrap The Natural Philosopher <tnp@invalid.invalid> - 2025-03-11 07:49 +0000
              Re: More systemdCrap "Carlos E.R." <robin_listas@es.invalid> - 2025-03-11 13:27 +0100
                Re: More systemdCrap The Natural Philosopher <tnp@invalid.invalid> - 2025-03-11 14:51 +0000
              Re: More systemdCrap Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-03-11 20:56 +0000
          Re: More systemdCrap Dan Espen <dan1espen@gmail.com> - 2025-03-11 10:21 -0400
            Re: More systemdCrap Harold Stevens <wookie@aspen.localdomain> - 2025-03-11 09:47 -0500
              Re: More systemdCrap The Natural Philosopher <tnp@invalid.invalid> - 2025-03-11 14:53 +0000
  Re: More systemdCrap Richard Kettlewell <invalid@invalid.invalid> - 2025-03-13 07:47 +0000
    Re: More systemdCrap "Carlos E.R." <robin_listas@es.invalid> - 2025-03-13 09:37 +0100
      Re: More systemdCrap Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-03-13 22:07 +0000
        Re: More systemdCrap "Carlos E.R." <robin_listas@es.invalid> - 2025-03-14 12:57 +0100
          Re: More systemdCrap Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-03-14 21:30 +0000
            Re: More systemdCrap vallor <vallor@cultnix.org> - 2025-03-15 03:19 +0000
            Re: More systemdCrap "Carlos E.R." <robin_listas@es.invalid> - 2025-03-16 14:48 +0100
              Re: More systemdCrap Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-03-17 00:40 +0000
                Re: More systemdCrap "Carlos E.R." <robin_listas@es.invalid> - 2025-03-18 20:03 +0100
                Re: More systemdCrap Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-03-18 21:20 +0000
                Re: More systemdCrap "Carlos E.R." <robin_listas@es.invalid> - 2025-03-18 22:51 +0100
                Re: More systemdCrap Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-03-18 22:06 +0000
                Re: More systemdCrap "Carlos E.R." <robin_listas@es.invalid> - 2025-03-19 01:29 +0100
                Re: More systemdCrap The Natural Philosopher <tnp@invalid.invalid> - 2025-03-19 06:31 +0000

csiph-web