What's new

Normal For Logs To Be Full Of These Events?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

HarryMuscle

Senior Member
I noticed that my logs are full of the following events (I've removed the MAC addresses and any other data that might be sensitive)

Code:
Sep 27 21:57:53 kernel: wl0: random key value: REDACTED
Sep 27 21:57:53 hostapd: eth6: STA REDACTED IEEE 802.11: disassociated
Sep 27 21:57:53 wlceventd: wlceventd_proc_event(486): eth6: Disassoc REDACTED, status: 0, reason: Disassociated because sending station is leaving (or has left) BSS (8)
Sep 27 21:57:53 wlceventd: wlceventd_proc_event(486): eth6: Disassoc REDACTED, status: 0, reason: Disassociated because sending station is leaving (or has left) BSS (8)
Sep 27 21:58:23 wlceventd: wlceventd_proc_event(505): eth6: Auth REDACTED, status: Successful (0)
Sep 27 21:58:23 hostapd: eth6: STA REDACTED IEEE 802.11: associated
Sep 27 21:58:23 wlceventd: wlceventd_proc_event(534): eth6: Assoc REDACTED, status: Successful (0)
Sep 27 21:58:24 hostapd: eth6: STA REDACTED RADIUS: starting accounting session REDACTED
Sep 27 21:58:24 hostapd: eth6: STA REDACTED WPA: pairwise key handshake completed (RSN)
Sep 27 21:58:28 kernel: wl0: random key value: REDACTED
Sep 27 21:58:28 wlceventd: wlceventd_proc_event(486): eth6: Disassoc REDACTED, status: 0, reason: Disassociated because sending station is leaving (or has left) BSS (8)
Sep 27 21:58:28 hostapd: eth6: STA REDACTED IEEE 802.11: disassociated
Sep 27 21:58:28 wlceventd: wlceventd_proc_event(486): eth6: Disassoc REDACTED, status: 0, reason: Disassociated because sending station is leaving (or has left) BSS (8)
Sep 27 21:58:28 hostapd: eth6: STA REDACTED IEEE 802.11: disassociated
Sep 27 22:01:23 wlceventd: wlceventd_proc_event(505): eth6: Auth REDACTED, status: Successful (0)
Sep 27 22:01:23 hostapd: eth6: STA REDACTED IEEE 802.11: associated
Sep 27 22:01:23 wlceventd: wlceventd_proc_event(534): eth6: Assoc REDACTED, status: Successful (0)
Sep 27 22:01:24 hostapd: eth6: STA REDACTED RADIUS: starting accounting session REDACTED

This seems to come only from devices connected to the 2.4GHz SSID and there's literally thousands of these entries per day. Is this just devices disconnected and reconnecting to the WiFi? If it is, the strange part would be that it's mainly from devices that don't move (thermostat, wall switches, etc.) so I'm not sure why they would disconnect all the time.

Thanks,
Harry

P.S. I also noticed a whole bunch of these messages:

Code:
Sep 27 14:44:32 kernel: REDACTED not mesh client, can't update it's ip
Sep 27 14:44:32 kernel: REDACTED not mesh client, can't update it's ip
Sep 27 14:44:32 kernel: REDACTED not mesh client, can't update it's ip
Sep 27 14:44:32 kernel: REDACTED not mesh client, can't update it's ip
 
Last edited:
Wireless Lan Controller Event Daemon

Could be numerous things, DHCP renewal, Group Key etc, its debugging info to help diagnose connection issues.

Personally I kill the wlceventd at startup to stop these logged messages, never ever noticed wifi connection issues in all the years Ive been killing this daemon. Not 100% on the hostapd messages... I don't have them in my logs and may also be tied to wlceventd

Code:
Sep 27 14:44:32 kernel: REDACTED not mesh client, can't update it's ip
Sep 27 14:44:32 kernel: REDACTED not mesh client, can't update it's ip
Sep 27 14:44:32 kernel: REDACTED not mesh client, can't update it's ip
Sep 27 14:44:32 kernel: REDACTED not mesh client, can't update it's ip
These came about with AImesh2.0 I believe. I don't use AImesh or the Wifi guest networks and if I remember right... using dnsmasq.postconf I was able to remove the br1 and br2 interfaces which stopped these messages from appearing in the log
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top