On Sun, Sep 4, 2011 at 9:57 AM, <[email protected]> wrote: > I just installed cobbler-2.0.11-2.el5 on CentOS 5.6 using the rpm from > fedora.redhat.com. I get these errors when I run cobblerd -F: > > Traceback (most recent call last): > File "/usr/bin/cobblerd", line 91, in main > app.core(api) > File "/usr/lib/python2.4/site-packages/cobbler/cobblerd.py", line 50, in core > do_xmlrpc_tasks(bootapi, settings, xmlrpc_port) > File "/usr/lib/python2.4/site-packages/cobbler/cobblerd.py", line > 76, in do_xmlrpc_tasks > do_xmlrpc_rw(bootapi, settings, xmlrpc_port) > File "/usr/lib/python2.4/site-packages/cobbler/cobblerd.py", line > 115, in do_xmlrpc_rw > server = remote.CobblerXMLRPCServer(('127.0.0.1', port)) > File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line > 1742, in __init__ > SimpleXMLRPCServer.SimpleXMLRPCServer.__init__(self,args) > File "/usr/lib64/python2.4/SimpleXMLRPCServer.py", line 473, in __init__ > SocketServer.TCPServer.__init__(self, addr, requestHandler) > File "/usr/lib64/python2.4/SocketServer.py", line 330, in __init__ > self.server_bind() > File "/usr/lib64/python2.4/SocketServer.py", line 341, in server_bind > self.socket.bind(self.server_address) > File "<string>", line 1, in bind > error: (99, 'Cannot assign requested address') > > Sorta looks like it can't use port 25151 for xml rpc, but lsof says > nothing is listening there. This is a fresh base-only install with > almost nothing running. No selinux. I'm stumped. Suggestions about > where to look next? What the heck is it complaining about?
If dhcpd is running, shut it down. I have seen issues where there's a port conflict with dhcpd on 25151. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
