Am I getting ddos or is this something else?

Over the last hour I’ve gotten 30+ emails all saying the same thing. Same subject line but nothing shows in the log. I tried to check for updates but am getting its saying it cant update apt then gives me the sources.list

Email subject
Cronroot@ubmediayunohost dyndns update>> /dev/null
Traceback (most recent call last):
File “/usr/bin/yunohost”, line 214, in
timeout=opts.timeout,
File “/usr/lib/python2.7/dist-packages/moulinette/init.py”, line 136, 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 425, in run
ret = self.actionsmap.process(args, timeout=timeout)
File “/usr/lib/python2.7/dist-packages/moulinette/actionsmap.py”, line 523, in process
return func(**arguments)
File “/usr/lib/moulinette/yunohost/log.py”, line 284, in func_wrapper
result = func(*args, **kwargs)
File “/usr/lib/moulinette/yunohost/dyndns.py”, line 235, 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 29, in check_output
return subprocess.check_output(args, stderr=stderr, shell=shell, **kwargs)
File “/usr/lib/python2.7/subprocess.py”, line 219, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command ‘dig @dyndns.yunohost.org +short ubmedia.nohost.me’ returned non-zero exit status 9

No, I think it is related to this: Ongoing outage on our infrastructure
You can comment the line of /etc/cron.d/yunohost-dyndns to avoid the mail. If you have a static Ip, leave like that. If you have a dynamic Ip, when the server will be repaired, you’ll have to uncomment this line again.

2 Likes

(Confirming @metyun :wink:)

1 Like

Whew😅, thats what I was hoping for. Lol.
Thank you.

Lol. I didnt mean it to sound like I was wishing for you guys to have a problem.

1 Like

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