Description of Problem: Either remove a 16bit PC card or use "ifdown eth<x>" where you have more than one interface using dhcpcd. (This was not an issue w/ pump.) /etc/sysconfig/network-scripts/ifdown - killall dhcpcd + dhcpcd -k ${DEVICE} ^^^ this fixes the problem. Version-Release number of selected component (if applicable): initscripts-6.31-1 How Reproducible: Always Actual Results: All interfaces using dhcpcd are taken down, not just one. Expected Results: Only the relevant interface should be taken down, not every interface that happens to use dhcpcd.
Fix is to use: kill `cat /var/run/dhcpcd-${DEVICE}.pid`
fixed in 6.33-1 - thanks!