Thank you for the quick reply. Yes I am running everything as root.
ps -ef |grep cobblerd yields: /usr/bin/python2 /usr/bin/cobblerd --daemonize Cat /var/lib/cobbler/web.ss yields a very long hex number that ends with "root@coanfs pxelinux.cfg" All files I've checked are root:root except web.ss which is apache:root. As a sanity checked I restarted httpd, and cobblerd then did a cobbler sync. This seems to have solved the problem. I'm guessing I missed the sync step. Thanks again and is this list top post or bottom post? -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Alan Evangelista Sent: Monday, May 11, 2015 11:37 AM To: [email protected] Subject: Re: [cobbler] Cobbler check fails after new install On 05/11/2015 12:34 PM, Magee, Fred wrote: > > I am running RHEL Server 6.6 and have just installed cobbler and koan > following the steps in the quickstart guide. When I run “cobbler > check” I get the following: > > cobbler check > > Traceback (most recent call last): > > File "/usr/bin/cobbler", line 36, in <module> > > sys.exit(app.main()) > > File "/usr/lib/python2.6/site-packages/cobbler/cli.py", line 655, in > main > > rc = cli.run(sys.argv) > > File "/usr/lib/python2.6/site-packages/cobbler/cli.py", line 270, in > run > > self.token = self.remote.login("", self.shared_secret) > > File "/usr/lib/python2.6/xmlrpclib.py", line 1199, in __call__ > > return self.__send(self.__name, args) > > File "/usr/lib/python2.6/xmlrpclib.py", line 1489, in __request > > verbose=self.__verbose > > File "/usr/lib/python2.6/xmlrpclib.py", line 1253, in request > > return self._parse_response(h.getfile(), sock) > > File "/usr/lib/python2.6/xmlrpclib.py", line 1392, in > _parse_response > > return u.close() > > File "/usr/lib/python2.6/xmlrpclib.py", line 838, in close > > raise Fault(**self._stack[0]) > > xmlrpclib.Fault: <Fault 1: "<class 'cobbler.cexceptions.CX'>:'login > failed'"> > > - Cobbler daemon is the responsible for replying to XML-RPC requests. I assume you have started it as described in the quickstart guide? Make sure it is running: ps aux | grep cobblerd - If it is running, I'd check if shared secret was created correctly at /var/lib/cobbler/web.ss. - I assume you are running the Cobbler CLI as root user Regards, Alan Evangelista _______________________________________________ cobbler mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/cobbler _______________________________________________ cobbler mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/cobbler
