You are not logged in.

#1 2020-03-19 23:22:29

bjoe2k4
Member
Registered: 2016-12-04
Posts: 3

weird systemd 245 issue

Hi,

ever since i upgraded to systemd-245 my journal is spammed with the following messages whenever any service is started:

Mar 20 00:15:46 hostname systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Mar 20 00:15:46 hostname systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Mar 20 00:15:46 hostname systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Mar 20 00:15:46 hostname systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Mar 20 00:15:46 hostname systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Mar 20 00:15:46 hostname systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Mar 20 00:15:46 hostname systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Mar 20 00:15:46 hostname systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Mar 20 00:15:46 hostname systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
Mar 20 00:15:46 hostname systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Mar 20 00:15:46 hostname systemd[1]: Condition check resulted in Create System Users being skipped.
Mar 20 00:15:46 hostname systemd[1]: Condition check resulted in Update is Completed being skipped.
Mar 20 00:15:46 hostname systemd[1]: Starting A high performance web server and a reverse proxy server...
Mar 20 00:15:48 hostname systemd[1]: Started A high performance web server and a reverse proxy server.

Does anyone else experience these issues? Looks like something is pulled in over and over again ...

Last edited by bjoe2k4 (2020-03-20 08:00:54)

Offline

#2 2020-03-19 23:34:36

CarbonChauvinist
Member
Registered: 2012-06-16
Posts: 413
Website

Re: weird systemd 245 issue

post a full journal for more help

Last edited by CarbonChauvinist (2020-03-19 23:35:54)


"the wind-blown way, wanna win? don't play"

Offline

#3 2020-03-19 23:42:33

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,869
Website

Re: weird systemd 245 issue

Please use code tags for terminal output: https://wiki.archlinux.org/index.php/Co … s_and_code

Mod note: Moving to NC.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#4 2020-03-20 08:07:05

bjoe2k4
Member
Registered: 2016-12-04
Posts: 3

Re: weird systemd 245 issue

Sorry guys, it was late yesterday ;-)

Here is a fully unredacted "journalctl -b" output. I have switched to StatusUnitFormat=name for better readability.

Gist

test.service looks like:

[Unit]
Description=Test Service

[Service]
ExecStart=/usr/bin/echo "Test"

Edit:
basically everything that is not green in "systemctl list-dependencies sysinit.target" is pulled in over and over again every time a service starts.

Last edited by bjoe2k4 (2020-03-20 08:41:57)

Offline

#5 2020-03-20 17:36:10

CarbonChauvinist
Member
Registered: 2012-06-16
Posts: 413
Website

Re: weird systemd 245 issue

Maybe an entropy issue?

Mar 20 08:54:05 nitrogen.d9c.eu kernel: random: systemd: uninitialized urandom read (16 bytes read)
...
Mar 20 08:54:05 nitrogen.d9c.eu kernel: random: systemd: uninitialized urandom read (16 bytes read)
...
Mar 20 08:54:05 nitrogen.d9c.eu kernel: random: systemd: uninitialized urandom read (16 bytes read)
...
Mar 20 08:54:07 nitrogen.d9c.eu kernel: random: crng init done
Mar 20 08:54:07 nitrogen.d9c.eu kernel: random: 7 urandom warning(s) missed due to ratelimiting

This link may be helpful.

https://bbs.archlinux.org/viewtopic.php?id=249430

Particularly post #4


"the wind-blown way, wanna win? don't play"

Offline

#6 2020-03-21 17:31:14

bjoe2k4
Member
Registered: 2016-12-04
Posts: 3

Re: weird systemd 245 issue

Tried the additional kernel flag to trust CPU rdrand, no changes.

But what actually changes is how many services complain about conditions not met. Seems to vary between 6 and 14 services between different reboots.

I've just installed a vanilla Archlinux from scratch in virtualbox and the same thing happens there, too. Maybe this is an upstream issue?

Offline

#7 2020-03-21 21:48:18

bsdice
Member
Registered: 2016-08-06
Posts: 13

Re: weird systemd 245 issue

bjoe2k4 wrote:

Maybe this is an upstream issue?

I too saw this in one of my systemd-nspawn containers. I think this is a regression from 244 to 245. Unfortunately fixes can take weeks to months to sort out and trickle down.

My workaround was to pacstrap the container anew but with custom pacman.conf referencing "Server = https://archive.archlinux.org/repos/2020/03/05/$repo/os/$arch" for core/extra/community as last day before 245 was introduced.

Probably best to open a ticket upstream on github.com.

Offline

Board footer

Powered by FluxBB