I’ve found the following lines in /var/log/messages on my Debian server recently:
Jan 5 12:13:09 www — MARK –
Jan 5 12:33:09 www — MARK –
Jan 5 12:53:10 www — MARK –
Jan 5 13:13:12 www — MARK –
…
What’s this?
Read the rest of this entry »
I’ve found the following lines in /var/log/messages on my Debian server recently:
Jan 5 12:13:09 www — MARK –
Jan 5 12:33:09 www — MARK –
Jan 5 12:53:10 www — MARK –
Jan 5 13:13:12 www — MARK –
…
What’s this?
Read the rest of this entry »
Question
How to get rid of the following annoying perl warning messages on a fresh Debian system:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_MESSAGES = "en_US.UTF-8",
LC_COLLATE = "en_US.UTF-8",
LC_CTYPE = "en_US.UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").