Every 10 mins I now get this email from Cron that I don't understand

Version 11.1.5
Bought VPS
Access via SSH and Webadmin

Hi folks,
For the last 2 days I have been getting spammed by Cron every 10 minutes with this email to my admin account:

Traceback (most recent call last):
File “/usr/bin/yunohost”, line 77, in
yunohost.cli(
File “/usr/lib/python3/dist-packages/yunohost/init.py”, line 41, in cli
ret = moulinette.cli(
File “/usr/lib/python3/dist-packages/moulinette/init.py”, line 111, in cli
Cli(
File “/usr/lib/python3/dist-packages/moulinette/interfaces/cli.py”, line 477, in init
self.actionsmap = ActionsMap(
File “/usr/lib/python3/dist-packages/moulinette/actionsmap.py”, line 463, in init
self.parser = self._construct_parser(actionsmap, top_parser)
File “/usr/lib/python3/dist-packages/moulinette/actionsmap.py”, line 630, in _construct_parser
top_parser.add_global_arguments(_global[“arguments”])
KeyError: ‘arguments’

What does it mean and should I be worried?

Many thanks

Sounds like a version mismatch of moulinette/yunohost version maybe

Can you share the output of yunohost --version

Hi over there,

I dont know, if its the same issue for real,
but from where I stand, it seems to be the same issue over here…every 10 mins I get a Email to admin regarding as followed in Email.

Title of the E-Mail is:

Cron root@vps2366714 : YunoHost DynDNS update; sleep $((RANDOM%60)); ! ping -q -W5 -c1 ip.yunohost.org >/dev/null 2>&1 || test -e /var/run/moulinette_yunohost.lock || yunohost dyndns update >> /dev/null

Domain ‘mydomain.nohost.me’ unknown

Searched the Forum,…tried to log in via ssh and remove cronjob…but it didnt help…

Info: Updated needed, going on...
Info: The operation 'Update the IP associated with your YunoHost subdomain 'surreyserver.nohost.me'' could not be completed. Please share the full log of this operation using the command 'yunohost log share 20230204-081913-dyndns_update-surreyserver.nohost.me' to get help
Error: Domain 'surreyserver.nohost.me' unknow

Version is:
yunohost:
repo: stable
version: 11.1.5.4
yunohost-admin:
repo: stable
version: 11.1.4
moulinette:
repo: stable
version: 11.1.4
ssowat:
repo: stable
version: 11.1.4

Sounds like a different issue … sounds like you had some .nohost.me domain in the past and you deleted it but there’s some remaining piece of stuff related to dyndns

You may be right…I deleted the nohost-domain and installed a domain of my own.

Any idea how to Deal with that? I already startet the dns-related Services via admin-GUI. -No effect.

Tried to delete Cronjob. Yunohost prompted to show this little Log. Hopefully, it helps. By the way…should i open a new threat, ot would ot be consiedered doublepost?

Greetz

args:
domain: null
dry_run: false
force: false
ended_at: 2023-02-04 14:55:08.902506
error: Domain ‘surreyserver.nohost.me’ unknown
interface: cli
operation: dyndns_update
parent: null
related_to:

    • domain
    • surreyserver.nohost.me
      started_at: 2023-02-04 14:55:08.579501
      success: false
      yunohost_version: 11.1.5.4

============

2023-02-04 15:55:08,590: INFO - Updated needed, going on…
2023-02-04 15:55:08,591: DEBUG - Reusing IPv4 from cache: xx.xx.xx.xx
2023-02-04 15:55:08,591: DEBUG - Reusing IPv6 from cache: None
2023-02-04 15:55:08,898: DEBUG - initializing ldap interface

I think the culprit is probably in /etc/yunohost/dyndns … but YunoHost should have gotten rid of it :thinking:

This is what I got:

$ sudo yunohost --version
Traceback (most recent call last):
File “/usr/bin/yunohost”, line 77, in
yunohost.cli(
File “/usr/lib/python3/dist-packages/yunohost/init.py”, line 41, in cli
ret = moulinette.cli(
File “/usr/lib/python3/dist-packages/moulinette/init.py”, line 111, in cli
Cli(
File “/usr/lib/python3/dist-packages/moulinette/interfaces/cli.py”, line 477, in init
self.actionsmap = ActionsMap(
File “/usr/lib/python3/dist-packages/moulinette/actionsmap.py”, line 463, in init
self.parser = self._construct_parser(actionsmap, top_parser)
File “/usr/lib/python3/dist-packages/moulinette/actionsmap.py”, line 630, in _construct_parser
top_parser.add_global_arguments(_global[“arguments”])
KeyError: ‘arguments’

Which looks the same as what I’ve been getting in the email.
My server had basically stopped working altogether a few hours ago.
BUT
Since installing the latest update:

$ sudo yunohost --version
yunohost:
repo: stable
version: 11.1.5.5
yunohost-admin:
repo: stable
version: 11.1.4
moulinette:
repo: stable
version: 11.1.4
ssowat:
repo: stable
version: 11.1.4

Everything is working again, for now at least, but I’m still getting the same email from cron.

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