100M "receive overflow" messages

steff123

Member
Aug 1, 2020
55
2
13
41
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 ;-)
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!