100M "receive overflow" messages

steff123

Member
Aug 1, 2020
55
2
13
42
Hey, mir sind auf einem Home-Server die logs vollgelaufen, weil über die letzten Tage 100 Millionen mal "receive overflow" geloggt wurde.

Ist das ein Kernel-Bug? Bzw. hat jemand einen Tip bzgl. der Analyse. Es ist eine Intel-Nuc mit einem Intel(R) Core(TM) i7-7567U CPU @ 3.50GHz. Proxmox war auf 5.15.35-1-pve.
 
Danke, ich habe das jetzt mal probiert:

Code:
# Disable IR kernel module
sudo modprobe -r ite_cir

# Check journal to make sure 'kernel: rc rc0: receive overflow' message is gone
sudo journalctl -f

# If disabling the IR module resolved your issue, you have to blacklist it to make it permanent. 
# Edit this file: /etc/modprobe.d/blacklist.conf
sudo nano /etc/modprobe.d/blacklist.conf

# Add to it the following line:
blacklist ite_cir

# ctrl+o and return to save, ctrl+x to exit nano editor.

# Update initramfs
sudo update-initramfs -u

Bei Debian, ist die /etc/modprobe.d/blacklist.conf nicht vorhanden, ich habe die Datei erstellt.


Ich werde berichten, was die Tage passiert ;-)