-----Original Message----- From: Darac Marjal [mailto:[email protected]] Sent: Wednesday, August 21, 2013 12:47 PM To: [email protected] 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 [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

