Description of problem: rhncfg-client verify fails with traceback. Version-Release number of selected component (if applicable): How reproducible: spacewalk clients 1.0 + nightly Steps to Reproduce: 1. enale selinux 2. install rhncfg-client 3. deploy some file 4. run all rhncfg-client commands, except verify 5. all passed 6. run rhncfg-client verify 7. fails Actual results: rhncfg-client verify Traceback (most recent call last): File "/usr/bin/rhncfg-client", line 34, in <module> sys.exit(Main().main() or 0) File "/usr/share/rhn/config_common/rhn_main.py", line 187, in main handler.run() File "/usr/share/rhn/config_client/rhncfgcli_verify.py", line 83, in run ret_dict = self._process_file(src, dst, file, ftype, file_info) File "/usr/share/rhn/config_client/rhncfgcli_verify.py", line 243, in _process_file src_selinux = info['selinux_ctx'] KeyError: 'selinux_ctx' Expected results: rhncfg-client verify modified /etc/motd (or other file deployed) Additional info:
Works for me with rhncfg-client-5.9.26-1.fc13.noarch Please reopen if you disagree.
Actually, I think I found the valid reproducer for this -- you need to be registered w/ RHN or RHN Satellite 5.3.0 and older.
spacewalk.git master: 5e60c4bcbcd6bae58c0dc161ad2886af4c115e95
Spacewalk 1.1 has been released.