Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change log level of wpa_supplicant, to prevent unnecessary log-file entries #3217

Open
schmo90 opened this issue Aug 11, 2023 · 0 comments
Open

Comments

@schmo90
Copy link

schmo90 commented Aug 11, 2023

if the device is connected to older wlan-aps the log file is overflowing with this error message:

wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network

to disable this warning it is necessary to change log level to warning:
dbus-send --system --print-reply --dest=fi.w1.wpa_supplicant1 /fi/w1/wpa_supplicant1 org.freedesktop.DBus.Properties.Set string:fi.w1.wpa_supplicant1 string:DebugLevel variant:string:warning

connect to wifi
check log file with
journalctrl -f

Aug 11 07:26:12 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:26:19 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:26:54 625b325 healthdog[10190]: try: 1, refid: 4E297495, correction: 0.000000001, skew: 1000000.000 Aug 11 07:26:55 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:27:02 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:27:19 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:27:34 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:27:41 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:27:49 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:28:15 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:28:21 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:28:27 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:28:34 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant