Cron is sending me tons of mails with this error:
Quote:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "it_IT",
LC_ALL = (unset),
LANG = "it_IT@euro"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
|
I have a debian sarge 3.1 and a LAMP system for my website , is the locale only related to joomla CMS? :
Quote:
italian.jos_heximage_album
warning : 1 client is using or hasn't closed the table properly
italian.jos_menu
warning : 1 client is using or hasn't closed the table properly
italian.jos_session
warning : 1 client is using or hasn't closed the table properly
wwwgab.jos_banner
warning : 1 client is using or hasn't closed the table properly
wwwgab.jos_session
warning : 1 client is using or hasn't closed the table properly
wwwgab.jos_users
warning : 1 client is using or hasn't closed the table properly
Improperly closed tables are also reported if clients are accessing
the tables *now*. A list of current connections is below.
+----+------------------+-----------+----+---------+------+-------+------------------+
| Id | User | Host | db | Command | Time | State | Info |
+----+------------------+-----------+----+---------+------+-------+------------------+
| 5 | debian-sys-maint | localhost | | Query | 0 | | show processlist |
+----+------------------+-----------+----+---------+------+-------+------------------+
Uptime: 2 Threads: 1 Questions: 271 Slow queries: 0 Opens: 257 Flush tables: 1 Open tables: 64 Queries per second avg: 135.500
|
This the output of locale -a
Quote:
root@www:~# locale -a
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_COLLATE to default locale: No such file or directory
C
POSIX
|
How do i deal with locales in debian ?
How do i stop this error ?