X-wrt安装提示
X-wrt安装后进入系统,提示“权限不足,无法读取UCI配置。”https://www.right.com.cn/forum/thread-4033034-1-1.html
看起来和此问题类似,你可以试一下先
本帖最后由 rmyfile 于 2020-11-5 14:43 编辑
参考了,网上一些大神,在/usr/share/rpcd/acl.d
修改luci-base.json
添加红色代码"uci-access": {
"description": "Grant uci write access to all configurations",
"read": {
"uci": [ "*" ]
},
"write": {
"uci": [ "*" ]
}
},
{
"unauthenticated": {
"description": "Allow system feature probing",
"read": {
"ubus": {
"luci": [ "getFeatures" ]
}
}
},
"luci-base": {
"description": "Grant access to basic LuCI procedures",
"read": {
"file": {
"/": [ "list" ],
"/*": [ "list" ]
},
"ubus": {
"file": [ "list" ],
"uci": [ "changes", "get" ]
}
},
"write": {
"cgi-io": [ "upload" ],
"file": {
"/etc/luci-uploads/*": [ "write" ]
},
"ubus": {
"file": [ "remove" ],
"uci": [ "add", "apply", "confirm", "delete", "order", "rename", "set" ]
}
}
},
"uci-access": {
"description": "Grant uci write access to all configurations",
"read": {
"uci": [ "*" ]
},
"write": {
"uci": [ "*" ]
}
},
"luci-base-network-status": {
"description": "Grant access to network status information",
"read": {
"ubus": {
"luci-rpc": [ "getBoardJSON", "getHostHints", "getNetworkDevices", "getWirelessDevices" ],
"network": [ "get_proto_handlers" ],
"network.interface": [ "dump" ]
},
"uci": [ "luci", "network", "wireless" ]
}
}
}
后台,verysync显示了。但还是无法启动verysync,不能打开verysync软件控制界面
底下获取版本,选择一下保存才开始下载核心,下载完才算安装好。 好好好好好好好好好好好好好好好好好顶
页:
[1]