20231117版本反馈
Eugene-Zhou opened this issue · 7 comments
Eugene-Zhou commented
chenmozhijin commented
应该是缺少了luci-compat
这个依赖,装一下试试看
我已经把它加到v20231119的依赖列表了
Eugene-Zhou commented
chenmozhijin commented
运行一下/etc/init.d/luci_socat restart
看看
Eugene-Zhou commented
运行一下
/etc/init.d/luci_socat restart
看看
非常感谢!已经成功了~~
thanks very much! it works~~
ありがとうございます!できた~~
就是每添加一条就要restart一次,点击“保存并应用”没有任何作用,到自启管理中点击“重启”或者“停止——启动”也没有作用。一定要用/etc/init.d/luci_socat restart才可以。
chenmozhijin commented
不应该呀,可能是初始化的脚本没有运行,运行一下下面的命令看看。
uci -q batch <<-EOF >/dev/null
delete firewall.socat
set firewall.socat=include
set firewall.socat.type=script
set firewall.socat.path=/var/etc/socat.include
set firewall.socat.reload=1
EOF
uci -q batch <<-EOF >/dev/null
delete ucitrack.@socat[-1]
add ucitrack socat
set ucitrack.@socat[-1].init=luci_socat
commit ucitrack
EOF
rm -rf /tmp/luci-*cache
roccocx commented
大佬遇到了同样的问题,opennwrt官方固件每次添加都要/etc/init.d/luci_socat restart才会生效,执行了这个脚本但是没有起作用
chenmozhijin commented
大佬遇到了同样的问题,opennwrt官方固件每次添加都要/etc/init.d/luci_socat restart才会生效,执行了这个脚本但是没有起作用
点击"保存并应用"没有用吗?
我测试是正常的