Bug 808509

Summary: qemu-ga prints debug message while starting
Product: Red Hat Enterprise Linux 6 Reporter: Luiz Capitulino <lcapitulino>
Component: qemu-kvmAssignee: Jeff Cody <jcody>
Status: CLOSED DUPLICATE QA Contact: Virtualization Bugs <virt-bugs>
Severity: low Docs Contact:
Priority: unspecified    
Version: 6.3CC: acathrow, ajia, areis, bsarathy, dyasny, juzhang, mkenneth, qzhang, virt-maint
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-10-10 18:45:27 UTC Type: ---
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:    
Bug Blocks: 820481, 831387    

Description Luiz Capitulino 2012-03-30 14:50:31 UTC
Description of problem:

While starting qemu-ga will print the following debug message:

  "Starting qemu-ga: ** (process:1330): DEBUG: starting daemon"

This happens here:

    if (daemonize) {
        g_debug("starting daemon");
        become_daemon(pidfile);
    }

Version-Release number of selected component (if applicable):
qemu-guest-agent-0.12.1.2-2.265.el6.x86_64.rpm

How reproducible:


Steps to Reproduce:
1. install the qemu-guest-agent package
2. # service qemu-ga start
  
Actual results:
Debug message is printed.

Expected results:
No debug message.

Comment 1 Jeff Cody 2012-05-09 15:35:15 UTC
In addition to debug prints from starting the daemon, if you specify commands in the blacklist, a debug print is issued for each blacklisted command.  There may be others too, from different paths, so we will want to check all debug prints.

Comment 2 RHEL Program Management 2012-07-10 08:33:52 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.

Comment 3 RHEL Program Management 2012-07-11 02:04:46 UTC
This request was erroneously removed from consideration in Red Hat Enterprise Linux 6.4, which is currently under development.  This request will be evaluated for inclusion in Red Hat Enterprise Linux 6.4.

Comment 4 Jeff Cody 2012-10-10 18:45:27 UTC
This has been resolved already with commits 0925f73 and 67ef572 (BZ 827612)

*** This bug has been marked as a duplicate of bug 827612 ***