Hi Andrew! Thanks for reporting this bug! It has now been dealt with upstream.
My guess is there will be a new upstream release soon, so I won't bother with making a new package inbetween (unless time starts dragging out). Here are a couple of workarounds which can be used while waiting for the real solution: 1. Limit the number of keys to the ones you are interested in. Example from lnstat manual page: lnstat -k arp_cache:entries,rt_cache:in_hit,arp_cache:destroys 2. Parse each file one at a time: (cd /proc/net/stat && for file in * ; do lnstat -f $file ; done ) -- Regards, Andreas Henriksson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

