@Paul_Littlefield wrote:
Hi Folks,
I am getting this WARNING now on an hourly cron job...
Your cron environment has different filesystem encoding (UTF-8) compared to your terminal environment (utf-8)
I cannot see what's wrong.
Here is the only locale installed...
$ locale LANG=en_GB.UTF-8 LANGUAGE=en_GB.UTF-8 LC_ALL=en_GB.UTF-8
Here is my Linux console environment...
$ env |egrep 'LC|LANG' LC_ALL=en_GB.UTF-8 LANG=en_GB.UTF-8 LANGUAGE=en_GB.UTF-8
At the top of my crontab is this...
LC_ALL=en_GB.UTF-8 LANG=en_GB.UTF-8 @hourly /usr/local/bin/flexget --cron execute
Anyone have any idea as to why it's complaining?
Thanks,
Paully
Posts: 6
Participants: 2