Welcome to Dentoo Errors & Solutions archive, where you can post error messages and receive solutions from other members of the community. Completely free to sign up and use!

Categories

0 votes

Installing tuper I ran into this error

stderr: "loadlocale.c:129: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_T...........

in Linux by (940 points)

1 Answer

0 votes
You need to reconfigure your locales
nano /etc/locale.gen
uncomment en_US.UTF8 UTF8
then
sudo dpkg-reconfigure locales
chose en_US
once done unlog from ssh and relog
then confirm locales have been changed with command: locale

and then it should work

by (940 points)

Dedicated Servers
...