Actions
Bug #2378
closedlocale::facet::_S_create_c_locale name not valid
Start date:
01/14/2015
Due date:
% Done:
0%
Estimated time:
Description
Multiple ndn-cxx apps are throwing locale::facet::_S_create_c_locale name not valid error on ubuntu-14.04-x86-minimal OpenVZ container.
ndn@vps9:~$ nfd-status
terminate called after throwing an instance of 'std::runtime_error'
  what():  locale::facet::_S_create_c_locale name not valid
Aborted
ndn@vps9:~$ nfdc
terminate called after throwing an instance of 'std::runtime_error'
  what():  locale::facet::_S_create_c_locale name not valid
Aborted
  
      
      Updated by Junxiao Shi almost 11 years ago
      
    
    - Description updated (diff)
 - Status changed from New to Closed
 
The solution is: login as root, and execute:
# locale-gen en_US en_US.UTF-8
# dpkg-reconfigure locales
Actions