Code Monkey home page Code Monkey logo

Comments (5)

bocekm avatar bocekm commented on May 27, 2024

Hi @HepplerDotNet, thank you for the report and sorry for the inconvenience.

To work around the issue, run # LANG=C convert2rhel.

Just for reference, I've filed a Bugzilla for this bug: https://bugzilla.redhat.com/show_bug.cgi?id=2022854.

from convert2rhel.

pirat89 avatar pirat89 commented on May 27, 2024

@HepplerDotNet just adding, that LC_ALL sets all LC_* (local collations), but not LANG. So ideal is to set both in similar problems just to be sure, e.g. LC_ALL=C LANG=C convert2rhel - I mean in general, not just for convert2rhel.

Update: just to be more specific, I thought that LC_ALL affects LANG as well. But on RHEL 7+ and derivated distributious the behaviour is really like that. Not sure when that change happened, whether it's on all distributions or it's just Fedora/RHEL specific, etc. I haven't investigated that deeper.

from convert2rhel.

bocekm avatar bocekm commented on May 27, 2024

@pirat89, it seems it's just the subscription-manager that's misbehaving: #386 (comment). LC_ALL is supposed to have priority over LANG.

from convert2rhel.

pirat89 avatar pirat89 commented on May 27, 2024

@bocekm actually not. you can try and check output of the locale command. You can see, that LANG is not overwritten by the LC_ALL setup, but all other LC values are. So actually it seems that RHSM behaves correctly. - Ignore the comment. I just realized the link you shared :) Anyway, in such a case the locale output itself seems buggy to me as well. Thanks for the sharing \o

from convert2rhel.

bocekm avatar bocekm commented on May 27, 2024

Fixed by #386.

from convert2rhel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.