-
-
Notifications
You must be signed in to change notification settings - Fork 566
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
v0.27.3 not working on openwrt system #1875
Comments
It should be a problem that nftables cannot be started, causing openwrt to be unable to access all servers. ps. Currently using iptables |
v0.27.4 still the same. Can only return to use v0.27.2. nftables: unable to initialize table: conn.Receive: netlink receive: no such file or directory 2024-05-01T07:00:18Z INFO client/cmd/root.go:161: shutdown signal received |
@xcf13363175 can you try running the client in the foreground with the environment variable
|
Thanks for the reply and the solution ideas. The reason why openwrt cannot be used in ≥ v0.27.3 has been found. Manually setting Attached are two versions of the log.
v0.27.4
|
@lixmal can you have a look at this behavior with openwrt? |
@xcf13363175 you can set the env var I'll investigate the issue |
@xcf13363175 can you share the openwrt/kernel version that you use and which issue you've observerd with I've tried |
The version used is OpenWrt 23.05. The problem encountered is that when netbird ≥ v0.27.3 and passwall2 are opened at the same time, the kernel panic. When only netbird is opened, all versions are ok, or when netbird < v0.27.3 and passwall2 are opened at the same time, there is no problem. |
@xcf13363175 have you opened a bug report with the maintainer(s) of |
@lixmal Trying to set the environment variables provided before still crashes. It can only be restarted by unplugging the power. It should be caused by the incompatibility of the upstream xray-core of passwall2. A bug report has been submitted. Xray-core has PR of |
The env vars disable settings and sysctl options.
|
I used the provided command to start netbird in the foreground and it can be used normally. Thank you very much for your help. Found |
The problem has been solved, thanks again. |
v0.27.3 not working on openwrt system, while v0.27.2 works fine.
The text was updated successfully, but these errors were encountered: