You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LinuxAdmin::NetworkInterface.new("interface_name") assumes there is a conf file in
/etc/sysconfig/network-scripts, but this is not always the case.
So it fails with
Errno::ENOENT: No such file or directory @ rb_sysopen - /etc/sysconfig/network-scripts/ifcfg-eth2
I'm running rhel 6.5, and I have an interface named eth2, and it doesn't have a conf file for it (but the network works ok)