On Thu, Dec 4, 2008 at 9:38 PM, Ole Ersoy <[EMAIL PROTECTED]> wrote: > Hi, > > I had dhcp working fine. Then after rebooting the cobbler client in order to > try another install attempt, I noticed that my voice over IP device had > stolen the IP that the cobbler client wants. So I reconfigured dhcpd.conf to > use a different IP for the cobbler client. Now the cobbler client times out > when attempting to get a lease. > > I tried uninstalling and reinstalling dhcp and then starting with a clean > configuration, but there's still no love. I also tried looking at the log > and there's no logged requests for a dhcp lease. >
cobbler system report --name $system_name Take a look at the netboot line and it is probably set to false. After you kickstart a server, it turns the netboot flag to false to keep from accidentally rekickstarting it again. Try: cobbler system edit --name $system_name --netboot 1 && cobbler sync. Then reboot the box again. > Any ideas on how to reset this? Also take a look at the file: /tftpboot/pxelinux.cfg/$mac-address before and after the sync as it contains the boot configuration. -- Jeff Schroeder Don't drink and derive, alcohol and analysis don't mix. http://www.digitalprognosis.com _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
