Hide Forgot
Description of problem: rhts-compat does not work well with systemd. Any task in compatible mode will EWD. Version-Release number of selected component (if applicable): 0.6.12 How reproducible: 100% Steps to Reproduce: 1. provision F15 on any machine Actual results: External Watchdog Expected results: Pass Additional info: Workaround: Use following kickstart snippet in your job: <ks_appends> <ks_append> <![CDATA[ %post --log=/dev/console cat >> /etc/profile.d/task-overrides-rhts.sh <<END export RHTS_OPTION_COMPATIBLE= export RHTS_OPTION_COMPAT_SERVICE= END %end ]]> </ks_append> </ks_appends>
*** Bug 711583 has been marked as a duplicate of this bug. ***
As Dan pointed out, there is also missing dependency, python-simplejson, which is caused by LabController disabling fedora repos in the kickstart: > # Install new harness > yum -y --disablerepo=* --enablerepo=beaker-* install beah Bill, could we change the Fedora kickstart to contain the workaround as well as remove the '--disablerepo=* ...' part when installing harness?
This is not working on stage. Patch pushed to gerrit.
The problem is not 100% reproducible and the patch is incorrect - it just happened to work after applying the patch. Still not sure why the non-determinism. Bill, shall we close as WORKSFORME?
Sorry, this bug was incorrectly closed with the 0.7.3 release.
I'm fairly sure this is no longer an issue. Our kickstart templates are different now, although the same piece of code for disabling rhts_compat lives on (more or less). But our OS major version names are always consistent now, so I think it is working correctly.