Léon Keijser wrote: > Hi, > > I noticed that triggers placed in /var/lib/cobbler/triggers/install/pre > aren't being executed. The same (very basic) trigger i created placed in > the install/post directory gets executed perfectly though. > > regards, > > Léon > > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler >
Which version of Cobbler are you using? It may also be that your kickstart template have "$kickstart_start" in the %pre section. If you upgraded from a much older version of Cobbler you would need to add this, so look for .rpmnew files in your /etc/cobbler directory. If it's there and that still doesn't work, verify that the trigger is in question is chmod +x and has the right shebang line in it (i.e #!/usr/bin/bash, #!/usr/bin/python, etc) at the top. It could be that it's actually broken, but please check the above first. --Michael _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
