Hi I am sure this is quite a broad question. I have spacewalk setup as per wiki URL: http://wiki.centos.org/HowTos/PackageManagement/Spacewalk I am able to add machines to the spacewalk ui using rhn_register ui. My problem comes in with the software channels defined in the above wiki url. I am not getting an error as such but have a 0 packages listed under my CentOS 5 Base - i386 channel name.
My reposync.cron looks like this: It has run and completed. #!/bin/sh reposync --arch=i386 --repoid=base -p /var/www/html/pub/CentOS5-i386 -d -l -g -n -q > /dev/null rhnpush --channel=centos5-base-i386 --server=http://localhost/APP --dir=/var/www/html/pub/CentOS5-i386/base/CentOS \ --username=rhnpush --password=rhnpush reposync --arch=i386 --repoid=updates -p /var/www/html/pub/CentOS5-i386 -d -l -g -n -q > /dev/null rhnpush --channel=centos5-updates-i386 --server=http://localhost/APP --dir=/var/www/html/pub/CentOS5-i386/updates/RPMS \ --username=rhnpush --password=rhnpush reposync --arch=i386 --repoid=extras -p /var/www/html/pub/CentOS5-i386 -d -l -g -n -q > /dev/null rhnpush --channel=centos5-extras-i386 --server=http://localhost/APP --dir=/var/www/html/pub/CentOS5-i386/extras/RPMS \ --username=rhnpush --password=rhnpush reposync --arch=i386 --repoid=centosplus -p /var/www/html/pub/CentOS5-i386 -d -l -g -n -q > /dev/null rhnpush --channel=centos5-centosplus-i386 --server=http://localhost/APP --dir=/var/www/html/pub/CentOS5-i386/centosplus/RPMS \ --username=rhnpush --password=rhnpush reposync --arch=i386 --repoid=epel -p /var/www/html/pub/CentOS5-i386 -d -l -g -n -q > /dev/null rhnpush --channel=epel5-i386 --server=http://localhost/APP --dir=/var/www/html/pub/CentOS5-i386/epel \ --username=rhnpush --password=rhnpush reposync --arch=i386 --repoid=rpmforge -c /etc/reposync.conf -p /var/www/html/pub/CentOS5-i386 -d -l -g -n -q > /dev/null rhnpush --channel=rpmforge-el5-i386 --server=http://localhost/APP --dir=/var/www/html/pub/CentOS5-i386/rpmforge/RPMS \ --username=rhnpush --password=rhnpush Any advice would be much appreciated. Regards Leander Coetzee T 0112828633 C 0794908729 This e-mail is subject to a disclaimer, available at http://www.rmb.co.za/web/elements.nsf/online/disclaimer-communications.html
_______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
