Hide Forgot
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.
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.
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.
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.
This has been resolved already with commits 0925f73 and 67ef572 (BZ 827612) *** This bug has been marked as a duplicate of bug 827612 ***