You are not logged in.

#1 2020-08-07 07:28:03

Hanabishi
Member
Registered: 2020-08-07
Posts: 21

[SOLVED] Latest systemd update (246-1) is just broken

Latest systemd update (246-1) is just broken. It's even can't install properly. Post-transaction hooks failed, it was not able to restart some services, the system started to lag and randomly not responding. But well ok, **it happens, reboot.
And here is the main trouble: after boot tty can't start around a minute! Login prompt just doesn't appear. Seems like the tty service is not responding during this time. After it timed out and restarted, this message appears in the journal:

systemd-logind[537]: Failed to start autovt@tty2.service: No buffer space available

Just it and nothing else. I have only one question: watta hell?

P. S. Display manager service (lightdm) autostarts instantly and loads DE without troubles.

Last edited by Hanabishi (2020-08-07 16:30:16)

Offline

#2 2020-08-07 08:41:49

Hanabishi
Member
Registered: 2020-08-07
Posts: 21

Re: [SOLVED] Latest systemd update (246-1) is just broken

Also just noticed such messages on boot:

systemd[1]: initrd-switch-root.service: Current command vanished from the unit file, execution of the command list won't be resumed.
systemd[1]: initrd-switch-root.service: Succeeded.

And systemd drains 100% CPU constantly:
image.png

And systemctl is basically dead:
image.png

Last edited by Hanabishi (2020-08-07 08:56:37)

Offline

#3 2020-08-07 08:57:30

GeorgeJP
Member
From: Czech Republic
Registered: 2020-01-28
Posts: 186

Re: [SOLVED] Latest systemd update (246-1) is just broken

Hanabishi wrote:

Also just noticed such messages on boot:

systemd[1]: initrd-switch-root.service: Current command vanished from the unit file, execution of the command list won't be resumed.
systemd[1]: initrd-switch-root.service: Succeeded.

https://github.com/systemd/systemd/issues/15699

Offline

#4 2020-08-07 09:10:33

Hanabishi
Member
Registered: 2020-08-07
Posts: 21

Re: [SOLVED] Latest systemd update (246-1) is just broken

Yeah, already found it too. Unfortunately doesn't help.
Btw 245 systemd version, that this report for, doesn't had this issue for me.

Offline

#5 2020-08-07 09:33:09

GeorgeJP
Member
From: Czech Republic
Registered: 2020-01-28
Posts: 186

Re: [SOLVED] Latest systemd update (246-1) is just broken

Did you regenerate initramfs (mkinitcpio -P) after changes?

If you have systemd in HOOKS() in mkinitcpio.conf, try use udev instead.

Offline

#6 2020-08-07 10:07:41

Hanabishi
Member
Registered: 2020-08-07
Posts: 21

Re: [SOLVED] Latest systemd update (246-1) is just broken

GeorgeJP wrote:

Did you regenerate initramfs (mkinitcpio -P) after changes?

Of course. Also reinstalled systemd package several times that automatically triggers mkinitcpio.

GeorgeJP wrote:

If you have systemd in HOOKS() in mkinitcpio.conf, try use udev instead.

Wow, seems like this actually helped! My hooks line was

HOOKS=(base systemd block keyboard fsck filesystems)

Changing systemd to udev required some bootloader reconfiguration (explicitly set a root partition in kernel options, systemd was able to find it automatically).
This is mostly workaround than a fix, but the system works properly now, thanks!

Offline

#7 2020-08-07 16:29:45

Hanabishi
Member
Registered: 2020-08-07
Posts: 21

Re: [SOLVED] Latest systemd update (246-1) is just broken

Marking thread as solved.
Go to related issue https://github.com/systemd/systemd/issues/16076

Offline

Board footer

Powered by FluxBB