Hi Everyone,<br><br>I'm working on setting up a spacewalk server. Its running on a CentOS 6 x86_64 install. I'm following the guide found here -> <a href="http://www.hitechsavvy.com/?p=259">http://www.hitechsavvy.com/?p=259</a>. I have also tried this one -> <a href="http://computerglitch.net/bin/texts/CentOS6_Spacewalk_Server.php">http://computerglitch.net/bin/texts/CentOS6_Spacewalk_Server.php</a>.<br>
<br>I skip the part with Selinux, as I use disabled or permissive, and I'm still working on testing this entire thing.<br><br>From what I can tell, the entire install works fine. I don't get any errors until I run spacewalk-setup. I get through the db setup part, it populates, I get through the SSL setup part fine too. But when it tries to config cobbler, I get the following errors.<br>
<br>** SSL: Generating CA certificate.<br>** SSL: Deploying CA certificate.<br>** SSL: Generating server certificate.<br>** SSL: Storing SSL certificates.<br>* Deploying configuration files.<br>* Update configuration in database.<br>
* Setting up Cobbler..<br>Traceback (most recent call last):<br>  File "/usr/bin/cobbler-setup", line 95, in <module><br>    main()<br>  File "/usr/bin/cobbler-setup", line 73, in main<br>    answers = dict(loadFile(DEFAULTS))<br>
TypeError: 'NoneType' object is not iterable<br>* Restarting services.<br><br>I can get into spacewalk, and for the most part, everything seems working. I can add repos, it syncs them, I can add a client to the system, etc.<br>
<br>I started digging into the errors and I found the following.<br><br>> spacewalk-setup calls cobbler-setup. In cobbler setup, it is expecting to have this path and file in place /usr/share/cobbler/installer_templates and the file 'defaults'. None of these where created on the cobbler install via EPEL. I have tried creating those files and directories as empty, but it obviously expects some data in there.<br>
<br>Software installed...<br><br><a href="http://txtdump.org/8E11oXF1">http://txtdump.org/8E11oXF1</a><br><br>Thoughts?<br><br><br>