On Thu, Apr 16, 2009 at 3:38 PM, Ian Meyer <imeyer@etsy.com> wrote:
The workaround for this issue is after doing a cobbler sync from
either command line or the web interface was to sync then restart
dhcpd.

if you do a lsof | grep dhcpd, you will see
/var/log/cobbler/cobblerd.log is owned by dhcp, that's bad, as is
dhcpd owning localhost.localdomain:25151.. so check for those things
in the lsof | grep dhcpd output, and if you see neither of those
things, you should be good to go.


Ian-

This worked for me, as reinstalling did not fix it. I stop cobbler, then stop dhcpd, then started cobbler, and it worked.

Thanks