edlopez

debian squeeze setting locale fail

Mar 23rd, 2012
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.96 KB | None | 0 0
  1. dpkg-reconfigure locales
  2. perl: warning: Setting locale failed.
  3. perl: warning: Please check that your locale settings:
  4.         LANGUAGE = "fr_FR:fr",
  5.         LC_ALL = (unset),
  6.         LC_CTYPE = "en_US.UTF-8",
  7.         LANG = "fr_FR"
  8.     are supported and installed on your system.
  9. perl: warning: Falling back to the standard locale ("C").
  10. locale: Cannot set LC_CTYPE to default locale: No such file or directory
  11. locale: Ne peut initialiser LC_ALL ? la locale par d?faut: Aucun fichier ou dossier de ce type
  12. /usr/bin/locale: Cannot set LC_CTYPE to default locale: No such file or directory
  13. /usr/bin/locale: Ne peut initialiser LC_ALL ? la locale par d?faut: Aucun fichier ou dossier de ce type
  14. Generating locales (this might take a while)...
  15.   fr_FR.ISO-8859-1... done
  16.   fr_FR.UTF-8... done
  17.   fr_FR.UTF-8@euro... done
  18.   fr_FR.ISO-8859-15@euro... done
  19. Generation complete.
  20. perl: warning: Setting locale failed.
  21. perl: warning: Please check that your locale settings:
  22.         LANGUAGE = "fr_FR:fr",
  23.         LC_ALL = (unset),
  24.         LC_CTYPE = "en_US.UTF-8",
  25.         LANG = "C"
  26.     are supported and installed on your system.
  27. perl: warning: Falling back to the standard locale ("C").
  28. perl: warning: Setting locale failed.
  29. perl: warning: Please check that your locale settings:
  30.         LANGUAGE = "fr_FR:fr",
  31.         LC_ALL = (unset),
  32.         LC_CTYPE = "en_US.UTF-8",
  33.         LANG = "C"
  34.     are supported and installed on your system.
  35. perl: warning: Falling back to the standard locale ("C").
  36. root@ks310515:~# locale
  37. locale: Cannot set LC_CTYPE to default locale: No such file or directory
  38. locale: Ne peut initialiser LC_ALL ? la locale par d?faut: Aucun fichier ou dossier de ce type
  39. LANG=fr_FR
  40. LANGUAGE=fr_FR:fr
  41. LC_CTYPE=en_US.UTF-8
  42. LC_NUMERIC="fr_FR"
  43. LC_TIME="fr_FR"
  44. LC_COLLATE="fr_FR"
  45. LC_MONETARY="fr_FR"
  46. LC_MESSAGES="fr_FR"
  47. LC_PAPER="fr_FR"
  48. LC_NAME="fr_FR"
  49. LC_ADDRESS="fr_FR"
  50. LC_TELEPHONE="fr_FR"
  51. LC_MEASUREMENT="fr_FR"
  52. LC_IDENTIFICATION="fr_FR"
  53. LC_ALL=
Advertisement
Add Comment
Please, Sign In to add comment