Description of problem: This is related to Bug #849558. We need the deployment guide updated to state that users must fix the file ownership in order for the Broker's Apache instance to be able to write to /var/log/mcollective-client.log. chown root:apache /var/log/mcollective-client.log
Correction, this should be: chown apache:root /var/log/mcollective-client.log
I'm not quite sure what exactly to update in the Deployment Guide. Can you please point me to the section that is impacted by this?
In Section 5.6 we need to add that command somewhere. Without it the broker will not be able to log to that file. This is not something we can do in the broker RPM because that file is not owned by any package. It would make sense to have the command run right after the "Configuring the MCollective Client" section because that is where we first mention /var/log/mcollective-client.log
This will be fixed in the next release.
These are released AFAIK, apparently not in the errata release.