Bug 1127762
| Summary: | "remote-viewer file.vv" tries to load $HOME/.spicec/truststore.pem file | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | David Jaša <djasa> |
| Component: | virt-viewer | Assignee: | Jonathon Jongsma <jjongsma> |
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 | CC: | codong, dblechte, desktop-qa-list, dyuan, fidencio, jjongsma, juzhou, mkrcmari, mzhan, rbalakri, tzheng |
| Target Milestone: | rc | ||
| Target Release: | 7.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause: virt-viewer tried to load the cert-file based on "ca-file" property, even when launched with a .vv file.
Consequence: An additional cert-file was being loaded wrongly.
Fix: Set the "ca-file" property to NULL when lauching virt-viewer with a .vv file.
Result: virt-viewer will use only the cert-file provided by the .vv file.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-03-05 13:39:37 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: | |||
|
Description
David Jaša
2014-08-07 13:52:34 UTC
Needs QA ack Steps, 1. Prepare a spice guest on rhevm and download the .vv file 2. # remote-viewer console.vv --debug --spice-debug ... (remote-viewer:15755): GSpice-WARNING **: loading ca certs from /root/.spicec/spice_truststore.pem failed ... VERIFY with virt-viewer-0.6.0-7.el7.x86_64 Result: No log for touch CA in local dir. ... (remote-viewer:16088): GSpice-DEBUG: spice-channel.c:2187 display-2:0: Load CA, file: (null), data: 0xe5ed70 ... As the result, set 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, 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://rhn.redhat.com/errata/RHBA-2015-0295.html |