Advertisement
Guest User

Untitled

a guest
Oct 14th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. This application expects to be running a locale that specifies a UTF-8 codeset, and many features may behave improperly with your current language settings. Please set the LC_ALL or LC_CTYPE, and LANG variable(s) in the environment in which this program is executed to include a UTF-8 codeset (such as 'en_US.UTF-8').
  2.  
  3.  
  4. cat /etc/default/locale
  5. # File generated by update-locale
  6. LC_ALL="en_AU.UTF-8"
  7. LANG="en_AU.UTF-8"
  8. LANGUAGE="en_AU:en"
  9.  
  10. cat /etc/default/mythtv-backend
  11. # User as which to run
  12. #USER=mythtv
  13. LC_ALL="en_AU.UTF-8"
  14. # Replace all arguments to mythtvbackend
  15. #ARGS=""
  16.  
  17. # Append additional arguments
  18. #EXTRA_ARGS="--verbose"
  19.  
  20. # Set priority
  21. #NICE=-10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement