-
Notifications
You must be signed in to change notification settings - Fork 5
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
Useless error messages from Wifi/Network stack e.g. err: wlan0: ipv4_addroute: File exists #18
Comments
That's an expected behavior. I'm not 100% sure where it is originated but it doesn't hurt (except for the misleading output). I would say it is an enhancement to remove the message. |
Note that this problem also exists on other systems. For example Arch linux: https://wiki.archlinux.org/index.php/Netctl#dhcpcd:_ipv4_addroute:_File_exists I don't think that we have any simple way of getting rid of this message. |
This is exemplatory of many error messages on the output which are not pointing to a error.
We can't leave it like this, noone except maybe someone very knowledgable in the Wifi sourecode can troubleshoot Wifi problems. Just one more example, apparently the Wifi dropped for a moment here and I get this mix of error messages.
That was from the initial connect
Ok its dicsonnected with a
Some hard to read mixup of two messages from two threads I suppose. I guess the link is now UP again.
I see this quite often, what does it mean? Is it bad?
Garbled again, mix of messages. Maybe everything is ok again? Have to try to reconnect to be sure it works, the messages give no indication. |
The main problem here is when it fails it doesn't look much different, sometimes it says "DOWN" shortly after the "UP" but the output is so noisy that it stops being helpful. |
Here a counter example for when the Wifi didn't work:
Here we actually get no error messages just that the link is going "UP and then "DOWN" ? What does this mean? Whats wrong? We can't say! |
Hi @peerst I hope this helps you a bit.
This error comes from a race condition - the interface is created, and associated, but not actually ready to Re In native FreeBSD I use this to see more info about what's happening at the wlan layer:
Or add a IIRC it's simply modifying sysctl |
BTW as a grisp user, all I'd need is to have those above errors simply documented somewhere, like a "troubleshooting network connectivity" page, and if it turns out its possible to enable wlan debugging flags, then add a few example of working / failing logs. |
During boot of the board I always get this error message:
The text was updated successfully, but these errors were encountered: