Fail to update dyndns a nohost.me: SERVFAIL

Hi,

When I run sudo yunohost dyndns update --debug, I’m getting the error message:

228 DEBUG loading actions map namespace ‘yunohost’
290 DEBUG extra parameter classes loaded: [‘ask’, ‘password’, ‘required’, ‘pattern’]
290 DEBUG initializing base actions map parser for cli
294 DEBUG registering new callback action ‘yunohost.utils.packages.ynh_packages_version’ to [‘-v’, ‘–version’]
509 DEBUG lock has been acquired
859 INFO processing action [7212.1]: yunohost.dyndns.update with args={‘domain’: None, ‘key’: None, ‘dyn_host’: ‘dyndns.yunohost.org’, ‘ipv4’: None, ‘ipv6’: None}
1145 INFO Starting new HTTPS connection (1): dyndns.yunohost.org
1598 DEBUG “GET /test/manuc66.nohost.me HTTP/1.1” 503 293
Outgoing update query:
;; ->>HEADER<<- opcode: UPDATE, status: NOERROR, id: 0
;; flags:; ZONE: 0, PREREQ: 0, UPDATE: 0, ADDITIONAL: 0
;; ZONE SECTION:
;nohost.me. IN SOA

;; UPDATE SECTION:
_xmpp-client._tcp.manuc66.nohost.me. 0 ANY ANY
_xmpp-server._tcp.manuc66.nohost.me. 0 ANY ANY
muc.manuc66.nohost.me. 0 ANY ANY
pubsub.manuc66.nohost.me. 0 ANY ANY
vjud.manuc66.nohost.me. 0 ANY ANY
manuc66.nohost.me. 0 ANY ANY
manuc66.nohost.me. 0 ANY ANY
mail._domainkey.manuc66.nohost.me. 0 ANY ANY
_dmarc.manuc66.nohost.me. 0 ANY ANY
manuc66.nohost.me. 0 ANY ANY
*.manuc66.nohost.me. 0 ANY ANY
manuc66.nohost.me. 0 ANY ANY
*.manuc66.nohost.me. 0 ANY ANY
_xmpp-client._tcp.manuc66.nohost.me. 3600 IN SRV 0 5 5222 manuc66.nohost.me.
_xmpp-server._tcp.manuc66.nohost.me. 3600 IN SRV 0 5 5269 manuc66.nohost.me.
muc.manuc66.nohost.me. 3600 IN CNAME manuc66.nohost.me.
pubsub.manuc66.nohost.me. 3600 IN CNAME manuc66.nohost.me.
vjud.manuc66.nohost.me. 3600 IN CNAME manuc66.nohost.me.
manuc66.nohost.me. 3600 IN MX 10 manuc66.nohost.me.
manuc66.nohost.me. 3600 IN TXT “v=spf1 a mx ip4:91.178.230.242 ip6:2a02:a03f:ab0:d800:7b56:c846:d88d:ee3a -all”
mail._domainkey.manuc66.nohost.me. 3600 IN TXT “v=DKIM1; k=rsa; p=content_dropped_for_this_post
_dmarc.manuc66.nohost.me. 3600 IN TXT “v=DMARC1; p=none”
manuc66.nohost.me. 3600 IN A 91.178.230.242
*.manuc66.nohost.me. 3600 IN A 91.178.230.242
manuc66.nohost.me. 3600 IN AAAA 2a02:a03f:ab0:d800:7b56:c846:d88d:ee3a
*.manuc66.nohost.me. 3600 IN AAAA 2a02:a03f:ab0:d800:7b56:c846:d88d:ee3a

update failed: SERVFAIL
2950 DEBUG action [7212.1] ended after 2.091s
2951 DEBUG lock has been released
2952 ERROR Unable to update IP address on DynDNS

The cause may be due to the fact that yunohost runned without disk space… Can someone have an idea on how to solve this problem ?

Thanks

Hello,

We are having problem with the server that host our dyndns, that’s unrelated to you. We are working right now on solving this.

1 Like

Ok, thanks for the notification.

Oh, that’s probably the cause of my issue right now with yunohost installation. Will wait and see

Traceback (most recent call last):
  File "/usr/bin/yunohost", line 217, in <module>
    timeout=opts.timeout,
  File "/usr/lib/python2.7/dist-packages/moulinette/__init__.py", line 138, in cli
    moulinette.run(args, output_as=output_as, password=password, timeout=timeout)
  File "/usr/lib/python2.7/dist-packages/moulinette/interfaces/cli.py", line 353, in run
    ret = self.actionsmap.process(args, timeout=timeout)
  File "/usr/lib/python2.7/dist-packages/moulinette/actionsmap.py", line 479, in process
    return func(**arguments)
  File "/usr/lib/moulinette/yunohost/tools.py", line 198, in tools_postinstall
    dyndomains = json.loads(r.text)
  File "/usr/lib/python2.7/json/__init__.py", line 338, in loads
    return _default_decoder.decode(s)
  File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
    raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded

Hi,

According to [Résolu] Changement d'IP fixe et perte d'accès ! [SERVFAIL] > Fail to update DynDNS the problem on the yunohost infrastructure has been solved and I can confirm the problem is now solved for me as well.

Thanks :sun_with_face: