[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: ip_conntrack again



-----Original Message-----
From: Darac Marjal [mailto:mailinglist@darac.org.uk] 
Sent: Wednesday, August 21, 2013 12:47 PM
To: debian-user@lists.debian.org
Subject: Re: ip_conntrack again

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.


Thank you for your reply.
Well, it gives the same result:

~# cat /proc/net/ip_conntrack | wc -l
cat: /proc/net/ip_conntrack: No space left on device
0


Any other ideas? How can I resolve this problem? What more can I do?



Reply to: