<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>Hi, I am working on </span><span>rhn-clone-errata.py</span><span> now. I've made the following changes to it:<br><br></span></div><div>userRHN = 'myRHNusername'<br>passRHN = 'myRHNpassword'<br><span></span></div><div><span></span> 'rhel-i386-server-5':   'spacewalk_channel_rhel_5_i386',</div><div><br></div># python /root/rhn-clone-errata.py -s localhost -l swusername -p swpassword -c spacewalk_channel_rhel_5_i386 --publish --verbose<br><div>^C (Control+c)<br>Traceback (most recent call last):<br>  File "/root/rhn-clone-errata.py", line 643, in <module><br>    main()<br>  File "/root/rhn-clone-errata.py", line 559, in main<br>    if chanMap[options.src_channel] is None:<br>KeyError: 'spacewalk_channel_rhel_5_i386'<br><br># python /root/rhn-clone-errata.py -s
 localhost -l swusername -p swpassword --publish --verbose<br>^C (Control+c)<br>Traceback (most recent call last):<br>  File "/root/rhn-clone-errata.py", line 643, in <module><br>    main()<br>  File "/root/rhn-clone-errata.py", line 559, in main<br>    if chanMap[options.src_channel] is None:<br>KeyError: None<br></div><div><br></div><div>Why did it not show any output and I have to use "Control+c" to stop the process? What else do I need to modified in <span> </span><span>rhn-clone-errata.py?</span><span> </span>
</div>
<div><br></div><div>Thank you in advance!<br>
</div>
<div><br></div><div>nz<br></div></div></body></html>