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 867983 - qemu-ga: empty reason string for OpenFileFailed error
Summary: qemu-ga: empty reason string for OpenFileFailed error
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: qemu-kvm
Version: 6.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Luiz Capitulino
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-18 19:15 UTC by Luiz Capitulino
Modified: 2013-02-21 07:40 UTC (History)
11 users (show)

Fixed In Version: qemu-kvm-0.12.1.2-2.330.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-21 07:40:24 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2013:0527 0 normal SHIPPED_LIVE qemu-kvm bug fix and enhancement update 2013-02-20 21:51:08 UTC

Description Luiz Capitulino 2012-10-18 19:15:24 UTC
Description of problem:

The series that fixed bug 806775, forgot to update qemu-ga and now its reason string for the OpenFileFailed error is empty.


Version-Release number of selected component (if applicable): qemu-kvm-0.12.1.2-2.323.el6


How reproducible:


Steps to Reproduce:
1. Run qemu-ga in the guest and try to open a not existing file:

{ "execute": "guest-file-open", "arguments": { "path": "/tmp/jnaskjd" } }
  
Actual results:

No reason is given:

{ "error": { "class": "OpenFileFailed",
             "desc": "Could not open '/tmp/jnaskjd': ",
             "data": {"filename": "/tmp/jnaskjd",
             "__com.redhat_error_message": "" } } }


Expected results:

Give the error reason:

{ "error": { "class": "OpenFileFailed",
             "desc": "Could not open '/tmp/jnaskjd': No such file or directory",
             "data": { "filename": "/tmp/jnaskjd",
             "__com.redhat_error_message": "No such file or directory" } } }

Additional info:

Comment 4 mazhang 2012-11-07 06:08:47 UTC
Reproduced this bug.
qemu-kvm-0.12.1.2-2.316.el6.x86_64.rpm
qemu-guest-agent-0.12.1.2-2.316.el6.x86_64.rpm


Steps to Reproduce:
1. Run qemu-ga in the guest and try to open a not existing file:

{ "execute": "guest-file-open", "arguments": { "path": "/tmp/jnaskjd" } }

Actual results:
[root@m1 ~]# nc -U /tmp/qga.sock 
{ "execute": "guest-file-open", "arguments": { "path": "/tmp/jnaskjd" }}
{"error": {"class": "OpenFileFailed", "data": {"filename": "/tmp/jnaskjd"}}}

Comment 5 mazhang 2012-11-07 06:13:20 UTC
Verified this bug on:
qemu-kvm-0.12.1.2-2.334.el6.x86_64.rpm
qemu-guest-agent-0.12.1.2-2.334.el6.x86_64.rpm


Steps:
1. Run qemu-ga in the guest and try to open a not existing file:

{ "execute": "guest-file-open", "arguments": { "path": "/tmp/jnaskjd" } }


Actual results:
[root@m1 ~]# nc -U /tmp/qga.sock
{ "execute": "guest-file-open", "arguments": { "path": "/tmp/jnaskjd" }}
{"error": {"class": "OpenFileFailed", "desc": "Could not open '/tmp/jnaskjd':
No such file or directory", "data": {"filename": "/tmp/jnaskjd",
"__com.redhat_error_message": "No such file or directory"}}


we can got error information:"No such file or directory"
so this bug was fixed.

Comment 7 errata-xmlrpc 2013-02-21 07:40:24 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/RHBA-2013-0527.html


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