Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: illegal IP address string passed to inet_aton #1528

Closed
saphoooo opened this issue Aug 23, 2015 · 3 comments
Closed

error: illegal IP address string passed to inet_aton #1528

saphoooo opened this issue Aug 23, 2015 · 3 comments
Assignees

Comments

@saphoooo
Copy link

cobbler-web-2.6.9-1.el6
cobbler-2.6.9-1.el6
on CentOS release 6.7 (Final)
I get an error when I try to install CentOS 7 with static ip: install failed with error:
error: illegal IP address string passed to inet_aton
I can reproduce the issue in kickstart, when the device is not set:
network --bootproto=static --ip=192.168.1.3 --netmask=255.255.255.0 --hostname=centos7.example.com --gateway=192.168.1.1 --nameserver=192.168.1.2 -> give the same error
network --bootproto=static --device=enp0s3 --ip=192.168.1.3 --netmask=255.255.255.0 --hostname=centos7.example.com --gateway=192.168.1.1 --nameserver=192.168.1.2 -> install the system
So I guess there is some issue with network_config snippet when used with CentOS7+ Fedora 20+

@opoplawski
Copy link
Contributor

@saphoooo
Copy link
Author

Looks like but not the same; I haven't an issue with kickstart, but with the network snippet which don't take all arguments to correctly bootstrap the server: in my system config, all is well defined (ip, netmask and so on), but I got the issue; but not manually.

@jmaas jmaas self-assigned this Feb 23, 2017
@jmaas jmaas added this to the 2.8.1 milestone Feb 23, 2017
@jmaas
Copy link
Member

jmaas commented Feb 24, 2017

there's too little information to check if this is still relevant. since there are no other/current issues regarding the network snippets i'm closing this issue.

if this problem is still present on 2.8.0 please let me know.

@jmaas jmaas closed this as completed Feb 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants