[EMAIL PROTECTED] wrote: > Hi, > > > > I’ve got a new default install of CentOS 5.2 on which I am trying to get > Cobbler installed. I can get the service running, but clicking any link > (other than DOCS) on the menu results in a python error message. It > appears that cobbler_api and cobbler_api_rw are being blocked, but I > can’t figure out how. SELinux is off, firewall is off. Attempts to > navigate to http://<server>/cobbler_api > <http://%3cserver%3e/cobbler_api> results in Service Temporarily > Unavailable. I’ve searched Google, but have not found anything that > has helped. > > > > Any troubleshooting help would be greatly appreciated. >
Can you check /etc/cobbler/settings to see if the following two are set? xmlrpc_rw_enabled: 1 xmlrpc_rw_port: 25152 Also, check if your configuration is valid, by typing "cobbler check". If all looks ok, make sure the cobblerd service is running. Kind regards, Jasper Capel Stone-IT _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
