Re: ifconfig/NIC

From: Bit Twister (BitTwister_at_mouse-potato.com)
Date: 08/07/05


Date: Sun, 07 Aug 2005 10:25:17 -0500

On 7 Aug 2005 12:18:34 +0200, Magnus Jonneryd wrote:
>
> Ok, I managed to remove the file and after restarting the network the entry
> concercning eth2 was removed. But after rebooting the system eth2 is listed
> again (the file /etc/sysconfig/network-scripts/ifcfg-eth2* is still removed
> though).

clickup a terminal
su -l root
updatedb # runs for awhile building file location database
locate -i eth2
exit

Show us the results from the locate -i eth2 command.