Been beating my head against the wall all day about this. Im running spacewalk 1.5 on CentOS 5.6, and im running a 1.5 spacewalk proxy with cobbler on CentOS 5.6 as well. I am having an issue with a cobbler login when trying to run cobbler sync:<br>
<br>Traceback (most recent call last):<br>  File "/usr/bin/cobbler", line 35, in ?<br>    sys.exit(app.main())<br>  File "/usr/lib/python2.4/site-packages/cobbler/cli.py", line 510, in main<br>    rc = cli.run(sys.argv)<br>
  File "/usr/lib/python2.4/site-packages/cobbler/cli.py", line 185, in run<br>    self.token         = self.remote.login("", self.shared_secret)<br>  File "/usr/lib64/python2.4/xmlrpclib.py", line 1096, in __call__<br>
    return self.__send(self.__name, args)<br>  File "/usr/lib64/python2.4/xmlrpclib.py", line 1383, in __request<br>    verbose=self.__verbose<br>  File "/usr/lib64/python2.4/xmlrpclib.py", line 1147, in request<br>
    return self._parse_response(h.getfile(), sock)<br>  File "/usr/lib64/python2.4/xmlrpclib.py", line 1286, in _parse_response<br>    return u.close()<br>  File "/usr/lib64/python2.4/xmlrpclib.py", line 744, in close<br>
    raise Fault(**self._stack[0])<br>xmlrpclib.Fault: <Fault 1: "cobbler.cexceptions.CX:'login failed'"><br><br>I get this on the spacewalk server in cobber.log<br><br>Wed Aug 17 00:09:01 2011 - INFO | Exception occured: <a href="http://cobbler.cexceptions.CX">cobbler.cexceptions.CX</a><br>
Wed Aug 17 00:09:01 2011 - INFO | Exception value: 'login failed'<br>Wed Aug 17 00:09:01 2011 - INFO | Exception Info:<br>  File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 1763, in _dispatch<br>
    return method_handle(*params)<br>   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 1572, in login<br>    utils.die(self.logger, "login failed")<br>   File "/usr/lib/python2.4/site-packages/cobbler/utils.py", line 131, in die<br>
    raise CX(msg)<br><br>Version info:<br><br><br>Installed Packages<br>cobbler.noarch                                                                                      2.0.11-2.el5                                                                                      installed<br>
[root@spacewalk-prox-duluth links]#<br><br><br>[root@spacewalk-prox-duluth links]# yum list spacewalk-proxy*<br>Loaded plugins: fastestmirror, rhnplugin<br>This system is not subscribed to any channels.<br>RHN channel support will be disabled.<br>
Loading mirror speeds from cached hostfile<br> * base: <a href="http://centos.omnispring.com">centos.omnispring.com</a><br> * epel: <a href="http://mirror.steadfast.net">mirror.steadfast.net</a><br> * extras: <a href="http://mirror.umoss.org">mirror.umoss.org</a><br>
 * updates: <a href="http://mirror.umoss.org">mirror.umoss.org</a><br>Installed Packages<br>spacewalk-proxy-broker.noarch                                                                                   1.5.11-1.el5                                                                          installed<br>
spacewalk-proxy-common.noarch                                                                                   1.5.11-1.el5                                                                          installed<br>spacewalk-proxy-docs.noarch                                                                                     1.1.1-1.el5                                                                           installed<br>
spacewalk-proxy-html.noarch                                                                                     1.1.1-1.el5                                                                           installed<br>spacewalk-proxy-installer.noarch                                                                                1.5.3-1.el5                                                                           installed<br>
spacewalk-proxy-management.noarch                                                                               1.5.11-1.el5                                                                          installed<br>spacewalk-proxy-package-manager.noarch                                                                          1.5.11-1.el5                                                                          installed<br>
spacewalk-proxy-redirect.noarch                                                                                 1.5.11-1.el5                                                                          installed<br>spacewalk-proxy-selinux.noarch                                                                                  1.1.1-1.el5                                                                           installed<br>
Available Packages<br>spacewalk-proxy-monitoring.noarch                                                                               1.2.1-1.el5                                                                           spacewalk<br>
[root@spacewalk-prox-duluth links]#<br><br>My settings file on the proxy is pointing to the spacewalk master server. Everything works fine until i configure spacewalk proxy, then cobbler will not run.<br><br>Thanks for the help!<br>
<br>-Doug Bishop<br><br><br>