couldn't set locale correctly報錯解決
couldn't set locale correctly報錯解決
# eeprom auto-boot?=true
couldn't set locale correctly
couldn't set locale correctly
locale -a檢視你安裝的語言。
echo $LANG看當前語言
LANG=C;export LANG將語言設為英文……
echo $LANG
看看是什麼
如果是zh,改成en_US
如果是en_US,改成zh
# eeprom auto-boot?=true
couldn't set locale correctly
couldn't set locale correctly
locale -a檢視你安裝的語言。
echo $LANG看當前語言
LANG=C;export LANG將語言設為英文……
echo $LANG
看看是什麼
如果是zh,改成en_US
如果是en_US,改成zh
再把/etc/default/init中的LANG改為正確的值
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7916042/viewspace-1003200/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【iOS報錯】“The operation couldn’t be completed (LaunchServicesError erroiOSError
- 【已解決】報錯 NVIDIA-SMI has failed because it couldn‘t communicate with the NVIDIA driverAI
- Linux Couldn’t resolve host 解決辦法Linux
- MySQL: Couldn't execute 'SET OPTION SQL_QUOTE_SHOW_CREATE=1MySql
- (問題解決)Cannot set LC_CTYPE to default locale: No such file or directory
- Couldn't be opened because you don't have permission to view it 執行時報錯View
- Flutter: 解決執行時錯誤 java.lang.UnsatisfiedLinkError...couldn't find "libflutter.so"FlutterJavaError
- mysql:Variable 'character_set_client' can't be set to the value of 'NULL'解決MySqlclientNull
- Variable 'character_set_client' can't be set to the value of Null的解決方法clientNull
- 解決安裝ubuntu系統時出現錯誤:(10, “debian-installer/locale doesn‘t exist“)Ubuntu
- vncserver: couldn't find "xauth" on your PATHVNCServer
- Android 4.2.2_r1 online-gcm-ref及couldn't locate source file編譯錯誤解決AndroidGC編譯
- MongoDB 備份恢復啟動後執行操作報錯:Error:couldn't add user:not masterMongoDBErrorAST
- 使用wireshark出現Couldn't run /usr/bin/dumpcap in child process: Permission denied解決辦法PCA
- mysql匯入報錯Variable 'sql_notes' can't be set to the value of 'NULL'MySqlNull
- vncserver: couldn't find "xauth" on your PATH.VNCServer
- Mysql:Variable 'XXXt' can't be set to the value of 'NULL'解決MySqlNull
- 解決問題:Variable 'time_zone' can't be set to the value of 'NULL'Null
- mybatis報錯解決MyBatis
- sockjs-node/info?t=1462183700002 報錯解決方案JS
- 解決pgpool啟動報錯 ifup[/sbin/ip] doesn't have setuid bitUI
- python報錯問題解決:'ascii' codec can't encode characterPythonASCII
- Flutter雜症(couldn't find "libflutter.so")Flutter
- 有用過grpc的嗎?Couldn't find descriptorRPC
- Android Studio:couldn't find .so檔案Android
- SharePoint Excel Service - Couldn't Open the Workbook.Excel
- 【vnc】vncserver: couldn't find "xauth" on your PATH 問題VNCServer
- 解決fitz模組報錯
- SS報錯的解決
- 解決eslint報錯EsLint
- iText中文,報錯解決
- iOS:The operation couldn’t be completed. (DVTCoreSimulatorAdditionsErrorDomain eiOSErrorAI
- hive使用報錯解決方法Hive
- npm install 報錯解決NPM
- supervisor使用報錯解決
- Windows分割槽報錯解決Windows
- Dubbo廣播模式下報錯:Can't assign requested address解決辦法模式
- Linux環境下MySQL報Table 'xxx' doesn't exist錯誤解決方法LinuxMySql