RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1519512 - Package profile upload failed if rpm vendor contains latin character
Summary: Package profile upload failed if rpm vendor contains latin character
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: subscription-manager
Version: 7.4
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: rc
: ---
Assignee: Kevin Howell
QA Contact: Red Hat subscription-manager QE Team
Filip Hanzelka
URL:
Whiteboard:
Depends On:
Blocks: 1544768
TreeView+ depends on / blocked
 
Reported: 2017-11-30 19:45 UTC by Hao Chang Yu
Modified: 2021-09-09 12:53 UTC (History)
11 users (show)

Fixed In Version: subscription-manager-1.20.10-1
Doc Type: Release Note
Doc Text:
*subscription-manager* reports an *RPM* package if its vendor contains non-UTF8 characters Previously, the *subscription-manager* utility assumed UTF-8 data in the *RPM* package vendor field. Consequently, if an *RPM* installed on the system contained a vendor with non-UTF8 characters, the *subscription-manager* failed to report the packages. With this update, the *subscription-manager* has been updated to ignore encoding issues in the *RPM* package vendor field. As a result, *subscription-manager* reports a package profile correctly even if the installed *RPM* has a non-UTF8 vendor.
Clone Of:
: 1544768 (view as bug list)
Environment:
Last Closed: 2018-04-10 09:52:44 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github candlepin subscription-manager pull 1761 0 None closed 1519512: Handle non-UTF8 RPM vendors 2020-11-17 16:35:07 UTC
Red Hat Product Errata RHBA-2018:0681 0 None None None 2018-04-10 09:53:21 UTC

Description Hao Chang Yu 2017-11-30 19:45:12 UTC
Getting the following error when the vendor of rpm contains latin character.

Description of problem:
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python2.6/json/__init__.py", line 230, in dumps
    return _default_encoder.encode(obj)
  File "/usr/lib64/python2.6/json/encoder.py", line 367, in encode
    chunks = list(self.iterencode(o))
  File "/usr/lib64/python2.6/json/encoder.py", line 309, in _iterencode
    for chunk in self._iterencode_dict(o, markers):
  File "/usr/lib64/python2.6/json/encoder.py", line 275, in _iterencode_dict
    for chunk in self._iterencode(value, markers):
  File "/usr/lib64/python2.6/json/encoder.py", line 294, in _iterencode
    yield encoder(o)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xf6 in position 9: invalid start byte

0xf6 is 'ΓΆ' in latin character.


[1] https://docs.python.org/2/library/json.html
-------------
json.dumps(obj, skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, cls=None, indent=None, separators=None, encoding="utf-8", default=None, sort_keys=False, **kw)
-------------


Based on the above documentation, the default encoding for json.dumps is 'utf8'.

Comment 3 Chris Snyder 2017-12-04 15:27:05 UTC
What version of subscription-manager and python-rhsm are being used here?

Comment 4 Michal Dekan 2017-12-11 09:42:18 UTC
(In reply to Chris Snyder from comment #3)
> What version of subscription-manager and python-rhsm are being used here?

Checking sosreport from RHEL6 client in attached case, these packages are installed:

python-rhsm-1.18.6-1.el6.x86_64
python-rhsm-certificates-1.18.6-1.el6.x86_64
subscription-manager-1.18.10-1.el6.x86_64

Comment 10 Jan Stavel 2018-02-13 19:10:20 UTC
Hello everybody I am wondering how a simple testscenarion looks like to verify this case.

Comment 18 errata-xmlrpc 2018-04-10 09:52:44 UTC
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-2018:0681


Note You need to log in before you can comment on or make changes to this bug.