s-seitz commented on issue #2539: Admin Dashboard System Capacity broken with German Locale URL: https://github.com/apache/cloudstack/issues/2539#issuecomment-388344869 @rhtyd answering on behalf of @mdesaive , the error is not triggered by selecting another language inside the UI at the login prompt. Instead, it occurs if the system locale (LANG environment variable) is set to a region with comma as decimal "point". e.g. in germany float is noted as NN,NNN . At least for debian/ubuntu prior systemd /etc/init.d/cloudstack-management contains `if [ -r /etc/default/locale ]; then` ` . /etc/default/locale` ` export LANG` `fi` we simple fixed this via `:~# cat /etc/default/locale ` `###LANG="de_DE.UTF-8"` `## Cloudstack 4.11 Bug Decimalpoint versus Comma, we need a Point` `LANG=C` `LC_ALL=C`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
