Displaying 2 results from an estimated 2 matches for "0aa4e9ef9e1d".
2015 Oct 21
4
Centos 7 - "Device eth1 does not seem to be present, delaying initialization".
...h1 in the system.
# cat /etc/sysconfig/network-scripts/ifcfg-eth1
TYPE=Ethernet
BOOTPROTO=static
DEFROUTE=no
PEERDNS=no
PEERROUTES=no
IPV4_FAILURE_FATAL=no
IPV6INIT=no
IPV6_AUTOCONF=no
IPV6_DEFROUTE=no
IPV6_PEERDNS=no
IPV6_PEERROUTES=no
IPV6_FAILURE_FATAL=no
NAME=eth1
#UUID=e421e35f-3397-4a93-9449-0aa4e9ef9e1d
DEVICE=eth1
ONBOOT=yes
IPADDR=1.2.3.4
NETMASK=255.255.255.0
All pages which I found about "Device ethX does not seem to be present,
delaying initialization" tell to correctly configure udev but it is
correctly configured and it worked some time ago, only recently i started
to get problem...
2015 Oct 21
0
Re: Centos 7 - "Device eth1 does not seem to be present, delaying initialization".
...; TYPE=Ethernet
> BOOTPROTO=static
> DEFROUTE=no
> PEERDNS=no
> PEERROUTES=no
> IPV4_FAILURE_FATAL=no
> IPV6INIT=no
> IPV6_AUTOCONF=no
> IPV6_DEFROUTE=no
> IPV6_PEERDNS=no
> IPV6_PEERROUTES=no
> IPV6_FAILURE_FATAL=no
> NAME=eth1
> #UUID=e421e35f-3397-4a93-9449-0aa4e9ef9e1d
> DEVICE=eth1
> ONBOOT=yes
> IPADDR=1.2.3.4
> NETMASK=255.255.255.0
>
> All pages which I found about "Device ethX does not seem to be present,
> delaying initialization" tell to correctly configure udev but it is
> correctly configured and it worked some time ago,...