Gut feeling is that you have managed to trigger a buffer overrun. What would help is the full log including any stack trace that precedes the "skb_over_panic: text: <yadda>" along with the kernel version (guessing 3.1.9).marosg wrote:Here is the error, I get it EVERY time I do scp, after it copies couple of MB.
skb_over_panic
Kernel BUG at net/core/skbuff.c:128
Unable to handle kernel NULL pointer dereference at virtual address 00000000
Code: Select all
man scpAlso worth looking at the -C flag to enable compression which might help, or it may cause one end of the link to bog down.SYNOPSIS
scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file] [-l limit] [-o ssh_option]
[-P port] [-S program] [[user@]host1:]file1 ... [[user@]host2:]file2
[...]
-l limit
Limits the used bandwidth, specified in Kbit/s.