Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.
looks like results from the old packet errors.. check your ldmd.logs for 'gap in packet sequence' .. what happens sometimes is too much data for too little kernel buffer space
if you see those in your logs cat a look at (depending upon your system) cat /proc/sys/net/core/rmem_max cat /proc/sys/net/core/wmem_max cat /proc/sys/net/core/rmem_default cat /proc/sys/net/core/wmem_default take a look at those values and save them to reset if need be.. and try increasing to something like echo 16777216 >/proc/sys/net/core/rmem_max echo 16777216 >/proc/sys/net/core/wmem_max echo 16777216 >/proc/sys/net/core/rmem_default echo 16777216 >/proc/sys/net/core/wmem_default cheers, --jpatrtick \
python-users
archives: