NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
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: