On Wed, Aug 21, 2013 at 12:25:11PM +0200, Sub wrote:
> Sorry to bother with this well known topic. But I was not able to find any 
> similar situation in this list archiveā€¦
> 
> 
> ~# wc -l /proc/net/ip_conntrack
> wc: /proc/net/ip_conntrack: No space left on device
> 0 /proc/net/ip_conntrack

This is probably an issue with how wc reads files. Try "cat
/proc/net/ip_conntrack | wc -l". Files on /proc and /sys aren't really
files, they just (mostly) behave like them.

Attachment: signature.asc
Description: Digital signature

Reply via email to