Spacewalk. Problem with adding the channel

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Spacewalk. Problem with adding the channel
# 1  
Old 10-23-2009
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

This channel don't register all RPMs from ISO image and i see 0 packets on Spacewalk => Channels Smilie Anybody can help me please? And sorry for bad english Smilie
# 2  
Old 10-28-2009
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

# 3  
Old 10-29-2009
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; 10-29-2009 at 02:11 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Spacewalk clone-by-date channel and kickstart

I'm using Spacewalk 2.6 and successfully created base CentOS 6 and 7 channels and can kickstart off those. However, I recently created 6.8 and 7.2 cloned channels with the spacewalk-clone-by-date command, but cannot kickstart from those. It seems that I may need to setup a kickstartable tree... (0 Replies)
Discussion started by: regis123
0 Replies

2. Red Hat

Corresponding Spacewalk/Satellite versions?

Can anyone point me towards a list that shows which Satellite versions roughly align with which Spacewalk versions, in terms of functionality? Thanks in advance, Akbar. (2 Replies)
Discussion started by: akbar
2 Replies

3. Programming

Problem with Mux channel legacy code.

I been trying to sort this error for some time now and am unable to find out whats causing it, I added the source files for the mux channel code maybe some one can see what going on something am missing. Errors: mpreq_mux#000R2: MPMuxOpen: Unable to create low-level I/O channel.... (6 Replies)
Discussion started by: Wpgn
6 Replies

4. UNIX for Dummies Questions & Answers

Email notification is not working in spacewalk

Hi, I am using spacewalk tool ( Linux systems management solution ). I have configured probe notification and notification method in spacewalk. But I am not getting the notification mail. Checked the /var/log/maillog and the error message as follows, Dec 11 17:01:11 spserver... (2 Replies)
Discussion started by: Nila
2 Replies

5. Red Hat

Need help to setup Spacewalk

Hello, I am working onto setup a spacewalk as our centralized repository and kickstart server for our all centos servers. We have almost 60-70 servers running inhouse which all are on CentOS 5 or 6 x64. I am able to setup a spacewalk server on CentOS 6.5 x64 and able to access the console as... (5 Replies)
Discussion started by: sunnysthakur
5 Replies

6. UNIX for Advanced & Expert Users

Help with spacewalk

Hi, Recently i have installed and configured spacewalk server 2.0 on centos 6 for learning and got struck at a couple of places as below apart 1. i wish to automatically deploy the central configuration files onto the spacewalk client without manual intervention after using the kickstart... (1 Reply)
Discussion started by: phanidhar6039
1 Replies

7. SuSE

Yum update not working from spacewalk server

Hello, I have registered an SLES11SP1 server with my spacewalk server however when I perform a 'yum repolist', I do not see my spacewalk server as one of the available repositories. So when I perform yum update (any-package), it does not find an update available. HOwever within the Spacewalk GUI... (3 Replies)
Discussion started by: s ladd
3 Replies

8. Red Hat

Spacewalk. Problem with adding SunOS system

Hello i tryed add SunOS system to Spacewalk and see this error: # cat /etc/release Solaris 10 10/08 s10s_u6wos_07b SPARC Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. ... (1 Reply)
Discussion started by: jess_t03
1 Replies

9. UNIX for Advanced & Expert Users

timeout opening writing control channel /dev/initctl problem occur i cant shoudown

Hi... This is message that occurs when i am trying to shutdown the linux system timeout opening writing control channel /dev/initctl how can i shutdown what is the problem here.. Thanks in advance ... (2 Replies)
Discussion started by: arunkumar_mca
2 Replies
Login or Register to Ask a Question