Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
No this bug with ESX and Hyper-V mode, but it reproduced on Xen mode.
After name the guest on Xenserver with chinese words, virt-who will fail to send mapping info with below log:
*****rhsm.log
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/virtwho/virt/virt.py", line 371, in run
self._run()
File "/usr/lib/python2.6/site-packages/virtwho/virt/xen/xen.py", line 188, in _run
assoc = self.getHostGuestMapping()
File "/usr/lib/python2.6/site-packages/virtwho/virt/xen/xen.py", line 81, in getHostGuestMapping
vm = self.session.xenapi.VM.get_record(resident)
File "/usr/lib/python2.6/site-packages/virtwho/virt/xen/XenAPI.py", line 227, in __call__
return self.__send(self.__name, args)
File "/usr/lib/python2.6/site-packages/virtwho/virt/xen/XenAPI.py", line 132, in xenapi_request
result = _parse_result(getattr(self, methodname)(*full_params))
File "/usr/lib64/python2.6/xmlrpclib.py", line 1199, in __call__
return self.__send(self.__name, args)
File "/usr/lib64/python2.6/xmlrpclib.py", line 1489, in __request
verbose=self.__verbose
File "/usr/lib/python2.6/site-packages/virtwho/util.py", line 45, in request
return self.parse_response(resp)
File "/usr/lib/python2.6/site-packages/virtwho/util.py", line 52, in parse_response
p.feed(resp.text)
File "/usr/lib64/python2.6/xmlrpclib.py", line 601, in feed
self._parser.Parse(data, 0)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 657-662: ordinal not in range(128)
2017-03-01 17:01:36,678 [virtwho.sate-xen INFO] Xen-1(12637):MainThread @virt.py:run:391 - Waiting 60 seconds before retrying backend 'sate-xen'
Hi Chris
Many thanks for bringing this good news!
Customer is using satellite on RHEL7.3, while virt-who is installed on RHEL6.8. It's suggested customer to use virt-who on RHEL7.3, and they agreed.
So if we could include this fix in RHEL7.3.z, that would be really helpful for customers.
What's you opinion?
Hi Chris
Many thanks for bringing this good news!
Customer is using satellite on RHEL7.3, while virt-who is installed on RHEL6.8. It's suggested customer to use virt-who on RHEL7.3, and they agreed.
So if we could include this fix in RHEL7.3.z, that would be really helpful for customers.
What's you opinion?
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:1915
No this bug with ESX and Hyper-V mode, but it reproduced on Xen mode. After name the guest on Xenserver with chinese words, virt-who will fail to send mapping info with below log: *****rhsm.log Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/virtwho/virt/virt.py", line 371, in run self._run() File "/usr/lib/python2.6/site-packages/virtwho/virt/xen/xen.py", line 188, in _run assoc = self.getHostGuestMapping() File "/usr/lib/python2.6/site-packages/virtwho/virt/xen/xen.py", line 81, in getHostGuestMapping vm = self.session.xenapi.VM.get_record(resident) File "/usr/lib/python2.6/site-packages/virtwho/virt/xen/XenAPI.py", line 227, in __call__ return self.__send(self.__name, args) File "/usr/lib/python2.6/site-packages/virtwho/virt/xen/XenAPI.py", line 132, in xenapi_request result = _parse_result(getattr(self, methodname)(*full_params)) File "/usr/lib64/python2.6/xmlrpclib.py", line 1199, in __call__ return self.__send(self.__name, args) File "/usr/lib64/python2.6/xmlrpclib.py", line 1489, in __request verbose=self.__verbose File "/usr/lib/python2.6/site-packages/virtwho/util.py", line 45, in request return self.parse_response(resp) File "/usr/lib/python2.6/site-packages/virtwho/util.py", line 52, in parse_response p.feed(resp.text) File "/usr/lib64/python2.6/xmlrpclib.py", line 601, in feed self._parser.Parse(data, 0) UnicodeEncodeError: 'ascii' codec can't encode characters in position 657-662: ordinal not in range(128) 2017-03-01 17:01:36,678 [virtwho.sate-xen INFO] Xen-1(12637):MainThread @virt.py:run:391 - Waiting 60 seconds before retrying backend 'sate-xen'