-
Notifications
You must be signed in to change notification settings - Fork 220
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
[Bug Report] dae 0.7.1, 0.8.0rc1 crash openwrt ,but 0.7.0 working. #636
Comments
Thanks for opening this issue! |
@tkszhzy what's your openwrt device |
what does the crash log say? |
x86_64 Openwrt 23.05.snap Linux kernel 6.6.50 |
dae make openwrt crashed. and openwrt reboot ... no log to be found . Only dae 0.7.0 worked well . |
@tkszhzy #607 (comment) |
I tested dae on linux kernel 5.15 , all dae worked well . For linxu kernel 6.6 , dae 0.70 is ok, higher version dae will crash openwrt and reboot totally. |
0.7.0和0.7.1之间只有三个commit,不然请你依次revert一下看看是哪个的问题? |
Checks
Current Behavior
start dae in openwrt ,in 30s, openwrt crashed and auto reboot.
only 0.7.0 work well.
Expected Behavior
No response
Steps to Reproduce
global {
so_mark_from_dae: 0
log_level: info
disable_waiting_network: false
lan_interface: br-lan
auto_config_kernel_parameter: true
dial_mode: domain
}
dns {
ipversion_prefer: 4
upstream {
googledns: 'tcp+udp://dns.google.com:53'
alidns: 'udp://dns.alidns.com:53'
}
routing {
request {
qname(geosite:cn!) -> googledns
fallback: alidns
}
}
}
routing {
domain(geosite:cn!) -> direct(mark: 0x1)
fallback: direct
}
Environment
dae --version
):dae 0.7.1, 0.8.0rc1cat /etc/os-release
):Openwrt 23.05.4uname -a
): linux 6.6.50Anything else?
No response
The text was updated successfully, but these errors were encountered: