Project

General

Profile

Actions

Bug #2378

closed

locale::facet::_S_create_c_locale name not valid

Added by Junxiao Shi over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Base
Target version:
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
Actions #1

Updated by Junxiao Shi over 9 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

Also available in: Atom PDF