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.

Bug 801252

Summary: from virt-manager: /usr/lib64/libspice-client-glib-2.0.so.1: undefined symbol: usbredirhost_get_guest_filter
Product: Red Hat Enterprise Linux 6 Reporter: zhe peng <zpeng>
Component: spice-gtkAssignee: Hans de Goede <hdegoede>
Status: CLOSED NOTABUG QA Contact: Desktop QE <desktop-qa-list>
Severity: high Docs Contact:
Priority: high    
Version: 6.3CC: acathrow, cfergeau, dblechte, gkong, jwu, marcandre.lureau, mkenneth, mzhan, rwu, yupzhang
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-15 08:40:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
guest xml file none

Description zhe peng 2012-03-08 03:46:15 UTC
Description of problem:
virt-manager can't open guest with spice graphic

Version-Release number of selected component (if applicable):
libvirt-0.9.10-4.el6.x86_64
virt-manager-0.9.0-10.el6.x86_64
spice-glib-0.10-1.el6.x86_64
python-virtinst-0.600.0-7.el6

How reproducible:
always

Steps to Reproduce:
1.Launch virt-manager,start a VM with spice graphic

  
Actual results:
the guest can't display graphical console,virt-manager have an error virt-manager debug log:
 2012-03-07 04:59:01,705 (engine:471): window counter incremented to 2
 2012-03-07 04:59:01,712 (config:172): Error importing spice:
 /usr/lib64/libspice-client-glib-2.0.so.1: undefined symbol:
 usbredirhost_get_guest_filter
 2012-03-07 04:59:01,713 (console:1056): Don't know how to show
 graphics type 'spice' disabling console page
 

Expected results:
the guest can display.

Additional info:
 use virt-viewer-0.5.1-1.el6 can open guest normally.

Comment 1 zhe peng 2012-03-08 03:47:06 UTC
Created attachment 568474 [details]
guest xml file

Comment 3 Cole Robinson 2012-03-08 13:19:37 UTC
Does updating spice\* make any difference?

Comment 4 Christophe Fergeau 2012-03-10 15:42:08 UTC
Latest usbredir is needed.

Comment 5 Marc-Andre Lureau 2012-03-14 18:55:36 UTC
Hans, still doing some builds?

Comment 6 Hans de Goede 2012-03-14 19:07:03 UTC
zhe peng, make sure you've this version of usbredir installed:
https://brewweb.devel.redhat.com/buildinfo?buildID=201772

That should fix your issue.

Comment 7 zhe peng 2012-03-15 03:11:01 UTC
Hans,thanks,install usbredir-0.4.2-1.el6,the guest can be display in virt-manager without error, i thought this bug can be closed.