On my centos 6 client I get the following error, when I attempt to update wget:
Code:
Error Downloading Packages:
wget-1.12-1.11.el6_5.x86_64: failed to retrieve getPackage/wget-1.12-1.11.el6_5.x86_64.rpm from centos6-x86_64
error was [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
The channel information is confirmed good and working due to my following test:
-Can access the URL used for the repo with browser
-On the client I created a new .repo test with the URL used in the Spacewalk channel. Doing that allow yum to update without issue.
On the server side:
-Restarted spacewalk services and attempted, from client to install package..failure again.
-Removed the channel, recreated and synced it.
-Removed the client from spacewalk, ran "yum clean all" then joined/registered it again. Still have the issue.
When trying to push package from Spacewalk, process fails:
Code:
Client execution returned "Error while executing packages action: Error Downloading Packages: wget-1.12-1.11.el6_5.x86_64: failed to retrieve getPackage/wget-1.12-1.11.el6_5.x86_64.rpm from centos6-x86_64 error was [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found" [[6]]" (code -1)
Not sure what to try-next.