OK, here are some more details.  If you want me to do anything specific
while the interface is hung, please let me know.

I'm pretty comfortable with debuggers and such, given what I do IRL, I
kinda wish someone would port mdb to linux though.

rsync in one window, netstat -i in another, every 60 seconds or so.

Starting netstat:

[EMAIL PROTECTED]:~$ netstat -i
Kernel Interface table
Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVR    TX-OK TX-ERR TX-DRP TX-OVR Flg
eth0   1500 0     44812      0      0      0     7414      0      0      0 BMRU
eth1   1500 0         0      0   2446      0        0      0      0      0 BMU
eth1:  1500 0       - no statistics available -                        BMU
lo    16436 0        30      0      0      0       30      0      0      0 LRU
[EMAIL PROTECTED]:~$ while true
> do
> sleep 60
> netstat -i
> done


Final netstat:

Kernel Interface table
Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVR    TX-OK TX-ERR TX-DRP TX-OVR Flg
eth0   1500 0   2057052      0      0      0  1044967      0      0      0 BMRU
eth1   1500 0         0      0   2509      0        0      0      0      0 BMU
eth1:  1500 0       - no statistics available -                        BMU
lo    16436 0        32      0      0      0       32      0      0      0 LRU
Kernel Interface table
Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVR    TX-OK TX-ERR TX-DRP TX-OVR Flg
eth0   1500 0   2057052      0      0      0  1044967      0      0      0 BMRU
eth1   1500 0         0      0   2525      0        0      0      0      0 BMU
eth1:  1500 0       - no statistics available -                        BMU
lo    16436 0        40      0      0      0       40      0      0      0 LRU

eth1 is a Intel 3945 unconfigured.

Final rsync output and recovery:

Lynyrd_Skynyrd/Christmas_Time_Again/02_Rudolph_the_Red-Nosed_Reindeer.mp3
     2425000 100%    2.36MB/s    0:00:00 (xfer#659, to-check=10334/15967)
Lynyrd_Skynyrd/Christmas_Time_Again/03_Christmas_Time_Again.mp3
     4386064 100%    2.21MB/s    0:00:01 (xfer#660, to-check=10333/15967)
Lynyrd_Skynyrd/Christmas_Time_Again/04_Greensleeves.mp3
rsync error: unexplained error (code 130) at rsync.c(271) [generator=2.6.9]
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(271) 
[receiver=2.6.9]

real    10m20.775s
user    1m34.122s
sys     0m18.405s
[EMAIL PROTECTED]:/media/WD Passport$ ping mage

[EMAIL PROTECTED]:/media/WD Passport$ sudo rmmod sky2Password:
[EMAIL PROTECTED]:/media/WD Passport$ sudo modprobe sky2
[EMAIL PROTECTED]:/media/WD Passport$ ping mage
ping: unknown host mage
[EMAIL PROTECTED]:/media/WD Passport$ ping mage
PING mage(129..x) 56(84) bytes of data.
64 bytes from mage (129.x): icmp_seq=1 ttl=255 time=5.35 ms
64 bytes from mage (129..x): icmp_seq=2 ttl=255 time=0.345 ms

--- mage ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1004ms
rtt min/avg/max/mdev = 0.345/2.849/5.353/2.504 ms

-- 
sky2 driver stalls
https://bugs.launchpad.net/bugs/68338
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to