Bug 1450210
| Summary: | the collection of fact keys and values should be independent of the system locale | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | John Sefler <jsefler> |
| Component: | subscription-manager | Assignee: | Kevin Howell <khowell> |
| Status: | CLOSED ERRATA | QA Contact: | John Sefler <jsefler> |
| Severity: | high | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 7.4 | CC: | khowell, redakkan, skallesh |
| Target Milestone: | rc | Keywords: | EasyFix, Regression, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | subscription-manager-1.19.15-1 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-08-01 19:23:41 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
John Sefler
2017-05-11 20:26:39 UTC
This bug is a regression from the RHEL7.3 RHSM packages where the facts collection was successfully independent of the locale as shown below... [root@jsefler-rhel7 ~]# rpm -q subscription-manager python-rhsm subscription-manager-1.17.15-1.el7.x86_64 python-rhsm-1.17.9-1.el7.x86_64 [root@jsefler-rhel7 ~]# LC_ALL=ja_JP.UTF-8 subscription-manager facts --list | grep lscpu lscpu.architecture: x86_64 lscpu.bogomips: 4799.99 lscpu.byte_order: Little Endian lscpu.core(s)_per_socket: 1 lscpu.cpu(s): 2 lscpu.cpu_family: 6 lscpu.cpu_mhz: 2399.998 lscpu.cpu_op-mode(s): 32-bit, 64-bit lscpu.flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx rdtscp lm constant_tsc rep_good nopl eagerfpu pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx hypervisor lahf_lm xsaveopt lscpu.hypervisor_vendor: KVM lscpu.l1d_cache: 32K lscpu.l1i_cache: 32K lscpu.l2_cache: 4096K lscpu.model: 42 lscpu.model_name: Intel Xeon E312xx (Sandy Bridge) lscpu.numa_node(s): 1 lscpu.numa_node0_cpu(s): 0,1 lscpu.on-line_cpu(s)_list: 0,1 lscpu.socket(s): 2 lscpu.stepping: 1 lscpu.thread(s)_per_core: 1 lscpu.vendor_id: GenuineIntel lscpu.virtualization_type: full This is failing for LANGS... fr_FR ja_JP zh_CN zh_TW *** Bug 1449839 has been marked as a duplicate of this bug. *** [root@dell-pem610-01 ~]# subscription-manager version server type: Red Hat Subscription Management subscription management server: 0.9.51.21-1 subscription management rules: 5.15.1 subscription-manager: 1.19.16-1.el7 python-rhsm: 1.19.7-1.el7 [root@dell-pem610-01 ~]# LC_ALL=ja_JP.UTF-8 subscription-manager facts --list | grep lscpu lscpu.architecture: x86_64 lscpu.bogomips: 4788.32 lscpu.byte_order: Little Endian lscpu.core(s)_per_socket: 4 lscpu.cpu(s): 16 lscpu.cpu_family: 6 lscpu.cpu_mhz: 2394.163 lscpu.cpu_op-mode(s): 32-bit, 64-bit lscpu.flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm tpr_shadow vnmi flexpriority ept vpid dtherm ida lscpu.l1d_cache: 32K lscpu.l1i_cache: 32K lscpu.l2_cache: 256K lscpu.l3_cache: 8192K lscpu.model: 26 lscpu.model_name: Intel(R) Xeon(R) CPU E5530 @ 2.40GHz lscpu.numa_node(s): 2 lscpu.numa_node0_cpu(s): 0,2,4,6,8,10,12,14 lscpu.numa_node1_cpu(s): 1,3,5,7,9,11,13,15 lscpu.on-line_cpu(s)_list: 0-15 lscpu.socket(s): 2 lscpu.stepping: 5 lscpu.thread(s)_per_core: 2 lscpu.vendor_id: GenuineIntel lscpu.virtualization: VT-x Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:2083 |