Hide Forgot
Description of problem: When I use: rhn-channel -l (list channels) on machine that was not registered into RHN/Satellite, I get traceback. Version-Release number of selected component (if applicable): RHEL6 rhn-setup-1.0.0-38 (48) How reproducible: Always Steps to Reproduce: 1. Install new machine 2. DONT register it 3. rhn-channel -l Actual results: Traceback (most recent call last): File "/usr/sbin/rhn-channel", line 139, in <module> main() File "/usr/sbin/rhn-channel", line 125, in main channels = map(lambda x: x['label'], getChannels().channels()) File "/usr/share/rhn/up2date_client/rhnChannel.py", line 97, in getChannels raise up2dateErrors.NoSystemIdError(_("Unable to Locate SystemId")) up2date_client.up2dateErrors.NoSystemIdError: Unable to Locate SystemId Expected results: Just message that machine is not registered. Additional info:
taking