Tom Brown wrote: >> # cobbler version >> cobbler 1.6.0 >> >> build date : Thu Mar 12 10:29:09 2009 >> >> Copyright (C) 2006-2008 Red Hat, Inc. >> License GPLv2+: GNU GPL version 2 or later >> <http://gnu.org/licenses/gpl.html> >> This is free software: you are free to change and redistribute it. >> There is NO WARRANTY, to the extent permitted by law. >> >> Written by Michael DeHaan. >> >> >> > > > if i set my nameservers for the system and then look at the ks it fills > them but fails on the search path > > echo "DEVICE=eth0" > /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 > echo "HWADDR=00:16:3E:59:16:91" >> > /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 > echo "ONBOOT=yes" >> /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 > echo "BOOTPROTO=static" >> /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 > echo "IPADDR=192.168.11.4" >> > /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 > echo "NETMASK=255.255.255.0" >> > /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 > echo "DNS1=10.5.216.215" >> /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 > echo "DNS2=10.5.216.216" >> /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 > echo "DNS3=<<inherit>>" >> /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 > # End configuration for eth0 > > as i presume thats what should be in the DNS3 field >
There should be no DNS3 field in your case. If you can share the value for --name-servers in your distro, profile, and system objects (from "cobbler report"), I'll take a look at this and try to confirm that this is already fixed in 1.6's branch. I believe it is but need to check. > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler > _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
