You are not logged in.
I"m having issues getting mongodb running after a fresh installation. When I execute /etc/rc.d/mongodb I get
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
Has anyone else run into this ?
Offline
Just resolved this problem, you need to edit /etc/locale-gen uncomment your LOCALE set in /etc/rc.conf and run locale-gen to generate it.
Offline