[Solved] Mail reçu toutes les deux minutes

Bonjour,

Depuis que j’ai installé yunohost, je reçois toutes les deux minutes un message provenant de cron (yunohost dyndns update >> /dev/null) qui me dit
; Communication with server failed: timed out
Unable to update IP address on DynDNS
J’ai aussi reçu deux autres messages liés à anacron de titre test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) me disant

/etc/cron.daily/etckeeper:

*** Please tell me who you are.

Run

git config --global user.email "you@example.com"
git config --global user.name “Your Name”

to set your account’s default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got ‘root@YunoHost.(none)’)
run-parts: /etc/cron.daily/etckeeper exited with return code 128

J’ai bidouillé le crontab pour avoir un mail toutes les 30 minutes, mais j’aimerais bien que ça s’arrête…

Hi

I hope this is your solution.
https://forum.yunohost.org/t/fatal-unable-to-auto-detect-email-address/2533/2

Thank you for your answer.
I have done what you said, if tomorrow at 8:25 AM I have no mail then the second problem will be solved. And for the first email about dyndns, do you think that I can erase this line in crontab (I already changed to */30 * * * * root yunohost dyndns update >> /dev/null) and execute this command only if my ip change?

Thank you, it works for the second email!
And for the first one, do you think that my idea in the third post is a good idea?

@gerard1 : Yes, I think you can tweak the cron job as you suggest :wink:

I deleted this line, my ip didn’t changed so now it works. Thanks you