Today I noticed on my work laptop that /var/log was filling rapidly, having reached over 30 GB. Investigation showed a group of four lines like these:
were being generated a few hundreds of times a second, into kern.log, syslog, and journald's logs. It had been happening since I release upgraded to 23.04. This occurs also on a fresh install of 23.04.
I've stopped it by using [consol]pci=noaer[/console] on the linux command line via grub, but that's just telling Linux to ignore the errors. I've pruned /var/log back to 140 MB by clearing out the huge log files and sudo journalctl --vacuum-size=100M.
It's a Lenovo E580. I suspect there's a driver problem with Linux, perhaps the 6.2 kernels. The wifi and bluetooth work fine. Using Google I've only found a few similar reports for different hardware over several years. I tried to find driver updates, but found little, and nothing not problematic.
Any advice?
Code:
2023-06-02T16:53:33.023945+12:00 delilah kernel: [28223.479033] pcieport 0000:00:1d.2: AER: Multiple Corrected error received: 0000:05:00.0 2023-06-02T16:53:33.023949+12:00 delilah kernel: [28223.479047] rtw_8822be 0000:05:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID) 2023-06-02T16:53:33.023950+12:00 delilah kernel: [28223.479050] rtw_8822be 0000:05:00.0: device [10ec:b822] error status/mask=00000001/00006000 2023-06-02T16:53:33.023951+12:00 delilah kernel: [28223.479053] rtw_8822be 0000:05:00.0: [ 0] RxErr (First)
I've stopped it by using [consol]pci=noaer[/console] on the linux command line via grub, but that's just telling Linux to ignore the errors. I've pruned /var/log back to 140 MB by clearing out the huge log files and sudo journalctl --vacuum-size=100M.
It's a Lenovo E580. I suspect there's a driver problem with Linux, perhaps the 6.2 kernels. The wifi and bluetooth work fine. Using Google I've only found a few similar reports for different hardware over several years. I tried to find driver updates, but found little, and nothing not problematic.
Any advice?
Comment