[Solved] Yunohost dyndns update error

hi,

i rund yunohost in the latest version on a rpi4. after installation everything went fine, but suddenly, the noho.st did not update anymore, making my installation unreachable. when i try to force update via ssh the following error is reported:

Blockquote

root@arxxx:~# yunohost dyndns update --force
Traceback (most recent call last):
File “/usr/bin/yunohost”, line 218, in
timeout=opts.timeout,
File “/usr/lib/python2.7/dist-packages/moulinette/init.py”, line 149, 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 469, in run
ret = self.actionsmap.process(args, timeout=timeout)
File “/usr/lib/python2.7/dist-packages/moulinette/actionsmap.py”, line 588, in process
return func(**arguments)
File “/usr/lib/moulinette/yunohost/log.py”, line 313, in func_wrapper
result = func(*args, **kwargs)
File “/usr/lib/moulinette/yunohost/dyndns.py”, line 219, in dyndns_update
old_ipv4 = check_output(“dig @%s +short %s” % (dyn_host, domain)).strip() or None
File “/usr/lib/python2.7/dist-packages/moulinette/utils/process.py”, line 31, in check_output
return subprocess.check_output(args, stderr=stderr, shell=shell, **kwargs)
File “/usr/lib/python2.7/subprocess.py”, line 223, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command ‘dig @dyndns.yunohost.org +short arxxx.noho.st’ returned non-zero exit status 9

Blockquote

do you have any hints to fix this?

thanks,

andreas

The service was down on our infra for some reason … I restarted it so it should be up again

1 Like

thanks for the fast response and fixing it!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.