ensure LANG and/or LC_* environment variables are set correctly

Looks like your locale settings are broken or non-existent on that VM, or at least that session on that VM. One of MongoDB's dependencies (boost) will fail when a locale is not correctly set (see SERVER-9032). For reference, before the change in SERVER-9032 this problem still happened but looked like this.

Sometimes logging out and back in can fix it (only broken for current session), or you can try running sudo locale-gen to make sure generation is successful.

In the meantime, as a workaround to get mongo (or mongod etc.) running, just set your LC_ALLvariable manually before starting the program:

export LC_ALL=C
mongo
上一篇:阿里云ECS使用SSH连接CentOS 6.9经常断线的问题解决:OperationTimedOut


下一篇:阿里云服务器Svn-Server无法连接