Hi There,
I have a 8GB SD card that has centos latest arm release on it. OS fails to get a DHCP IP. ifconfig shows that eth exists and dropping packets and no IP. Contents of /etc/sysconfig/network-scripts/ifcfg-eth0 are as following:
TYPE=Ethernet
BOOTPROTO=dhcp
NM_CONTROLLED=yes
DEFROUTE=yes
NAME=eth0
ONBOOT=yes
Ifdown and ifup are not working either.
[root@rpi2 ~]#ifdown eth0
ERROR : [ipv6_test_device_status] Missing parameter ‘device’ (arg 1)
/etc/sysconfig/network-scripts/ifdown-post: line 52: 1183 Segmentation fault /usr/bin/firewall-cmd –remove-interface=”${DEVICE}” > /dev/null 2>&1
[root@rpi2 ~]#ifup eth0
Error: Connection activation failed.
System boots up fine with following errors:
Error Starting Security Auditing Service
Failed to start Root Filesystem Auto-Resizer
I see following in /var/log/messages:
Sshd.service failed
Polkit.service failed
Any help is appreciated.
Thanks,
Prakash