Description of problem: /usr/bin/katello-rhsm-consumer has bad redirects for STDERR, resulting in files named /1 that contain: $ cat /1 Stopping goferd[ OK ] Starting goferd[ OK ] $ grep -n '2&>1' /usr/bin/katello-rhsm-consumer 255: systemctl reload docker >/dev/null 2&>1 258: service docker reload >/dev/null 2&>1 265: service goferd restart >/dev/null 2&>1 Version-Release number of selected component (if applicable): 6.4.1 How reproducible: 100% of the time Steps to Reproduce: 1.grep -n '2&>1' /usr/bin/katello-rhsm-consumer Alternatively: 1. yum -y remove "katello-ca-consumer*" --disablerepo=* --noplugins 2. yum -y localinstall "${SAT_SERVER}/pub/katello-ca-consumer-latest.noarch.rpm" --disablerepo=* --noplugins This is from the official Satellite documentation for reinstalling this package when updating certificates on Satellite. Actual results: $ cat /1 Stopping goferd[ OK ] Starting goferd[ OK ] Expected results: No output is redirected to /dev/null, and no files are created. Additional info:
This one has been fixed with: https://github.com/theforeman/puppet-certs/commit/22d44456741686c50aa1b6760f12f398d0e0bbec#diff-aad4d37a11e8099dfec9d8ad8c38dec0