You are not logged in.

#1 2017-08-14 14:02:56

Pinasu
Member
Registered: 2017-08-14
Posts: 6

[SOLVED] Systemd-journald is eating all my CPU

I already tried to change grub config, adding "GRUB_CMDLINE_LINUX_DEFAULT="quiet pci=nomsi"" but didn't help. What can I do?

https://imgur.com/a/ke3RA

Last edited by Pinasu (2017-08-15 20:20:07)

Offline

#2 2017-08-14 15:21:10

seth
Member
Registered: 2012-09-03
Posts: 50,924

Re: [SOLVED] Systemd-journald is eating all my CPU

Something is spamming your journal with an error (and journald is not very good at dealing with this ... or at most other things) so look up your journal for the cause and fix that.

Online

#3 2017-08-14 15:27:09

Pinasu
Member
Registered: 2017-08-14
Posts: 6

Re: [SOLVED] Systemd-journald is eating all my CPU

Log is pretty much all like this:

-- Logs begin at Mon 2017-08-14 17:13:30 CEST, end at Mon 2017-08-14 17:23:23 CEST. --
ago 14 17:13:30 X556U systemd-journald[3469]: Missed 28 kernel messages
ago 14 17:13:30 X556U kernel: pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e5(Receiver ID)
ago 14 17:13:30 X556U systemd-journald[3469]: Missed 19303 kernel messages
ago 14 17:13:30 X556U kernel: pcieport 0000:00:1c.5:    [ 0] Receiver Error         (First)
ago 14 17:13:30 X556U systemd-journald[3469]: Missed 64 kernel messages
ago 14 17:13:30 X556U kernel: pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
ago 14 17:13:30 X556U systemd-journald[3469]: Missed 44 kernel messages

I'm still trying to figure out what is causing all ther spam.

Last edited by Pinasu (2017-08-15 19:36:54)

Offline

#4 2017-08-14 15:38:17

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,768

Re: [SOLVED] Systemd-journald is eating all my CPU

What about the kernel ring buffer (AKA dmesg )?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#5 2017-08-15 16:55:20

mich41
Member
Registered: 2012-06-22
Posts: 796

Re: [SOLVED] Systemd-journald is eating all my CPU

Use code tags for log dumps.

See this thread and my post there.

As for possible causes, it's marginal hardware compatibility (there are known instances like certain NV GPUs with certain Intel CPUs) or (maybe) poor physical connection - use lspci to find out which device is "00:1c.5" and if it's some discrete PCIe card, pull it out and reinstall back.

And when did it start and why?

Last edited by mich41 (2017-08-15 16:56:25)

Offline

#6 2017-08-15 19:45:26

Pinasu
Member
Registered: 2017-08-14
Posts: 6

Re: [SOLVED] Systemd-journald is eating all my CPU

It started after a fresh system installation.
dmesg gives the same error:

 AER: Corrected error received: id=00e5 

Setting "pci=noaer" or "pci=nomsi" didn't help me at all.
lspci returns:

00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #6 (rev f1)

,but I really don't know how to proceed.

Offline

#7 2017-08-15 19:49:38

seth
Member
Registered: 2012-09-03
Posts: 50,924

Re: [SOLVED] Systemd-journald is eating all my CPU

Errr.... no offense, but where did you set this? At least the AER messages should vanish from the journal?

Also "lspci -tv"?

Online

#8 2017-08-15 19:54:31

Pinasu
Member
Registered: 2017-08-14
Posts: 6

Re: [SOLVED] Systemd-journald is eating all my CPU

I added a parameter to kernel boot modifying /etc/default/grub.
lspci -tv tells me the issue is with the wireless card, apparently:

 -[0000:00]-+-00.0  Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers
           +-02.0  Intel Corporation HD Graphics 520
           +-04.0  Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem
           +-14.0  Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller
           +-14.2  Intel Corporation Sunrise Point-LP Thermal subsystem
           +-15.0  Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0
           +-15.1  Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1
           +-16.0  Intel Corporation Sunrise Point-LP CSME HECI #1
           +-17.0  Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode]
           +-1c.0-[01]----00.0  NVIDIA Corporation GK208M [GeForce 920M]
           +-1c.4-[02]----00.0  Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
           +-1c.5-[03]----00.0  Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
           +-1f.0  Intel Corporation Sunrise Point-LP LPC Controller
           +-1f.2  Intel Corporation Sunrise Point-LP PMC
           +-1f.3  Intel Corporation Sunrise Point-LP HD Audio
           \-1f.4  Intel Corporation Sunrise Point-LP SMBus

EDIT: As suggested by the Wiki here, I tried with the fwlps=0 kernel option with no success.

Last edited by Pinasu (2017-08-15 20:09:03)

Offline

#9 2017-08-15 20:16:10

seth
Member
Registered: 2012-09-03
Posts: 50,924

Re: [SOLVED] Systemd-journald is eating all my CPU

Did you also grub-mkconfig afterwards?
Are the AER messages still there?
Do you use nouveau or the nvidia blob?

Online

#10 2017-08-15 20:19:36

Pinasu
Member
Registered: 2017-08-14
Posts: 6

Re: [SOLVED] Systemd-journald is eating all my CPU

I just figured out I didn't run grub-mkconfig after modifying the grub line. pci=nomsi works perfectly.
Sorry guys for being so careless, and thanks everyone for the help and the support!

Offline

Board footer

Powered by FluxBB