Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error about locale #13

Open
BrianLakstins opened this issue May 19, 2021 · 0 comments
Open

Error about locale #13

BrianLakstins opened this issue May 19, 2021 · 0 comments

Comments

@BrianLakstins
Copy link

I'm getting this error for the

/usr/lib/zabbix/externalscripts/ssltls.check: line 124: warning: setlocale: LC_ALL: cannot change locale (en_GB.UTF8): No such file or directory
Signature Algorithm: sha256WithRSAEncryption Signature Algorithm: sha256WithRSAEncryption

so I changed to en_US.UTF8, but that just gave me the same error (except en_US.UTF8).

I changed to this:

LOC="C.UTF-8"

And set my default local in my Zabbix Docker image by adding to .env_srv

LANG=C.UTF-8 
LANGUAGE=C:en 
LC_ALL=C.UTF-8

So it seems to be working now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant