Re: [Spacewalk-list] RHEL6 - Spacewalk - MREPO [SEC=UNOFFICIAL]

2014-10-01 Thread Lichtinger, Bernhard
Hi, I had to „patch“ /usr/bin/gensystemid on my spacewalk-server to resolve this error. [root@xx ~]# gensystemid --release=6Server /var/mrepo gensystemid: Architecture not supplied, using system architecture x86_64 RHN Username: username RHN Password: Traceback (most recent call last):

Re: [Spacewalk-list] Issue with creating kickstart distribution in spacewalk

2014-10-01 Thread Michael Mraka
amol pali wrote: % Hi, % Thanks for your previous response which resolved my issue. % I have one more issue. The rhnpush is pushing RPMs into the channel from % local ISO image very slow. % I think it is taking more than 4 hours to push ISO image of approximately % 4GB. Is it normal or I need to

[Spacewalk-list] importing config files are failed

2014-10-01 Thread Uğur Engin
Hello, I am using the latest version(2.2) of spacewalk.I have a problem while importing some certain files from client to spacewalk server using the import configuration tab under spacewalk. I could import the /etc/yum.conf or httpd.conf as well, but cannot import other files(example:

Re: [Spacewalk-list] spacewalk-data-fsck issues

2014-10-01 Thread Stephan Duehr
Hi, there's a bug in spacewalk-data-fsck causing this issue, see https://bugzilla.redhat.com/show_bug.cgi?id=1148163 Regards, Stephan On 09/27/2014 04:53 AM, Glen Collins wrote: Hello all. I'm wondering if anyone has seen this error when trying to use spacewalk-data-fsck with -r -f

Re: [Spacewalk-list] Repositories fail to sync

2014-10-01 Thread Dimitar Yordanov
Hi all, Sorry for the trouble. For the new SW release spacewalk-repo-sync was enhanced with several new features, and this issue was discovered right after the release and addressed in: Bug 1128893 - spacewalk-repo-sync does not work for channels that are children of non-custom parents

Re: [Spacewalk-list] RHEL7 Errata Spacewalk 2.2

2014-10-01 Thread Matthew Madey
Here's the guide that I followed: http://pulp-user-guide.readthedocs.org/en/pulp-2.4/installation.html On Tue, Sep 30, 2014 at 11:07 PM, Gavin Jones gavin...@gmail.com wrote: Sorry for the annyoance Paul however I go to https://www.redhat.com/archives/spacewalk-list/ and I cannot locate a

Re: [Spacewalk-list] RHEL6 - Spacewalk - MREPO [SEC=UNOFFICIAL]

2014-10-01 Thread Boyd, Robert
Here is what I did a couple of years ago when I ran into this same problem: I modified the beginning of the gensystemid code farther to find the 1st occurrence of site-packages and stick the mrepo or rhn libraries before it like so: import os, sys, getopt, getpass, urlparse, re False = 0 True

[Spacewalk-list] What's new in 2.2.124?

2014-10-01 Thread Chris Swingler
Hi Spacewalk-list, I just saw 2.2.124-1.el6 show up in the yum repos. I'm currently running 2.2.123-1.el6. I can't find any release nots on this point update anywhere, do they exist? What's changed? ___ Spacewalk-list mailing list

Re: [Spacewalk-list] RHEL6 - Spacewalk - MREPO [SEC=UNOFFICIAL]

2014-10-01 Thread Glen Collins
Hi Bernhard! Thanks so much for the FIX! While it's a hack, it's a working hack and I was able to login to RHN and see the system subscribed. Still have not sync'd yet but I got past the actual running and subscription stage. I really appreciate you stepping up and telling me your fix. I

Re: [Spacewalk-list] What's new in 2.2.124?

2014-10-01 Thread Michael Mraka
Chris Swingler wrote: % Hi Spacewalk-list, % % I just saw 2.2.124-1.el6 show up in the yum repos. I'm currently running % 2.2.123-1.el6. % % I can't find any release nots on this point update anywhere, do they exist? % What's changed? $ rpm -q --changelog spacewalk-java-2.2.124-1 * Thu Sep 11

[Spacewalk-list] Using spacewalk-create-yumrepo.py - Linking issues

2014-10-01 Thread Glen Collins
Hi all. As I continue my quest for spacewalk happiness it seems the script spacewalk-create-yumrepo.py from the spacewalk-api-scripts-master package is having some issues with large repositories. I tried to replicate the Oracle Linux 6.x and while the repo has approx 20976 packages, there are

Re: [Spacewalk-list] Issue with creating kickstart distribution in spacewalk

2014-10-01 Thread amol pali
Hi, Thanks for the suggestion. I am trying to use reposync with below command but it is completing in a minute and not uploading any packages to the channel. spacewalk-repo-sync -c fedora20-os-only-channel --url file:///media --type yum where I have mounted Fedora20 ISO image under /media. Error

Re: [Spacewalk-list] Issue with creating kickstart distribution in spacewalk

2014-10-01 Thread Waldirio Manhães Pinheiro
Amol Some points to check 1. Are there in the media these files ?! For example sil-scheherazade-fonts-2.010-1.fc20-0.noarch 2. If yes and SW did the copy, could you check the md5 of boths ?! They have the same hash !? B'Regards __ Atenciosamente Waldirio msn: waldi...@gmail.com

[Spacewalk-list] Add Custom Values though rhn-profile-sync

2014-10-01 Thread Daniel Kasen
Hello Everyone, I can't seem to find anyone doing this so figured I'd post here. Currently, I use facter to define certain information about a machine such as the version of java used or the rack location. Ideally, I would like to be able to plug these values into the custom system info section

Re: [Spacewalk-list] Using spacewalk-create-yumrepo.py - Linking issues

2014-10-01 Thread Avi Miller
Hey, On 1 Oct 2014, at 12:07 pm, Glen Collins glenc2...@comcast.net wrote: As I continue my quest for spacewalk happiness it seems the script spacewalk-create-yumrepo.py from the spacewalk-api-scripts-master package is having some issues with large repositories. Have you checked the

Re: [Spacewalk-list] Issue with creating kickstart distribution in spacewalk

2014-10-01 Thread amol pali
Hi, Thanks for your response. This ISO image should be perfect as I burned it to DVD and installed the system where I m using Spacewalk(Fedora20) Still I did a check and sha256sum appears to be correct. I verified this value from the site :

Re: [Spacewalk-list] Using spacewalk-create-yumrepo.py - Linking issues

2014-10-01 Thread Glen Collins
Unfortunately I look at all the logs ad searched for the outofmemory and nothing came up. Looking at the code this is more python but maybe the api connection is failing and not returning all the rpm's in the repository. I'm just wondering what log I should be looking at for the kind of api

Re: [Spacewalk-list] Using spacewalk-create-yumrepo.py - Linking issues

2014-10-01 Thread Glen Collins
Ah...I see it. It's not a problem with the code at all or the spacewalk services. I looked at the code a little better and the RPC call used in the script is xmlrpclib.Server.channel.software.listLatestPackages Which I assume it maybe a several months back. So it's only returning the

Re: [Spacewalk-list] Using spacewalk-create-yumrepo.py - Linking issues

2014-10-01 Thread Avi Miller
On 1 Oct 2014, at 7:55 pm, Glen Collins glenc2...@comcast.net wrote: and it looks like so far it's going to return everything in the repo as I expected. Yeah, the Oracle Linux “latest” repos actually store every version of every RPM from GA release which is why there are so many RPMs in