<div dir="ltr"><div>I get the following error when I try to sync my erratas:<br></div><div><br>[root@spacewalk spacewalk_scripts]# ./redhat-clone-errata.sh<br>WARNING: channel.software.listErrata returned an error: Fault returned from XML RPC Server, fault code -210: No such channel<br>
<br>WARNING: channel.software.listErrata returned an error: Fault returned from XML RPC Server, fault code -210: No such channel<br><br></div><div>I'm not sure if its the channel names as seen on my spacewalk server or the ones used by the RHN that i need to put on redhat-clone-errata.sh.<br>
</div>Important bits from my redhat-clone-errata.sh:<br><div><br># now do the import<br># change the channel parameter to your liking<br>#   and add the option "--redhat-channel <RHN channel name>" if the channel name if not the same as in your spacewalk server<br>
./<a href="http://ya-errata-import.pl">ya-errata-import.pl</a> --server $SPACEWALK --channel rhel5.i386-updates --redhat-channel rhel5-i386-server-5 --os-version 5 --publish --redhat --rhn-proxy=xxx --startfromprevious twoweeks --quiet<br>
<br>./<a href="http://ya-errata-import.pl">ya-errata-import.pl</a> --server $SPACEWALK --channel rhel5.x86_64-updates --os-version 5 --publish --redhat --rhn-proxy=xxx --startfromprevious twoweeks --quiet<br><br></div><div>
My channels in my spacewalk server:<br><table class="" id="channel-list" cellpadding="0" cellspacing="0" width="100%"><tbody><tr class="" id="id101"><td class="" style="text-align:left">
         
            
            RHEL_5_i386_UPDATES
         
      </td>
   
   

   
      
        
          <td style="text-align:right">
            Spacewalk Default Organization
          </td>
        
        
      
   
   
<td style="text-align:right">
      2671
</td>
   
      <td class="" style="text-align:right">
         
            
            11
         
      </td>
   
   
</tr>
<tr class="" id="id102">

   
      <td class="" style="text-align:left">RHEL_5_x86_64_UPDATES
         
      </td>
   
   

   
      
        
          <td style="text-align:right">
            Spacewalk Default Organization
          </td>
        
        
      
   
   
<td style="text-align:right">
      3419
</td>
   
      <td class="" style="text-align:right">
         
            
            1
         
      </td></tr></tbody></table><br></div></div>