Fouts, Christopher: > I have registered the client to the SW server. However, I have not created a > SW channel on the server. > > To “temporarily” work around this, I create /etc/yum.repos.d/spacewalk.repo > in the client machine. Is this the correct info?
You need spacewalk-client repo on the client machine. The easiest way to setup it is: rpm -Uvh http://yum.spacewalkproject.org/2.6-client/RHEL/7/x86_64/spacewalk-client-repo-2.6-0.el7.noarch.rpm See https://github.com/spacewalkproject/spacewalk/wiki/RegisteringClients for aditional details. > # cat spacewalk.repo > [spacewalk] > name=Spacewalk > baseurl=http://yum.spacewalkproject.org/2.6/RHEL/7/$basearch/ > gpgkey=http://yum.spacewalkproject.org/RPM-GPG-KEY-spacewalk-2015 > enabled=1 > gpgcheck=1 This is a server repo, not needed on client. > # yum repolist > base/7/x86_64 CentOS-7 - Base > 9,363 > centos-7-base centos-7-base > 9,363 > centos-7-centosplus centos-7-centosplus > 71 > centos-7-cr centos-7-cr > 0 > centos-7-extras centos-7-extras > 337 > centos-7-fasttrack centos-7-fasttrack > 0 > centos-7-updates centos-7-updates > 1,577 > epel/x86_64 Extra Packages for Enterprise Linux 7 > 11,625 > epel-7 epel-7 > 11,737 > extras/7/x86_64 CentOS-7 - Extras > 337 > spacewalk/x86_64 Spacewalk > 116 > updates/7/x86_64 CentOS-7 - Updates > 1,577 Regards, -- Michael Mráka System Management Engineering, Red Hat _______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
