-
Notifications
You must be signed in to change notification settings - Fork 219
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
Locale issue, need to install glibc-langpack-* package #60
Comments
Yes, I have heard of a similar oddity reported by Czech users too, but since Do you know how the |
Thanks to @halfline I understand this a little better. It's likely that replacing
I think that a complete fix would also involve removing |
It would also be helpful to have a concrete test case that I can use to validate my experiments. |
A simpler fix or workaround for now might be just to run podman with Minimalist testcase is just to run
|
I don't know if this is following up this issue or not, but in a recent toolbox, the locale is no longer preserved from the host. now I get the |
Currently toolbox only installs |
In latest fedora:30 (and fedora:rawhide) Actually it looks to me the real problem is that fedora:30 |
Okay it seems covered by https://bugzilla.redhat.com/show_bug.cgi?id=1727489 |
Can confirm that installing |
Running
It seems to inherent the host's locale, which is not the case when running
While I am not certain whether it is a separate issue, installing |
This new packet allows the user to set a locale inside the toolbox and make locale dependent commands work containers#60 Signed-off-by: Nieves Montero <nmontero@redhat.com>
This new packet allows the user to set a locale inside the toolbox and make locale dependent commands work #60 Signed-off-by: Nieves Montero <nmontero@redhat.com>
This is a combination of the following commits: * e6a27d7 * f5388cf * 807d020 containers#60
Changes to the RPM configuration should happen before DNF is used. Otherwise, those changes won't affect the DNF invocations. Fallout from f5388cf containers#60
This is a combination of the following commits: * e6a27d7 * f5388cf * 5b4a444 * 42dbd8e containers#60
using
stack
to build a haskell program inside Fedora toolbox, I got a strange error that I could track down to a locale issue. There were other issues such asless
not showing up UTF-8 byte sequences. Runninglocale
showed up errors:Installing the
glibc-langpack-fr
package (in my case) solved the issue. That should probably be performed when the toolbox is created the first time. Or it could be part of the documentation.The text was updated successfully, but these errors were encountered: