drew einhorn wrote: > > > On Fri, Sep 12, 2008 at 6:32 AM, Michael DeHaan <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > drew einhorn wrote: > > Trying to troubleshoot some problems > > > > cobbler validateks outputs a lot of gibberish after: > > > > checking url: http://172.20.0.22/cblr/svc/op/ks/profile/customer > > The following problem occurred on line 2 of the kickstart file: > > > > So it did a: > > > > wget http://172.20.0.22/cblr/svc/op/ks/profile/customer > > > > It returns the following: > > > .... > > > Let's see if you have an exception in /var/log/cobbler/cobbler.log > somewhere that provides us more information. > > > Nothing that looks interesting to me. > > 2008-09-11 18:31:59,111 - remote - generate_kickstart; user(?) > 2008-09-11 18:31:59,111 - api - generate_kickstart > 2008-09-11 18:33:30,700 - remote - generate_kickstart; user(?) > 2008-09-11 18:33:30,700 - api - generate_kickstart > 2008-09-11 18:38:05,150 - api - sync > 2008-09-11 18:38:36,160 - api - validateks > 2008-09-11 18:38:36,302 - remote - generate_kickstart; user(?) > 2008-09-11 18:38:36,303 - api - generate_kickstart > 2008-09-11 18:38:36,467 - remote - generate_kickstart; user(?) > 2008-09-11 18:38:36,468 - api - generate_kickstart > 2008-09-11 18:38:36,618 - remote - generate_kickstart; user(?) > 2008-09-11 18:38:36,619 - api - generate_kickstart > 2008-09-11 18:38:36,773 - remote - generate_kickstart; user(?) > 2008-09-11 18:38:36,773 - api - generate_kickstart > 2008-09-11 18:38:36,937 - remote - generate_kickstart; user(?) > 2008-09-11 18:38:36,937 - api - generate_kickstart > 2008-09-11 18:38:37,092 - remote - generate_kickstart; user(?) > 2008-09-11 18:38:37,092 - api - generate_kickstart > 2008-09-11 18:38:37,257 - remote - generate_kickstart; user(?) > 2008-09-11 18:38:37,257 - api - generate_kickstart > 2008-09-12 05:46:13,817 - api - check > 2008-09-12 05:52:28,928 - api - check > > Plus a lot more of the same, from other unsuccessful attempts. > > > > Also, what cobbler version are you using? (rpm -q cobbler) > > > $ rpm -q cobbler > cobbler-1.0.3-1.el5 > > > > Is "cobbler check" clean? > > > $ sudo cobbler check > The following potential problems were detected: > #0: since iptables may be running, ensure 69, 80, 25150, and 25151 are > unblocked > #1: One or more kickstart templates references default password > 'cobbler' and should be changed for security reasons: > /etc/cobbler/sample.ks, /etc/cobbler/legacy.ks, /etc/cobbler/sample_end.ks > > > > > > > --Michael > > > _______________________________________________ > cobbler mailing list > [email protected] <mailto:[email protected]> > https://fedorahosted.org/mailman/listinfo/cobbler > > > > > -- > Drew Einhorn > ------------------------------------------------------------------------ > > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler >
1.0.X is now supplanted with 1.2.X. I will need you to upgrade as I can't debug older versions very well. The newer version both has improved logging (especially in the case of templating problems), and a more thorough "cobbler check". In addition, the dynamic kickstart generation has been overhauled some, so your problem may go away -- if it is in fact caused by some other templating error, you should at least have better log output. http://people.fedoraproject.org/~mdehaan/files/cobbler/ --Michael _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
