Guest User

Untitled

a guest
Apr 26th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. ubuntu /var/www: sudo dpkg-reconfigure locales
  2. perl: warning: Setting locale failed.
  3. perl: warning: Please check that your locale settings:
  4. LANGUAGE = (unset),
  5. LC_ALL = (unset),
  6. LANG = "en_CA.UTF-8"
  7. are supported and installed on your system.
  8. perl: warning: Falling back to the standard locale ("C").
  9. Can't exec "locale": No such file or directory at /usr/share/perl5/Debconf/Encoding.pm line 16.
  10. Use of uninitialized value in scalar chomp at /usr/share/perl5/Debconf/Encoding.pm line 17.
  11. /usr/sbin/dpkg-reconfigure: locales is broken or not fully installed
  12.  
  13.  
  14. after installing locales....
  15.  
  16.  
  17. perl: warning: Setting locale failed.
  18. perl: warning: Please check that your locale settings:
  19. LANGUAGE = (unset),
  20. LC_ALL = (unset),
  21. LANG = "en_CA.UTF-8"
  22. are supported and installed on your system.
  23. perl: warning: Falling back to the standard locale ("C").
  24. locale: Cannot set LC_CTYPE to default locale: No such file or directory
  25. locale: Cannot set LC_MESSAGES to default locale: No such file or directory
  26. locale: Cannot set LC_ALL to default locale: No such file or directory
Add Comment
Please, Sign In to add comment