-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[24.10] netbird: update to 0.36.7 #26002
[24.10] netbird: update to 0.36.7 #26002
Conversation
changelog: https://github.com/netbirdio/netbird/releases/tag/v0.36.7 Signed-off-by: Wesley Gimenes <[email protected]> (cherry picked from commit 7ff04e9)
Unrelated CI Errors: Updated list of available packages in /var/opkg-lists/packages_ci
Downloading file:///ci/Packages.sig
Signature check passed.
* opkg_download: Failed to download https://downloads.openwrt.org/releases/24.10-SNAPSHOT/targets/x86/64/kmods/6.6.58-1-cccdb39f40ab0d2ddc0a71725516d8a8/Packages.gz, wget returned 8.
Error: Process completed with exit code 1. |
I'd just like to add that this update contains workarounds that resolve several painful bugs (see netbirdio/netbird#2530 and netbirdio/netbird#2116) that have been breaking the current package for many of us. Hoping this can get merged and included in a release soon! |
From what I can see, these bugs affect a third-party Line 4 in 2e747ea
I don't recommend using the older stable release, Line 4 in bf07cf7
|
Unfortunately, I'm running into those same issues with a proper 24.10.0 install. Currently, I have to manually add the environment variables My point was to whoever does the reviews that there are needed bugfixes currently held up by this PR. |
Strange my test and stable environment is working normally, you are running a fresh |
I have a whole bunch of extra packages on my home network, but I actually
have a guess where the problem may be coming from: I had `sqm-scripts` and
`mwan3` installed, both of which pull in `iptables`. Even after forcing
`iptables-nft` instead of legacy the issue persists, but I do start to get
occasional error messages about `iptables` errors. I'm suspecting netbird
is using `iptables` instead of `nftables` and that's probably causing most
of these issues. For some reason, when both are installed it's picking
`iptables` and there doesn't seem to be a way to force `nftables` instead.
I'll let you know how it goes.
…On Wed, Feb 19, 2025, 18:16 Wesley Gimenes ***@***.***> wrote:
Strange my test and stable environment is working normally, you are
running a fresh OpenWrt with only netbird installed? If not, what
packages you install? Do you mind to show your netbird logs? cat
/var/log/netbird/client.log.
—
Reply to this email directly, view it on GitHub
<#26002 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEDNSOM5DYK5NRAEJHV3D6L2QUGFBAVCNFSM6AAAAABXKN34QGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRZHE3TMMRZGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
[image: wehagy]*wehagy* left a comment (openwrt/packages#26002)
<#26002 (comment)>
Strange my test and stable environment is working normally, you are
running a fresh OpenWrt with only netbird installed? If not, what
packages you install? Do you mind to show your netbird logs? cat
/var/log/netbird/client.log.
—
Reply to this email directly, view it on GitHub
<#26002 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEDNSOM5DYK5NRAEJHV3D6L2QUGFBAVCNFSM6AAAAABXKN34QGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRZHE3TMMRZGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Update: can confirm, the issue is resolved once there is no |
Draft PR, need testingCompile and run tested
Maintainer: Me
Tests checklist:
wireguard
kernel mode active.netbird
DNS server functioning correctly.Description
Additional information
x86_64
is running in a container usingincus
.The package(s) was compiled with the container
sdk
.The
OpenWrt
image(s) was built using the containerimagebuilder
ordistrobuilder
.You can view my repository with the patch applied and the automated build here:
This repository is temporary and will be removed or modified after the merge.
You can find my artifacts here: