-
Notifications
You must be signed in to change notification settings - Fork 246
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
Frequent "bind: address already in use" messages. #1173
Comments
The multicast section of my config looks like this:
38153 doesn't occur anywhere else in the file. |
Can you please try the latest |
Yes, I will get to that either today or tomorrow. Thanks! |
Initial experience suggests it's fixed. I'll keep an eye on it for another day or so yet. |
I should add, I am seeing some issues with the newer yggdrasil maintaining connections. It's a bit unstable (talking to my other 0.5.8 systems). That may be completely unrelated, just thought I'd mention. |
What kind of problems? As in the peerings drop? |
Right. It produces excessive packet loss (~50% according to ping).
Going back to the stable version resolved the issue instantly.
It seems to be intermittent; I can't always reproduce it easily.
…On Fri, Oct 04 2024, Neil wrote:
What kind of problems? As in the peerings drop?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
Any log entries? The routing algorithm has changed a little to take link cost (which is based on a smoothed average of the RTT) into account in some cases, so it might be that the path taken by the new code is different to the current release... |
Just a lot of "Connected (in|out)bound" and "Disconnected (in|out)bound". Looking at the timestamps, maybe it just needed another minute or two to settle after resuming from sleep than 0.5.8 did. That might be possible. Now that I look at it, when on 0.5.8 (both before and after this test, but not during!), I had periodic restarts due to:
|
Did the |
Nope, no reason. There's no particular reason that it should think the other end, even the LAN peers, would have been unstable. They were all up and running like usual. |
I've got an issue with Yggdrasil 0.5.8. This doesn't start right away, but I am getting logspam every second with:
Not multicasting on wlp170s0 due to error: listen tcp [fe80::redacted%wlp170s0]:58183: bind: address already in use
Now nothing except Yggdrasil has that port open, and it is only used for the MulticastInterfaces section in yggdrasil.conf.
netstat -anp
does show that Yggdrasil is listening on that port, despite the logspam. Not sure what causes it; perhaps the interface dropping and reappearing after moving the laptop to a different wifi network or something?The text was updated successfully, but these errors were encountered: