syslog warning about networkmanager

1 respuesta [Último envío]
ao
ao
Desconectado/a
se unió: 07/20/2017

Dear Trisquel users,

Repeatedly I get the same warning in syslog. Am I the only one, can I do something about it? Thank you.

Trisquel 7
KDE Kubuntu
KsystemLog

23/09/17 08:06:23 NetworkManager[997] nl_recvmsgs() error: (-33) Dump inconsistency detected, interrupted

Magic Banana

I am a member!

I am a translator!

Desconectado/a
se unió: 07/24/2010

The first page DuckDuckGo returns when you query the message is:

Avoid printing "nl_recvmsgs() error: (-33) Dump inconsistency detected, interrupted". DUMP_INTR error is harmless for scan (see in code comments).
http://gnome-networkmanager.2324886.n4.nabble.com/PATCH-wifi-do-not-print-dump-inconsistency-error-for-get-scan-command-td23283.html

The code comments:
/* Kernel scan list can change while we are dumping it, as new scan
* results from H/W can arrive. BSS info is assured to be consistent
* and we don't need consistent view of whole scan list. Hence do
* not warn on DUMP_INTR error for get scan command.
*/

So, nothing to worry about.