-----Original Message-----
From: Darac Marjal [mailto:mailingl...@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?



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/010b01ce9e6c$a03a3970$e0aeac50$@net.pl

Reply via email to