-
Notifications
You must be signed in to change notification settings - Fork 325
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
v2023.2: FritzBox 4040: Kernel Warning in airtime_link_metric_get spamming log #3160
Comments
This warning is related to openwrt/openwrt#12003 But yes, we should do something about these warning messages. |
blocktrron
added a commit
to blocktrron/gluon
that referenced
this issue
Jan 17, 2024
Silence warnings for missing rate information. These warnings do not provide value. Instead, they might rotate more crucial information out of the kernel message ringbuffer. Link: freifunk-gluon#3160 Signed-off-by: David Bauer <mail@david-bauer.net>
blocktrron
added a commit
that referenced
this issue
Jan 19, 2024
Silence warnings for missing rate information. These warnings do not provide value. Instead, they might rotate more crucial information out of the kernel message ringbuffer. Link: #3160 Signed-off-by: David Bauer <mail@david-bauer.net>
blocktrron
added a commit
that referenced
this issue
Jan 19, 2024
Silence warnings for missing rate information. These warnings do not provide value. Instead, they might rotate more crucial information out of the kernel message ringbuffer. Link: #3160 Signed-off-by: David Bauer <mail@david-bauer.net> (cherry picked from commit 8a4c553) Co-authored-by: David Bauer <mail@david-bauer.net>
hafu
pushed a commit
to Freifunk-Potsdam/gluon
that referenced
this issue
Jun 2, 2024
…n#3167) Silence warnings for missing rate information. These warnings do not provide value. Instead, they might rotate more crucial information out of the kernel message ringbuffer. Link: freifunk-gluon#3160 Signed-off-by: David Bauer <mail@david-bauer.net> (cherry picked from commit 8a4c553) Co-authored-by: David Bauer <mail@david-bauer.net>
maurerle
pushed a commit
to ffac/gluon
that referenced
this issue
Dec 25, 2024
Silence warnings for missing rate information. These warnings do not provide value. Instead, they might rotate more crucial information out of the kernel message ringbuffer. Link: freifunk-gluon#3160 Signed-off-by: David Bauer <mail@david-bauer.net>
maurerle
pushed a commit
to ffac/gluon
that referenced
this issue
Dec 25, 2024
Silence warnings for missing rate information. These warnings do not provide value. Instead, they might rotate more crucial information out of the kernel message ringbuffer. Link: freifunk-gluon#3160 Signed-off-by: David Bauer <mail@david-bauer.net>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
What is the problem?
I have just build Gluon v2023.2 for our community and have grabbed a FritzBox 4040 for some initial testing.
During normal operation I ssh into the device and find lots of Kernel warnings in the log:
These happen somewhere between a few times every second and every 10 seconds.
I can not trace this back to any external action I am doing.
Sometimes, but not always, the warnings are accompanied by the following messages:
What is the expected behaviour?
I would expect these warnings not to happen :-)
This does not seem to perform normal operation - but at least the log on the devices gets rather useless.
For our beta-devices we use rsyslog and log to a machine in our infrastructure. I guess we will see an increase in volume here, too.
Gluon Version:
Our build is based on 247e781 (Gluon
v2023.2
).Site Configuration:
We are building with this site configuration.
Custom patches:
We have some quite some modifications on top up upstream Gluon( Gluon, Gluon Packages, OpenWrt Packages ), but none of these touch the Kernel or Kernel config.
The text was updated successfully, but these errors were encountered: