On 25 Aug 2010 12:11 Ekkard Gerlach <ekkardgerlach@aiai.de> wrote:
> Hi,
> I just set up a new vserver called vserver-samba using debootstrap.
> This vserver has to serve samba services only.
>
> Some warnins occured during installation of samba:
[...]
> Processing triggers for man-db ...
> perl: warning: Setting locale failed.
> perl: warning: Please check that your locale settings:
> LANGUAGE = (unset),
> LC_ALL = (unset),
> LC_CTYPE = "de_DE.UTF-8",
> LANG = "de_DE.UTF-8"
> are supported and installed on your system.
> perl: warning: Falling back to the standard locale ("C").
[...]
> What is the disadvantage if I ignore these warnings?
> How can I repair it?
# echo "de_DE.UTF-8 UTF-8" >> /etc/locale.gen
# locale-gen de_DE.UTF-8
# dpkg-reconfigure locales
Best regards,
-- Lukasz CzarnowskiReceived on Wed Aug 25 11:56:36 2010