> I wrote this little script in Perl and run it via cron every 5
> minutes.  It
> appears to work so far.... I can't just do a network restart because that
> doesn't always fix the problem (who knows why).

What network card do you have?  If restarting the network doesn't work, try:

        /etc/rc.d/init.d/network stop
        rmmod ${netcardmodule}
        /etc/rc.d/init.d/network start

You may want "sleep 1" statements after the network stop and the rmmod.

-Jeff



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to