On 06/13/2014 06:31 PM, [email protected] wrote:


I'd check if the referenced profile's JSON file exists in /var/lib/cobbler/config/profiles.d/ .

As I said above, the profiles are there as are the distro files, see below.


Sorry, I missed that before.


When I look at the cobbler web ui it shows nothing under systems or distros.
Is there a log somewhere that shows better errors?

/var/log/cobbler/cobbler.log

Probably the profile loading from disk failed, Cobbler usually fails silently when that happens. Check if you find any errors in the log, otherwise you'll need to have some Python debugging skills to understand the problem. Commenting the exception handling around serializer.deserialize() call in deserialize() method in cobbler/config.py should be enough to make the real error pop up in the log when cobblerd is restarted (moment when all Cobbler objects are loaded from disk).


Regards,
Alan Evangelista

_______________________________________________
cobbler mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/cobbler

Reply via email to