OS: Fedora Linux 11<br>Spacewalk: 0.6<br>I download special script (create_channel.py) for registarion client from CLI and added 3 channel with 32-Bit architecture and all OK:<br>Fedora 11 32-Bit<br>RHEL 4.7 32-bit<br>RHEL 5.3 32-bit<br>
<br>But when i try adding the channel with x86_64 arch, see next:<br><br>[root@satellite iso]# /home/kripton/Download/create_channel.py \<br>--user=jess --password=12345 --label=rhel-5.3-x86_64 \<br>--name "RHEL 5.3 64-bit" --summary "64-bit RHEL 5.3 channel"<br>
<br>[root@satellite iso]# find . -name "*rpm" | xargs rhnpush \<br>--channel=rhel-5.3-x86_64 --server=<a href="http://localhost/APP">http://localhost/APP</a> \<br>-v --tolerant -u jess -p 12345<br>Connecting to <a href="http://localhost/APP">http://localhost/APP</a><br>
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.AttributeError'> ignored<br>error: rpmts_HdrFromFdno: MD5 digest: BAD Expected(479190e94916168bdc15312eb8b20df1) != (047241ffa4ccab9fb231f67d313ad6ee)<br>
error: rpmts_HdrFromFdno: MD5 digest: BAD Expected(87fda25e1b187ac59477906bca202b34) != (36523818d30765395df4978e9f8c65c7)<br>error: rpmts_HdrFromFdno: MD5 digest: BAD Expected(a47d32ff2c253906585c59b3283bef09) != (43cac26653a5804fc6dd816616772c40)    <br>
.........<br>Error Message:<br>    Package arch x86_64 incompatible with channel rhel-5.3-x86_64<br>Error Class Code: 50<br>Error Class Info: Invalid information uploaded to the server<br>xargs: rhnpush: exited with status 255; aborting<br>
<br>This channel don't register all RPMs from ISO image and i see 0 packets on Spacewalk => Channels Anybody can help me please? <br>