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 823578 - spice-xpi: don't prepend "s" to usbredir, smartcard and tunnel channels
Summary: spice-xpi: don't prepend "s" to usbredir, smartcard and tunnel channels
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: spice-xpi
Version: 6.3
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: 6.3
Assignee: Alon Levy
QA Contact: Desktop QE
URL:
Whiteboard:
Depends On:
Blocks: 826592
TreeView+ depends on / blocked
 
Reported: 2012-05-21 14:58 UTC by Alon Levy
Modified: 2012-06-20 14:48 UTC (History)
7 users (show)

Fixed In Version: spice-xpi-2.7-20.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-06-20 14:48:44 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2012:0956 0 normal SHIPPED_LIVE spice-xpi enhancement update 2012-06-19 21:12:18 UTC

Description Alon Levy 2012-05-21 14:58:41 UTC
Description of problem:
This is related to #790416

When receiving the list of channels over the spice controller interface from rhev-m/ovirt, we need to handle the prepended 's' by removing it so that spice clients get the name of the channel unmangled.

Comment 2 Alon Levy 2012-05-21 15:12:36 UTC
From 59295182c102eb4e19cba3d4d641eb96f7c4aa75 Mon Sep 17 00:00:00 2001
From: Alon Levy <alevy>
Date: Wed, 9 May 2012 11:49:43 +0300
Subject: [PATCH] SetSSLChannels: add ssmartcard, susbredir, stunnel

Adding some more channels to the RHEL 5 list. The longer winded story is
that ovirt-engine passes us those values because vdsm unconditionally
removes the first letter of every channel name in the secure channels
list (aka SSLChannels here). Instead of changing vdsm, and dealing with
multiple vdsm versions for each cluster, a huge PITA, let spice-xpi
parse some extra channel names.

RHBZ: 823578
---
 SpiceXPI/src/plugin/plugin.cpp |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/SpiceXPI/src/plugin/plugin.cpp b/SpiceXPI/src/plugin/plugin.cpp
index 906c985..b7f61ba 100644
--- a/SpiceXPI/src/plugin/plugin.cpp
+++ b/SpiceXPI/src/plugin/plugin.cpp
@@ -337,7 +337,8 @@ void nsPluginInstance::SetSSLChannels(const char *aSSLChannels)
      */
     const char* chan_names[] = {
         "smain", "sdisplay", "sinputs",
-        "scursor", "splayback", "srecord"
+        "scursor", "splayback", "srecord",
+        "susbredir", "ssmartcard", "stunnel"
     };
     const int nnames = sizeof(chan_names) / sizeof(chan_names[0]);
 
-- 
1.7.10.1

Comment 8 errata-xmlrpc 2012-06-20 14:48: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.

http://rhn.redhat.com/errata/RHEA-2012-0956.html


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