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

Set default LC_ALL => en_US.UTF-8 (#671, #689) #694

Merged
merged 1 commit into from
Apr 9, 2018

Conversation

wyardley
Copy link
Contributor

@wyardley wyardley commented Apr 6, 2018

Pull Request (PR) description

I was able to reproduce this in Vagrant (in the acceptance test environment) with some more details.

This sets a (somewhat US-centric) default of en_US.UTF-8 for LC_ALL in $environment_variables, to work around a warning given via Elixir in newer version of the RabbitMQ CLI tools, replacing my original attempt to fix this in #690.

Just UTF-8 won't work; if anyone has a suggestion for a more generic value that will still work, let me know.

Some more discussion in: rabbitmq/rabbitmq-server#1573, including confirmation that the output isn't localized anyway. So I think this should be safe.

This Pull Request (PR) fixes the following issues

Fixes #671 
Fixes #689 

This sets a (somewhat US-centric) default of en_US.UTF-8 for LC_ALL in
$environment_variables, to work around a warning given via Elixir in
newer version of the RabbitMQ CLI tools.
@wyardley
Copy link
Contributor Author

wyardley commented Apr 6, 2018

ps - I'm also working on a better fix that would actually ignore those lines, however, doing and testing that may be more work than is ideal. We could also add some docs around this issue, though being a bit more tolerant of what the CLI tools return might be better in general?

@wyardley wyardley added bug Something isn't working needs-feedback Further information is requested labels Apr 6, 2018
@michaelklishin
Copy link

Thank you for this.

For those interested, enforcing this in RabbitMQ CLI tool [wrappers] is under consideration rabbitmq/rabbitmq-server#1573.

@wyardley wyardley removed the needs-feedback Further information is requested label Apr 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants