munin sending a cron mail every 5 mins to /home/munin
since this morning munin is acting up on my server that is rather new (less then a week old)
It sends out a mail (saw it in logs) and when I go to /home/munin/mail..... (there is no user account munin btw)
opening a mail in terminal shows me this
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
I guess cron job is running but for some reason it is not happy and sending me a warning ... but can't seem to find how to solve it. seems server lacks some language but ...
uninstalled munin and re installed it (sometimes that cleans out some mess) but nope, the moment I re install the mails start again so problem is deeper ..
in /etc/sysconfig/i18n I have following
anyone has a clue what's the problem and even better how to solve it before I start a ticket ... thanks for your kind help PS now another mail is coming to root with same complaint mail subject : Cron /usr/local/bandmin/bandmin mail contant : perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_CTYPE = "UTF-8", LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C").
LANG="en_US.UTF-8"
SYSFONT="latarcyrheb-sun16"
LC_CTYPE="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
LANGUAGE="en_US.UTF-8"anyone has a clue what's the problem and even better how to solve it before I start a ticket ... thanks for your kind help PS now another mail is coming to root with same complaint mail subject : Cron /usr/local/bandmin/bandmin mail contant : perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_CTYPE = "UTF-8", LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C").
-
Have you tried forcing a cPanel update? 0 -
nope, doing it now PS : finished and mails still coming in with the errors :( no one has an idea ? don't want to open a ticket for this if it is a minor issue but looking around I couldn't find any solution fixing it. Centos says cpanel changes so much their solutions won't do it ... 0 -
Hello :) Do you notice the same errors when running those commands manually? If so, please let us know if the following command helps address the issue: localedef --no-archive -i en_US -f UTF-8 en_US.UTF-8
Thank you.0
Please sign in to leave a comment.
Comments
3 comments