Anybody fix this problem? I have Centos7, static IP, and same problem:

it is screenshots from IP-KVM:
http://postimg.org/image/c2qsjwx7r/
http://s9.postimg.org/rocxra9lr/cobbler2.png

2014-10-08 0:54 GMT+03:00 Chris Johnson <rchristopherjohnson@gmail.com>:
On 10/6/14, 10:40 PM, Orion Poplawski wrote:
On 10/06/2014 08:29 PM, Chris Johnson wrote:
Ok, sorry about that.  Here is a url for the getks

http://pastebin.com/w1cq3TKX



What gets written to /tmp/pre_install_network_config ?  I wonder if get_ifname is failing.  Sure you have the mac addr correct?


Ok /tmp/pre_install_network_config contains the following

network --device=enp0s3 --bootproto=static --ip=192.168.1.14 --netmask=255.255.255.0 --nameserver=75.75.76.76 --hostname=client4.net

And we have the problem.  Thank you very much Orion.

There are two ways to give cobbler a gateway IP when doing cobbler system add; 1) --if-gateway, 2) --gateway.  The scripts I have for adding my systems to cobbler use the former which puts the gateway in the ifcfg-eth0 file rather than /etc/sysconfig/network which is what --gateway does.  >From the above we see no gateway listed at all.  It seems that C7 install wants the --gateway parameter used instead.  Obviously I missed this in the notes.

I would make the suggestion that when a required or used parameter is missing a value or has an invalid value, a warning message to that effect listing the name of the parameter would more helpful than illegal IP address string passed to inet_aton.

Thank you again.

Chris J

_______________________________________________
cobbler mailing list
cobbler@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/cobbler



--
Kseniya Lisovskaya