Skip to content
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

luci-app-nlbwmon无效,没有任何流量统计信息 #1276

Closed
1 task done
kylongteng opened this issue Jul 26, 2024 · 10 comments
Closed
1 task done

luci-app-nlbwmon无效,没有任何流量统计信息 #1276

kylongteng opened this issue Jul 26, 2024 · 10 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@kylongteng
Copy link

Describe the bug

luci-app-nlbwmon无效,没有任何流量统计信息。话说,只有我一个人遇到这个问题吗?我搜遍了几乎能搜索的所有信息,包括issue,好像都没人提这个bug。从去年开始接触openwrt,几个出名的分支包括原版openwrt编译了不少于100个openwrt,来回的纠结到底用哪个,最近狠下心决定用immortalwrt。但是immortalwrt就是有个让我膈应的地方,luci-app-nlbwmon不能用,去年我编译的第一个immortalwrt就是这样,其它几个分支都可以。昨天编译了3个immortalwrt依然还是这样……一个ax6s,两个x86,其中两个纯净的immortalwrt,1个加入了kenzok8的仓库。有评论说是流量分载导致的,但是关掉后luci-app-nlbwmon还是无效。期待各位大佬抽点时间看看这个问题。由于我当时没有保存日志,所以现在手里没有日志。但是我当时是仔细看过日志的,还和其它两个分支能正常使用luci-app-nlbwmon的日志做了对比,发现没有异常。这就奇怪了。下面版本信息是我现在用的ax6s的,昨天先编译了一个带luci-app-nlbwmon的,后来又去掉编译了一个不带luci-app-nlbwmon的,下面是版本信息

ImmortalWrt version

r27925-eea6071d07

ImmortalWrt release

23.05-SNAPSHOT

ImmortalWrt target/subtarget

mediatek/mt7622

Device

Xiaomi Redmi Router AX6S

Image kind

Self-built image

Steps to reproduce

luci-app-nlbwmon无效,没有任何流量统计信息。关闭流量分载,关闭NAT1甚至关闭所有能关闭的启动项重启后问题依旧,从去年底编译的第一个版本直到现在问题一直存在。
编译包含的软件包括:自动重启、ttyd、passwall、wol、KMS、luci-app-nlbwmon、argon

Actual behaviour

No response

Expected behaviour

No response

Additional info

No response

Diffconfig

#!/bin/sh
make ./scripts/config/conf >/dev/null || { make ./scripts/config/conf; exit 1; }
grep \^CONFIG_TARGET_ .config | head -n3 > tmp/.diffconfig.head
grep \^CONFIG_TARGET_DEVICE_ .config >> tmp/.diffconfig.head
grep '^CONFIG_ALL=y' .config >> tmp/.diffconfig.head
grep '^CONFIG_ALL_KMODS=y' .config >> tmp/.diffconfig.head
grep '^CONFIG_ALL_NONSHARED=y' .config >> tmp/.diffconfig.head
grep '^CONFIG_DEVEL=y' .config >> tmp/.diffconfig.head
grep '^CONFIG_TOOLCHAINOPTS=y' .config >> tmp/.diffconfig.head
grep '^CONFIG_BUSYBOX_CUSTOM=y' .config >> tmp/.diffconfig.head
grep '^CONFIG_TARGET_PER_DEVICE_ROOTFS=y' .config >> tmp/.diffconfig.head
./scripts/config/conf --defconfig=tmp/.diffconfig.head -w tmp/.diffconfig.stage1 Config.in >/dev/null
./scripts/kconfig.pl '>+' tmp/.diffconfig.stage1 .config >> tmp/.diffconfig.head
./scripts/config/conf --defconfig=tmp/.diffconfig.head -w tmp/.diffconfig.stage2 Config.in >/dev/null
./scripts/kconfig.pl '>' tmp/.diffconfig.stage2 .config >> tmp/.diffconfig.head
cat tmp/.diffconfig.head
rm -f tmp/.diffconfig tmp/.diffconfig.head

Terms

  • I am reporting an issue for ImmortalWrt, not an unsupported fork.
@kylongteng kylongteng added the bug Something isn't working label Jul 26, 2024
@1715173329
Copy link
Member

1715173329 commented Jul 26, 2024

duplicate #1273

@1715173329 1715173329 closed this as not planned Won't fix, can't repro, duplicate, stale Jul 26, 2024
@1715173329 1715173329 added the duplicate This issue or pull request already exists label Jul 26, 2024
@1715173329 1715173329 transferred this issue from immortalwrt/immortalwrt Jul 26, 2024
@LemonCrab666
Copy link

想用这插件直接用lede编译不就好了

@kylongteng
Copy link
Author

想用这插件直接用lede编译不就好了

各种测试,我发现原版和immortalwrt性能最好。而且lede的ax6s最近大半个月的版本编译后无法识别网卡。月中我去提了个bug,直接给我close了,昨天拿最新的代码编译ax6s后问题依旧,还特么的5g wifi接口都不见了……问题越来越多,不敢用了

@kylongteng
Copy link
Author

ok,既然前两天有人也提了,期待各位大佬解决,我以后持续支持immortalwrt,实质的没有,只能多帮忙宣传宣传

@noviachen
Copy link

用旧版firewall吧,亲测可以使用

@kylongteng
Copy link
Author

用旧版firewall吧,亲测可以使用

是编译的时候直接选择fw3就可以了吗。我先前看帖子说是官方版本现在换fw3很麻烦,我倒是不清楚immortalwrt换fw3都得步骤

@LemonCrab666
Copy link

用旧版firewall吧,亲测可以使用

是编译的时候直接选择fw3就可以了吗。我先前看帖子说是官方版本现在换fw3很麻烦,我倒是不清楚immortalwrt换fw3都得步骤

实际上不用fw4就直接用21.02.7,还用什么23.05改

@kylongteng
Copy link
Author

用旧版firewall吧,亲测可以使用

是编译的时候直接选择fw3就可以了吗。我先前看帖子说是官方版本现在换fw3很麻烦,我倒是不清楚immortalwrt换fw3都得步骤

实际上不用fw4就直接用21.02.7,还用什么23.05改

喜新厌旧……有新版本不用就感觉落后了。如果只是为了简单的路由功能,哪会花大力气编译各种版本。现在完全变成了为了编译而编译

@LemonCrab666
Copy link

用旧版firewall吧,亲测可以使用

是编译的时候直接选择fw3就可以了吗。我先前看帖子说是官方版本现在换fw3很麻烦,我倒是不清楚immortalwrt换fw3都得步骤

实际上不用fw4就直接用21.02.7,还用什么23.05改

你没搞清楚吗,现在就是新版对fw4支持最好,luci界面这些不是你取消勾选fw4就能解决的明白吗,有舍有得,喜欢新版,这种老插件该放弃放弃,放弃不了就去用兼容性第一的lede

@kylongteng
Copy link
Author

用旧版firewall吧,亲测可以使用

是编译的时候直接选择fw3就可以了吗。我先前看帖子说是官方版本现在换fw3很麻烦,我倒是不清楚immortalwrt换fw3都得步骤

实际上不用fw4就直接用21.02.7,还用什么23.05改

你没搞清楚吗,现在就是新版对fw4支持最好,luci界面这些不是你取消勾选fw4就能解决的明白吗,有舍有得,喜欢新版,这种老插件该放弃放弃,放弃不了就去用兼容性第一的lede

就是知道新版改fw3麻烦,所以啊,现在用的就是新版,将nlbwmon去掉咯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

4 participants