Hi,
I have noticed a problem with locales on my server when patching it. It says "LC_ALL" variable is not set, which I think is as should be, also according to the Debian Wiki;
I am using pve 7.0-11.
Thanks
I have noticed a problem with locales on my server when patching it. It says "LC_ALL" variable is not set, which I think is as should be, also according to the Debian Wiki;
So, I wonder, does this have any negative effect on anything? Everything seems to work as I expect it to, all other LC_* are set correctly, including $LANG, but I'd rather not have to see this error/warning everytime I patch... I have seen advice editing /root/.bashrc, but that feels more like a workaround than a solution. Please advice.Using LC_ALL is strongly discouraged as it overrides everything. Please use it only when testing and never set it in a startup file.
Code:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
[snip]
are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_US.UTF-8").
apt-listchanges: Can't set locale; make sure $LC_* and $LANG are correct!
I am using pve 7.0-11.
Thanks