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

ddns-scripts: DDNS Service provider is not available #13495

Closed
peterwillcn opened this issue Sep 25, 2020 · 15 comments
Closed

ddns-scripts: DDNS Service provider is not available #13495

peterwillcn opened this issue Sep 25, 2020 · 15 comments

Comments

@peterwillcn
Copy link
Contributor

peterwillcn commented Sep 25, 2020

LuCI Master git-20.267.53658-b17ec09
ddns-scripts	2.8.0-24	
luci-app-ddns	git-20.250.44589-809d085	

Screen Shot 2020-09-26 at 7 31 37 AM

@snakwu
Copy link

snakwu commented Sep 26, 2020

@feckert
me to!!!

Collected errors:

  • satisfy_dependencies_for: Cannot satisfy the following dependencies for ddns-
    scripts_nsupdate:
  •  bind-client                                                             
    
  • opkg_install_cmd: Cannot install package ddns-scripts_nsupdate.
  • check_data_file_clashes: Package ddns-scripts_service wants to install file /
    home/snakwu/openwrt-master/openwrt/build_dir/target-x86_64_musl/root-x86/usr/sha
    re/ddns/services/cnkuai.cn.json
    But that file is already provided by package * ddns-scripts_cnkuai_cn
  • check_data_file_clashes: Package ddns-scripts_service wants to install file /
    home/snakwu/openwrt-master/openwrt/build_dir/target-x86_64_musl/root-x86/usr/sha
    re/ddns/services/freedns.42.pl.json
    But that file is already provided by package * ddns-scripts_freedns_42_
    pl
  • check_data_file_clashes: Package ddns-scripts_service wants to install file /
    home/snakwu/openwrt-master/openwrt/build_dir/target-x86_64_musl/root-x86/usr/sha
    re/ddns/services/route53-v1.json
    But that file is already provided by package * ddns-scripts_route53-v1
  • opkg_install_cmd: Cannot install package ddns-scripts_service.
    make[2]: *** [package/Makefile:68: package/install] Error 255
    make[2]: Leaving directory '/home/snakwu/openwrt-master/openwrt'
    make[1]: *** [package/Makefile:108: /home/snakwu/openwrt-master/openwrt/staging_
    dir/target-x86_64_musl/stamp/.package_install] Error 2
    make[1]: Leaving directory '/home/snakwu/openwrt-master/openwrt'
    make: *** [/home/snakwu/openwrt-master/openwrt/include/toplevel.mk:236: world] E
    rror 2

@Ansuel
Copy link
Member

Ansuel commented Sep 26, 2020

@peterwillcn the app needs to be updated... Can you test the wip pr?

@Ansuel
Copy link
Member

Ansuel commented Sep 26, 2020

@snakwu we need to fix a bug in the makefile... sorry for the mess

@snakwu
Copy link

snakwu commented Sep 26, 2020

@snakwu we need to fix a bug in the makefile... sorry for the mess

Thank you very much

@snakwu
Copy link

snakwu commented Sep 27, 2020

@Ansuel

Brother, when can I fix it? Thank you

@Ansuel
Copy link
Member

Ansuel commented Sep 27, 2020

Tomorrow we should push a fix ;)

@snakwu
Copy link

snakwu commented Sep 27, 2020

Tomorrow we should push a fix ;)

ok,;)

@ShayBox
Copy link

ShayBox commented Oct 2, 2020

How do I apply this fix? A bit new to openwrt, but having the same problem.

@Ansuel
Copy link
Member

Ansuel commented Oct 2, 2020

if you use the snapshot image just wait for the buildbot to push a new image...

@Ansuel
Copy link
Member

Ansuel commented Oct 3, 2020

News on this?

@Ansuel
Copy link
Member

Ansuel commented Oct 3, 2020

Can you post your ddns configuration with private data omitted?

@peterwillcn
Copy link
Contributor Author

peterwillcn commented Oct 4, 2020

It work,but a little bug. Press to the reload button XHR request timed out
LuCI Master git-20.267.53658-b17ec09

Screen Shot 2020-10-04 at 1 43 06 PM

 pppoe-wan: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1492 qdisc fq_codel state UNKNOWN group default qlen 3
    link/ppp
    inet 11.22.33.44 peer 11.22.33.1/32 scope global pppoe-wan
       valid_lft forever preferred_lft forever
    inet6 2001:2222:3333:4444:5555:6666:7777:8888/64 scope global dynamic noprefixroute
       valid_lft 258628sec preferred_lft 172228sec
    inet6 fe80::1111:2222:3333:4444/128 scope link
       valid_lft forever preferred_lft forever

Screen Shot 2020-10-04 at 2 19 21 PM

Sun Oct  4 14:00:28 2020 user.warn ddns-scripts[19199]: myddns_ipv6: Error in 'expand_ipv6()' - invalid IPv6 found: '' expanded: ''
Sun Oct  4 14:00:29 2020 user.err ddns-scripts[19199]: myddns_ipv6: cURL Error: '6'
Sun Oct  4 14:00:29 2020 user.warn ddns-scripts[19199]: myddns_ipv6: Transfer failed - retry 1/0 in 60 seconds
Sun Oct  4 14:01:29 2020 user.err ddns-scripts[19199]: myddns_ipv6: cURL Error: '6'
Sun Oct  4 14:01:29 2020 user.warn ddns-scripts[19199]: myddns_ipv6: Transfer failed - retry 2/0 in 60 seconds

@feckert
Copy link
Member

feckert commented Oct 5, 2020

@peterwillcn In my view, this has nothing to do with the last change. That is a different problem.
If it is one at all. The original problem has been fixed

@feckert feckert closed this as completed Oct 5, 2020
@peterwillcn
Copy link
Contributor Author

peterwillcn commented Oct 5, 2020

@feckert I think Package/ ddNs-scripts DEPENDS on :=+ ddNs-scripts-services is not necessary, Custom is more flexible, so it can be set as optional, which will reduce the installation volume. The ddNs-scripts-core(ddNs-scripts) and ddNs-scripts-services(optional) .
Screen Shot 2020-10-05 at 7 50 53 PM
Screen Shot 2020-10-05 at 7 51 05 PM

The above figure should also be placed in the DDNs-scripts-Services function as an option

@Ansuel
Copy link
Member

Ansuel commented Oct 5, 2020

The complains was exactly about that.... (ddns installs only the core script but not the services)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants