Bug 2124446
Summary: | Can not copy/paste from host to guest after restart spice-vdagentd.service | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Hongzhou Liu <hongzliu> |
Component: | qemu-kvm | Assignee: | Marc-Andre Lureau <marcandre.lureau> |
qemu-kvm sub component: | Graphics | QA Contact: | Guo, Zhiyi <zhguo> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | unspecified | CC: | coli, jinzhao, juzhang, juzhou, kraxel, mrezanin, virt-maint, zhetang, zhguo |
Version: | 9.1 | Keywords: | Triaged |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | qemu-kvm-7.2.0-1.el9 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-05-09 07:20:04 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 2135806 | ||
Bug Blocks: |
Description
Hongzhou Liu
2022-09-06 07:47:07 UTC
What's the guest OS & spice-vdagent version? Could you check if spice-vdagent (the user daemon, not the vdagentd root daemon) is still running? If not, did it crash? On fc36/fc36, spice-vdagent-0.22.1-1, I get a crash in vdagent_x11_do_read, because x11->display is NULL. I'll look into that. thanks (In reply to Marc-Andre Lureau from comment #1) > What's the guest OS & spice-vdagent version? > > Could you check if spice-vdagent (the user daemon, not the vdagentd root > daemon) is still running? If not, did it crash? > > On fc36/fc36, spice-vdagent-0.22.1-1, I get a crash in vdagent_x11_do_read, > because x11->display is NULL. I'll look into that. > > thanks I am running a RHEL9.1 guest on a RHEL-9.1 host with spice-vdagent-0.21.0-4.el9.x86_64, After I restart spice-vdagentd.service, is still running with no error occurs. Upstream patches: https://lists.nongnu.org/archive/html/qemu-devel/2022-09/msg01627.html QE bot(pre verify): Set 'Verified:Tested,SanityOnly' as gating/tier1 test pass. I'm able to reproduce this issue via the steps from the original report, buggy qemu used is qemu-kvm-7.1.0-6.el9.x86_64, vm used is rhel9.2 And I'm able to verify this issue against qemu-kvm-7.2.0-2.el9.x86_64. With qemu-kvm-7.2.0-2.el9.x86_64, I can do bi-direction(client <-> VM) copy paste without problem I also hit spice vdagent crash seems been noticed from https://bugzilla.redhat.com/show_bug.cgi?id=2124446#c1 And seems there is already a bug to track it: Bug 2145004 - On a RHEL 9 VM stopping and starting the spice-vdagentd results in a non-usable console The spice vdagent crash can be reproduced on both qemu-kvm-7.1.0-6.el9.x86_64 and qemu-kvm-7.2.0-2.el9.x86_64, so this is not a regression of the patches here, so I mark this bug verified 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 (Moderate: qemu-kvm security, 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/RHSA-2023:2162 |