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 2094641 - The comment for "listen_tcp" in virtproxyd.conf needs to update
Summary: The comment for "listen_tcp" in virtproxyd.conf needs to update
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: libvirt
Version: 9.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Peter Krempa
QA Contact: yafu
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-06-08 03:48 UTC by yafu
Modified: 2023-05-09 08:06 UTC (History)
5 users (show)

Fixed In Version: libvirt-8.7.0-1.el9
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-05-09 07:26:34 UTC
Type: Bug
Target Upstream Version: 8.6.0
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-124608 0 None None None 2022-06-08 03:55:36 UTC
Red Hat Product Errata RHBA-2023:2171 0 None None None 2023-05-09 07:27:25 UTC

Description yafu 2022-06-08 03:48:16 UTC
Description of problem:
The comment for "listen_tcp" in virtproxyd.conf needs to update, because virtproxyd process does not support "--listen" option.

Version-Release number of selected component (if applicable):
libvirt-8.4.0-1.el9.x86_64

How reproducible:
100%

Steps to Reproduce:
1.Check the comment for "listen_tcp" in virtproxyd.conf
#cat /etc/libvirt/virtproxyd.conf
...
# Listen for unencrypted TCP connections on the public TCP/IP port.
# NB, must pass the ***--listen flag to the virtproxyd process *** for this to
# have any effect.
#
# This setting is not required or honoured if using systemd socket
# activation.
#
# Using the TCP socket requires SASL authentication by default. Only
# SASL mechanisms which support data encryption are allowed. This is
# DIGEST_MD5 and GSSAPI (Kerberos5)
#
# This is disabled by default, uncomment this to enable it.
#listen_tcp = 1


2.
3.

Actual results:
virtproxyd does not support "--listen" option, so should remove this part 
in the comment.

Expected results:


Additional info:

Comment 1 Peter Krempa 2022-07-13 07:53:46 UTC
Upstream commit:

commit b8e94066f078977906effad7e54e9320f5d1fd98
Author: Peter Krempa <pkrempa>
Date:   Tue Jul 12 12:45:52 2022 +0200

    remote: conf: Mention that 'virtproxyd' doesn't require the '--listen' flag
    
    'virtproxyd' doesn't have the '--listen' parameter and it's enough just
    to enable the corresponding option in the config.
    
    The config file is generic for all the daemons and we just omit/adjust
    some sections. Adding a separate mechanism to omit the note about the
    '--listen' parameter would be overkill so mention explicitly that it's
    required only for libvirtd and not virtproxyd.
    
    The section is omitted for other daemons.
    
    Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2094641
    Signed-off-by: Peter Krempa <pkrempa>
    Reviewed-by: Pavel Hrdina <phrdina>

diff --git a/src/remote/libvirtd.conf.in b/src/remote/libvirtd.conf.in
index defe6b83d0..80a98b1529 100644
--- a/src/remote/libvirtd.conf.in
+++ b/src/remote/libvirtd.conf.in
@@ -8,8 +8,10 @@
 #

 # Flag listening for secure TLS connections on the public TCP/IP port.
-# NB, must pass the --listen flag to the @DAEMON_NAME@ process for this to
-# have any effect.
+#
+# To enable listening sockets with the 'libvirtd' daemon it's also required to
+# pass the '--listen' flag on the commandline of the daemon.
+# This is not needed with 'virtproxyd'.


The documentation was changed so that it mentions that only 'libvirtd' requires the '--listen' flag.

v8.5.0-81-gb8e94066f0

Comment 2 Jiri Denemark 2022-07-15 13:53:50 UTC
All patches pushed after 8.5.0 upstream release need to be backported to make
it into RHEL 9.1.0.

Comment 3 Peter Krempa 2022-07-15 18:14:01 UTC
Moving to 9.2

Comment 5 yafu 2022-09-22 06:47:55 UTC
Tested pass with libvirt-8.7.0-1.el9.x86_64.

Comment 8 yafu 2022-09-28 02:02:52 UTC
Verified with libvirt-8.7.0-1.el9.x86_64.

Comment 10 errata-xmlrpc 2023-05-09 07:26:34 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 (libvirt bug fix and enhancement update), 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-2023:2171


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