Hi Gerhardus, > wget " > http://cobbler2.example.com/cblr/svc/op/yum/system/testmachine.example.com > " --output-document=/etc/yum.repos.d/cobbler-config.repo returns an > empty file. There is no error in the logs. The file exists but is > empty. So some how the contents of this internal variable were not > created. I would love to debug this further but not sure how. man > cobbler does not make mention of any debugging or logging. Nor could > I find an parameters in /etc/cobbler/settings to change debug level. > I have checked all the log files for errors.
I see. So at least the variable was correctly extended, otherwise the line would not be there. If you point a browser to http://10.173.90.168/cblr/svc/op/yum/system/testmachine.example.com do you get the correct response, or is it just empty? If it is empty, I would check the HTTP log for errors. There should at least be a string "#object not found" or something like that. If not, maybe the machine can't resolve cobbler2.example.com during installation? hth André -- André Gemünd Fraunhofer-Institute for Algorithms and Scientific Computing [email protected] Tel: +49 2241 14-2193 /C=DE/O=Fraunhofer/OU=SCAI/OU=People/CN=Andre Gemuend _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
