Re: [Ryu-devel] Too many open files

2018-03-11 Thread Fujimoto Satoshi
l?0?2-- *From: *?0?2"Iwase Yusuke";; *Send time:*?0?2Thursday, Mar 8, 2018 12:13 PM *To:*?0?2"Zhang Yifan"; *Cc:*?0?2"ryu-devel"; *Subject: *?0?2Re: [Ryu-devel] Too many open files Hi, Hmmm... I can't say further because I don't know the details of yo

Re: [Ryu-devel] Too many open files

2018-03-09 Thread Zhang Yifan
? -- Original -- From: "Iwase Yusuke";; Send time: Thursday, Mar 8, 2018 12:13 PM To: "Zhang Yifan"; Cc: "ryu-devel"; Subject: Re: [Ryu-devel] Too many open files Hi, Hmmm... I can't say further because I don't know the details of your en

Re: [Ryu-devel] Too many open files

2018-03-07 Thread Iwase Yusuke
2Original?0?2-- *From: *?0?2"Iwase Yusuke";; *Send time:*?0?2Thursday, Mar 8, 2018 8:23 AM *To:*?0?2"Zhang Yifan"; *Cc:*?0?2"ryu-devel"; *Subject: *?0?2Re: [Ryu-devel] Too many open files Hi, Well, which version of Ryu (also OVS on Mininet?) are you usin

Re: [Ryu-devel] Too many open files

2018-03-07 Thread Zhang Yifan
-- From: "Iwase Yusuke";; Send time: Thursday, Mar 8, 2018 8:23 AM To: "Zhang Yifan"; Cc: "ryu-devel"; Subject: Re: [Ryu-devel] Too many open files Hi, Well, which version of Ryu (also OVS on Mininet?) are you using? And please check whether re-co

Re: [Ryu-devel] Too many open files

2018-03-07 Thread Iwase Yusuke
Hi, Well, which version of Ryu (also OVS on Mininet?) are you using? And please check whether re-connections between Ryu and your switches occur or not. If re-connections occurs too frequently, your switches might try to establish new connections regardless of Ryu could close socket successfully

Re: [Ryu-devel] Too many open files

2018-03-07 Thread Zhang Yifan
Hi, I have modified /etc/security/limits.conf to max, but the error still appears. -- Original -- Hi, I seem the number of "file descriptors" hits the limit of its max. In most case, 1024 is the max per process and "/proc/sys/fs/file-max" contains the max

Re: [Ryu-devel] Too many open files

2018-03-05 Thread Iwase Yusuke
Hi, I seem the number of "file descriptors" hits the limit of its max. In most case, 1024 is the max per process and "/proc/sys/fs/file-max" contains the max of whole of OS. e.g.) $ ulimit -n 1024 $ cat /proc/sys/fs/file-max 800471 Thanks, Iwase On 2018年03月05日 18:33, Zhang Yifan wrote: Hi e

[Ryu-devel] Too many open files

2018-03-05 Thread Zhang Yifan
Hi everyone, I have written a ryu application, it works well with small topology, but when I create a topology which has 80 switches, I obtain the following error: hub: uncaught exception: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/ryu/lib/hub.py", lin

Re: [Ryu-devel] Too many open files?

2014-02-19 Thread Nicholas Bastin
On Wed, Feb 19, 2014 at 2:27 AM, FUJITA Tomonori < fujita.tomon...@lab.ntt.co.jp> wrote: > Hmm, I've never seen such. Looks like the limit of max open files in > Linux kernel was hit. Can you check the result of 'lsof'? To > specifying a process id of ryu-manager like 'lsof -p [process id]' > give

Re: [Ryu-devel] Too many open files?

2014-02-19 Thread FUJITA Tomonori
On Tue, 18 Feb 2014 18:55:54 -1000 Nicholas Bastin wrote: > It doesn't seem to matter what application I run, my Ryu constantly runs > out of open files within an hour or two of running with just a single > switch connected: > > hub: uncaught exception: Traceback (most recent call last): > Fil

[Ryu-devel] Too many open files?

2014-02-18 Thread Nicholas Bastin
It doesn't seem to matter what application I run, my Ryu constantly runs out of open files within an hour or two of running with just a single switch connected: hub: uncaught exception: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/ryu/lib/hub.py", line 48, in _