![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Spacewalk 0.4 (Default branch) | iBot | Software Releases - RSS News | 0 | 01-16-2009 04:00 PM |
| problem adding NIM client | solaix14 | AIX | 1 | 01-04-2009 03:13 PM |
| problem after adding new ide disk | kumarmani | SUN Solaris | 16 | 12-30-2008 01:29 AM |
| Problem with adding in HP-UX | win_vin | UNIX for Dummies Questions & Answers | 1 | 01-19-2006 11:22 AM |
| timeout opening writing control channel /dev/initctl problem occur i cant shoudown | arunkumar_mca | UNIX for Advanced & Expert Users | 2 | 09-16-2005 07:01 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Spacewalk. Problem with adding the channel
OS: Fedora Linux 11
Spacewalk: 0.6 Installed by manual: https://fedorahosted.org/spacewalk/wiki/HowToInstall I download special script (create_channel.py) for registarion client from CLI and added 3 channel with 32-Bit architecture and all OK: Fedora 11 32-Bit RHEL 4.7 32-bit RHEL 5.3 32-bit But when i try adding the channel with x86_64 arch, see next: Code:
[root@satellite iso]# /home/kripton/Download/create_channel.py \
--user=jess --password=12345 --label=rhel-5.3-x86_64 \
--name "RHEL 5.3 64-bit" --summary "64-bit RHEL 5.3 channel"
[root@satellite iso]# find . -name "*rpm" | xargs rhnpush \
--channel=rhel-5.3-x86_64 --server=http://localhost/APP \
-v --tolerant -u jess -p 12345
Connecting to http://localhost/APP
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.AttributeError'> ignored
error: rpmts_HdrFromFdno: MD5 digest: BAD Expected(479190e94916168bdc15312eb8b20df1) != (047241ffa4ccab9fb231f67d313ad6ee)
error: rpmts_HdrFromFdno: MD5 digest: BAD Expected(87fda25e1b187ac59477906bca202b34) != (36523818d30765395df4978e9f8c65c7)
error: rpmts_HdrFromFdno: MD5 digest: BAD Expected(a47d32ff2c253906585c59b3283bef09) != (43cac26653a5804fc6dd816616772c40) .........
.........
.........
Error Message:
Package arch x86_64 incompatible with channel rhel-5.3-x86_64
Error Class Code: 50
Error Class Info: Invalid information uploaded to the server
xargs: rhnpush: exited with status 255; aborting
Anybody can help me please? And sorry for bad english ![]() |
|
||||
|
Today i tryed add SunOS Channel, and receive this :
Code:
$ rhnpush --server=http://localhost/APP --channel=solaris *.mpm --user=jess --password='12345'
Error Message:
Package arch i386-solaris-patch incompatible with channel solaris
Error Class Code: 50
Error Class Info: Invalid information uploaded to the server
|
|
||||
|
Problem with RHEL 64-Bit is solved.
Thanks to community of Spacewalk Project. You are must add key --channel-arch=channel-x86_64 to request create_channel.py command. Problem with SunOS fixed same. Last edited by jess_t03; 4 Weeks Ago at 01:11 AM.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|