this post was submitted on 29 Aug 2023
13 points (100.0% liked)

Linux

1817 readers
1 users here now

Everything about Linux

RULES

founded 1 year ago
MODERATORS
all 4 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 1 year ago* (last edited 1 year ago) (1 children)

I can hear the conspiracy theories already.

For anyone wondering, the systemd option exists because the utmp file format uses 32-bit time stamps on 32-bit machines, so commands like who will report incorrect times on such machines. If systemd is available, then it will just ask systemd for a list of active user sessions and when they started, since systemd already tracks that information as part of its process-supervision duties. No need to look at potentially-incorrect utmp files then.

[–] [email protected] 2 points 1 year ago

I wish they'd do something useful, like make all their utilities having a --json output option so I can do useful stuff with jq rather than playing games with cut, awk, sed and grep to find what I'm looking for. The fact that there's a need to make accommodations for systemd in the userland utilities seems like a massive regression and a serious red flag for the overall direction of things.

[–] [email protected] 1 points 1 year ago

Does that mean that GNU has finally given up on the dream of Hurd ever becoming a thing?