2
edits
Changes
added a permanent fix for the missing locale problem
so the default LC will be used.
== Fix 3 ==
To fix this permanently for all new vzs you create, edit your '''/vz/templates/<distro>/<version>/<platform>/.rpmmacros''' and change the line <b>%_install_langs C</b>
to include the language(s) you want, for example:
%_install_langs C:pt_PT:pt_PT.UTF-8:en_US:en_US.UTF-8
or simply
%_install_langs all
After this you will need to rebuild your [[OS template cache]], for example:
vzpkgcache -r centos-4-i386-vmirth
vzpkgcache centos-4-i386-vmirth
[[Category: Troubleshooting]]
[[Category: Templates]]