Package: r8169 Severity: normal The module r8169 which is reponsible of my network eth0 card, is out of order after 1 or 2 days of running machine uptime. So the trick I used to avoid this bug was in my /etc/crontab:
05 09 * * * root /etc/init.d/networking stop ; rmmod r8169 ; sleep 3s ; modprobe -i r8169 ; sleep 2s ; ifconfig eth0 10.1.1.2 ; sleep 2s ; /etc/init.d/networking start ; ifconfig eth0 10.1.1.2 but I dont like this way, and the r8169 may be more stable. Best regards to the wonderful DEBIAN TEAM!! Yellow -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.25-2-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org