Should I worry about these dmesg errors?

Hi everyone! :smile:

I’m running version 30020, and getting the following errors/warnings from dmesg:

# dmesg --level=err
[    2.244231] intel_powerclamp: CPU does not support MWAIT
[   13.060741] systemd[1]: Failed to acquire terminal: Inappropriate ioctl for device
[   14.894153] Bluetooth: hci0: unexpected event for opcode 0xfc2f

# dmesg --level=warn
[    0.553881] ACPI Warning: GPE type mismatch (level/edge) (20190215/evxface-791)
[    2.648384] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[    2.670832] systemd[1]: File /usr/lib/systemd/system/systemd-journald.service:26 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[    2.670838] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[    2.856739] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[   13.074624] printk: initra-desktop: 29 output lines suppressed due to ratelimiting
[   13.579938] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[   13.654643] systemd[1]: File /usr/lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[   13.654650] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[   14.355159] int3403 thermal: probe of INT3403:05 failed with error -22
[   14.646445] i801_smbus 0000:00:1f.1: can't derive routing for PCI INT A
[   14.646447] i801_smbus 0000:00:1f.1: PCI INT A: not connected
[   14.672099] uvcvideo 1-8:1.0: Entity type for entity Extension 6 was not initialized!
[   14.672102] uvcvideo 1-8:1.0: Entity type for entity Processing 5 was not initialized!
[   14.672104] uvcvideo 1-8:1.0: Entity type for entity Selector 4 was not initialized!
[   14.672106] uvcvideo 1-8:1.0: Entity type for entity Camera 1 was not initialized!
[   14.694110] thermal thermal_zone4: failed to read out thermal zone (-61)
[   23.605292] x86/CPU: CPU features have changed after loading microcode, but might not take effect.
[   23.605293] x86/CPU: Please consider either early loading through initrd/built-in or a potential BIOS update.

Is anyone familiar with any of these?
Should I worry or open new issues on GitHub about something?

Thank you in advance! :smile:

Most of the times, if your system behaves normally and things work, you can ignore them. If you do find that something doesn’t work, then I would look into dmesg output and see if there are relevant errors, and report them.

2 Likes

[ 22.435280] Bluetooth: hci0: read Intel version: 3707100100012d0d00
[ 23.060634] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.0.1.2d.d.bseq
[ 23.216287] Bluetooth: hci0: unexpected event for opcode 0xfc2f
[ 23.231288] Bluetooth: hci0: Intel firmware patch completed and activated

Dmesg error which is killing me.

No, remain calm :slight_smile: , these messages are mostly just verbose output that can be ignored unless there actually is an error using the device.

1 Like