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 1406812 - [rebranding] Change vdagent-win service name to "Spice Agent"
Summary: [rebranding] Change vdagent-win service name to "Spice Agent"
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: spice-vdagent-win
Version: ---
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: rc
: ---
Assignee: Default Assignee for SPICE Bugs
QA Contact: SPICE QE bug list
URL:
Whiteboard:
Depends On: 1432533
Blocks: 1405599
TreeView+ depends on / blocked
 
Reported: 2016-12-21 14:35 UTC by Christophe Fergeau
Modified: 2019-10-10 14:20 UTC (History)
10 users (show)

Fixed In Version: vdagent-win-4.1-2
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2017:1062 0 normal SHIPPED_LIVE spice-vdagent-win bug fix and enhancement update 2017-04-18 21:03:01 UTC

Description Christophe Fergeau 2016-12-21 14:35:03 UTC
Just noticed
vdservice/vdservice.cpp:#define VD_SERVICE_DISPLAY_NAME TEXT("RHEV Spice Agent")

This should be changed to "RHV Spice Agent".

Comment 1 David Blechter 2016-12-21 14:46:07 UTC
(In reply to Christophe Fergeau from comment #0)
> Just noticed
> vdservice/vdservice.cpp:#define VD_SERVICE_DISPLAY_NAME TEXT("RHEV Spice
> Agent")
> 
> This should be changed to "RHV Spice Agent".

This should be changed to "Spice Agent"

Comment 2 Uri Lublin 2016-12-22 18:44:55 UTC
A patch fixing this bug:
https://lists.freedesktop.org/archives/spice-devel/2016-December/034747.html

Comment 4 Andrei Stepanov 2017-01-04 16:23:11 UTC
For bug verification:

1. Run: cmd.exe
2. Run: sc getdisplayname vdservice

C:\Users\test>sc getdisplayname vdservice
[SC] GetServiceDisplayName SUCCESS
Name = RHEV Spice Agent

OR

Run: "services" cmd and find a service in question.

Comment 5 Andrei Stepanov 2017-01-04 16:32:09 UTC
C:\Users\test>sc queryex type= service state= all | find /i "spice"
DISPLAY_NAME: RHEV Spice Agent

or

C:\Users\test>net start | find /i "spice"
   RHEV Spice Agent

or

services.msc

Comment 6 Andrei Stepanov 2017-03-15 14:57:34 UTC
According to comment #2: https://bugzilla.redhat.com/show_bug.cgi?id=1406812#c2
this bug was fixed in vdagent-win-4.1-2.

But,  4.1.1.3-0.1.el7/rhv-4.1.1-5  still has next package:

rhev-guest-tools-iso-4.1-4.el7ev.noarch which has vdagent-win-4.1-1

# rpm -qf /usr/share/rhev-guest-tools-iso/RHEV-toolsSetup_4.1_4.iso  --changelog
* Sun Feb 19 2017 Lev Veyde <lveyde> 4.1-4
- Updates:  rhev-agent-msi-4.41-2
- Based on: rhev-agent-binaries-4.41-2

* Thu Dec 22 2016 Lev Veyde <lveyde> 4.1-3
- Updates:  rhev-agent-msi-4.41-1 rhev-balloon-msi-4.41-1 rhev-vioscsi-msi-4.41-1
            rhev-block-msi-4.41-1 rhev-network-msi-4.41-1 rhev-serial-msi-4.41-1
            rhev-spice-agent-msi-4.41-1 rhev-spice-guest-msi-4.41-1 rhev-sso-msi-4.41-1
            rhev-rng-msi-4.41-1 qemu-ga-msi-4.41-1 rhev-apt-4.41-1
- Based on: rhev-agent-binaries-4.41-1 virtio-win-1.9.0-3.el7 vdagent-win-4.1-1
            qxl-win-0.1-24 qemu-ga-win-7.3.2-1

- Initial build for RHEV 4.1

Comment 10 Andrei Stepanov 2017-04-04 08:43:42 UTC
C:\Users\test>sc queryex type= service state= all | find /i "spice"
DISPLAY_NAME: Spice Agent

C:\Users\test>net start | find /i "spice"
   Spice Agent

Tested on rhv41 4.1.1.7-0.1.el7 / BUILD VERSION: 4.1.1-8

rpm -qf /usr/share/rhev-guest-tools-iso/RHEV-toolsSetup_4.1_5.iso  --changelog
* Tue Mar 28 2017 Lev Veyde <lveyde> 4.1-5
- Updates:  rhev-spice-agent-msi-4.41-2 qemu-ga-msi-4.41-2
- Based on: vdagent-win-4.1-2 qemu-ga-win-7.4.3-1


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