Description of problem: cobbler check wants cman installed to use the power management modules, even though it already is installed. Version-Release number of selected component (if applicable): cobbler-1.6.2-1.fc11.noarch cman-3.0.0-15.rc1.fc11.i586 How reproducible: every time Steps to Reproduce: 1. install cobbler 2. install cman 3. cobbler check Actual results: [jhunt@jhunt ~] -> sudo cobbler check /usr/lib/python2.6/site-packages/Cheetah/CacheRegion.py:30: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md5 The following potential problems were detected: #0: change 'disable' to 'no' in /etc/xinetd.d/tftp #1: since iptables may be running, ensure 69, 80, and 25151 are unblocked #2: fencing tools were not found, and are required to use the (optional) power management features. install cman to use them Expected results: no information about sman not being installed. Additional info:
Thanks for the heads up, I've copied this over to Trac here so we don't lose it. https://fedorahosted.org/cobbler/ticket/444
F11 has a package called 'fence-agents' rather than cman, which is why the check message is wrong. We have this fixed for 1.8, cobbler will require this package on that OS.