LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   netdev watchdog (https://www.linuxquestions.org/questions/linux-networking-3/netdev-watchdog-5528/)

emanners 08-17-2001 07:38 AM

netdev watchdog
 
I have just installed rh 7.1 with no problems. I have Installed 7.1 many times before. I have this program though called netdev watchdog that is running and getting errmsg

eth0: transmit timed out: 0090 0000 at 29064/29092 command 0003a000

When I run a ps -ef I do not see any processes running that looks anything like that. How can I remove it because it is really slowing down my network.

jharris 08-17-2001 09:13 AM

As a short term fix you can grep the output of ps using something like
Code:

ps -ef | grep netdev
and then kill the process. You'll want to find it in your startup scripts and disable it in the long term.

cheers

Jamie...

emanners 08-17-2001 02:16 PM

Thanks jharris


All times are GMT -5. The time now is 01:39 AM.