Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: Enzyme on January 14, 2015, 01:28:37 AM



Title: Bitcoind Startup Error
Post by: Enzyme on January 14, 2015, 01:28:37 AM
Hi,

I recently installed Bitcoind on my VPS (Ubuntu 12.04).

It has been working for about 10+ hours but all of a sudden when I type the bitcoind command it pops up with:
terminate called after throwing an instance of 'std::runtime_error'
  what():  locale::facet::_S_create_c_locale name not valid
Aborted

Thanks


Title: Re: Bitcoind Startup Error
Post by: cypherdoc on January 14, 2015, 05:37:51 AM
Try:

sudo locale-gen en_US en_US.UTF-8
sudo locale-gen it_IT it_IT.UTF-8
sudo locale-gen xx_xx xx_XX.UTF-8 ...
sudo dpkg-reconfigure locales