luci-app-ddns-go
luci-app-ddns-go copied to clipboard
OpenWRT 24.10.1 官方版 无法启动
我也是,换上一个版本了
我这测试 可以,清除原来的再重新一下试试
同样的问题,删了重装也是这样,希望作者能修复,目前编出来用不了只能回退版本了
同样问题,但是ddns-go的服务是启动起来了
切换到6.8.1正常运行
这一套也能运行,不是ddns-go的问题,是luci的问题
才编译了 最新的OPENWRT24.10 ,测试是没问题的。 看看是什么冲突导致的哦。
同样的问题,删了重装也是这样,希望作者能修复,目前编出来用不了只能回退版本了
这是权限不够吗? 明天再检查一下。我这的确都试了没问题。
同样的问题,删了重装也是这样,希望作者能修复,目前编出来用不了只能回退版本了
这是权限不够吗? 明天再检查一下。我这的确都试了没问题。
可能是什么路径或者文件权限不够?能给点思路吗
才试的openwrt 24.10,群里也有下载。都没问题。可以去下载:https://github.com/sirpdboy/openwrt/releases 试试,可能是少了什么依赖。
同样的问题,删了重装也是这样,希望作者能修复,目前编出来用不了只能回退版本了
这是权限不够吗? 明天再检查一下。我这的确都试了没问题。
可能是什么路径或者文件权限不够?能给点思路吗
找到问题,将 /usr/libexec/ddns-go-call 改为执行方式就可以了。
同样的问题,删了重装也是这样,希望作者能修复,目前编出来用不了只能回退版本了
这是权限不够吗? 明天再检查一下。我这的确都试了没问题。
可能是什么路径或者文件权限不够?能给点思路吗
找到问题,将 /usr/libexec/ddns-go-call 改为执行方式就可以了。
不太行 我用旧版了
已经更新,你重新编译的哦
op24.10.1,重新编译的,确认未解决,显示Permission denied
同样的问题,用的是官源24.10分支和21.02分支都一样提示
openwrt下不能使用sudo吧
我这边也是,提示未运行,但是实际上启动了,能通过端口访问管理页面,详细信息如下:
- 代码仓库:
src-git opentopd https://github.com/sirpdboy/sirpdboy-package.git;main - 固件版本:
OpenWrt 24.10-SNAPSHOT r28654-d2d9b1eaeb / LuCI openwrt-24.10 branch 25.130.38691~48b6321 - ddns-go日志信息:
2025/05/17 00:08:34 You can use 'sudo ./ddns-go -s install' to install service 2025/05/17 00:08:34 监听 :9876 2025/05/17 00:08:35 你的IP xxxxxxxxxxxx没有变化, 域名 xxxxxxxxxxxx 2025/05/17 00:08:53 "Remote: xxxxxxxxxxxxx" 登录成功 luci-app-ddns-go插件配置信息:root@OpenWrt ~# cat /etc/config/ddns-go config basic 'config' option enabled '1' option logger '1' option port '9876' option time '300' option ctimes '5' option skipverify '0' option delay '0' root@OpenWrt ~#ddns-go配置信息:root@OpenWrt ~# cat /etc/ddns-go/ddns-go-config.yaml dnsconf: - name: "" ipv4: enable: true gettype: url url: https://myip.ipip.net, https://ddns.oray.com/checkip, https://ip.3322.net netinterface: br-lan cmd: "" domains: - xxxxxxxxxxxxxxxxxxx ipv6: enable: false gettype: url url: https://myip6.ipip.net, https://speed.neu6.edu.cn/getIP.php, https://v6.ident.me netinterface: br-wan cmd: "" ipv6reg: "" domains: - "" dns: name: cloudflare id: "" secret: xxxxxxxxxxxxxxxxxxxxxxx ttl: "" user: username: xxxxxxxxxxxxxxxxxxx password: xxxxxxxxxxxxxxxxxxx webhook: webhookurl: "" webhookrequestbody: "" webhookheaders: "" notallowwanaccess: true lang: zh root@OpenWrt ~#- 其他信息:
openwrt@ae7d56be734b ~/openwrt (openwrt-24.10)> pwd /home/openwrt/openwrt openwrt@ae7d56be734b ~/openwrt (openwrt-24.10)> git remote -v origin https://git.openwrt.org/openwrt/openwrt.git (fetch) origin https://git.openwrt.org/openwrt/openwrt.git (push) openwrt@ae7d56be734b ~/openwrt (openwrt-24.10)> git log commit d2d9b1eaeb4268fa869d8e8766f92ee4f6e9eba9 (HEAD -> openwrt-24.10, origin/openwrt-24.10) Author: Henry Tung <[email protected]> Date: Sun May 4 11:29:54 2025 -0700 mac80211: ath11k: fix broadcast failures during GTK rekeying Revert key_cipher change to NONE when clearing key. Setting to NONE triggers asserts in the firmware and causes broadcast drops with ath11k firmware 2.9.0.1, so until a future blob fixes this, revert this as a workaround. Imported from https://git.codelinaro.org/clo/qsdk/oss/system/feeds/wlan-open/-/blob/win.wlan_host_opensource.3.0.r24/patches/ath11k/350-ath11k-Revert-clear-the-keys-properly-when-DISABLE_K.patch Related discussion links: - https://github.com/openwrt/openwrt/issues/9555 - https://lore.kernel.org/linux-wireless/Z2Q9POuV-6MIdzRf@pilgrim/T/#t Signed-off-by: Henry Tung <[email protected]> Link: https://github.com/openwrt/openwrt/pull/18705 Signed-off-by: Robert Marko <[email protected]> (cherry picked from commit 94e04a4513b6697160a852ee353e57647560bdca) Link: https://github.com/openwrt/openwrt/pull/18754 Signed-off-by: Hauke Mehrtens <[email protected]> openwrt@ae7d56be734b ~/o/f/opentopd (main)> pwd /home/openwrt/openwrt/feeds/opentopd openwrt@ae7d56be734b ~/o/f/opentopd (main)> git remote -v origin https://github.com/sirpdboy/sirpdboy-package.git (fetch) origin https://github.com/sirpdboy/sirpdboy-package.git (push) openwrt@ae7d56be734b ~/o/f/opentopd (main)> ls README.md luci-app-arpbind/ luci-app-fileassistant/ luci-app-switch-lan-play/ luci-app-wolplus/ adguardhome/ luci-app-chatgpt/ luci-app-netspeedtest/ luci-app-syncdial/ luci-lib-ipkg/ ddns-go/ luci-app-cupsd/ luci-app-nft-timecontrol/ luci-app-upnp/ smartdns/ ffmpeg-remux/ luci-app-ddns-go/ luci-app-parentcontrol/ luci-app-virtualhere/ speedtest-cli/ homebox/ luci-app-dockerman/ luci-app-pppoe-server/ luci-app-vusb/ switch-lan-play/ luci-app-adguardhome/ luci-app-eqosplus/ luci-app-smartdns/ luci-app-watchdog/ watchcat/ luci-app-advanced/ luci-app-fancontrol/ luci-app-socat/ luci-app-wifidog/ 插件说明.txt openwrt@ae7d56be734b ~/o/f/opentopd (main)> git log commit 90397f1df9cea2ab835b9f1837c980d9ed5ef434 (HEAD -> main, origin/main, origin/HEAD) Author: Pdboy Sir <[email protected]> Date: Fri May 16 12:23:01 2025 +0800 Delete luci-app-watchcat-plus directory commit 10894300e764e9b14a5e51cba8f488b86fa80703 Author: Pdboy Sir <[email protected]> Date: Fri May 16 12:09:07 2025 +0800 Update cupsd.lua for 24.10 commit 02fa20c1f74d6d3787fa219dc5abd332db7ae1b2 Author: Pdboy Sir <[email protected]> Date: Fri May 16 11:57:56 2025 +0800 up ddns-go 1.5.3 commit d6e134c175c3c7dcc3aac7ef8e1619c1b2385d34 Author: Pdboy Sir <[email protected]> Date: Fri May 16 11:57:36 2025 +0800 up netspeedtest commit 39c127c3d95bc2deb4531fcd0cd833e17d3afbd2 Author: Pdboy Sir <[email protected]> Date: Wed May 14 01:04:26 2025 +0800 luci-app-netspeedtest v5.0.2 commit 98eeb99e4a01c3ba7f6f884942635d650b6c0f32 (grafted) Author: Pdboy Sir <[email protected]> Date: Tue May 13 21:12:57 2025 +0800 add luci-app-chatgpt new openwrt@ae7d56be734b ~/o/f/opentopd (main)> - 界面截图如下:
使用lean 23.05同样问题,服务已经启动,IP:9876可以打开,但ddns-go操作台显示没有权限,基本信息显示未运行。卸载安装6.9.1版本正常。
Immortalwrt - 24.10,最新的6.10版本还是不能正常启用。 退回到6.9.2版本正常。
想用最新版本而不能,解决办法何在啊。