=== IdleOne is now known as pangolin [12:57] Hey all [16:35] for those who have not heard, it's ''Precise Pangolin'' [16:36] I heard [16:41] Those things look weird [17:20] hi guys - anyone alive? [17:20] I have a quick question - I have a java application that starts via a shell script [17:20] * genii-around waves [17:21] I've run the startup.sh quite a few times [17:21] now when I try and run it, I'm getting this int he console: .: 2: 3: Too many open files [17:21] the scrip itself seems to set ulimit to 20000 [17:21] any ideas on how I find out wtf is going on? :] [17:21] I restarted the box.... [17:21] Maybe it's not closing whatever files it opens [17:21] still same thing [17:21] Hm [17:22] yeah it's real yodd [17:22] I don't know how I even go about debugging [17:23] any ideas genii-around ? :) [17:24] None that come immediately to mind. Looks like it stores someplace the files that are open. Maybe ask in java channel? [17:28] ye [17:38] willwh: Maybe set in /etc/sysctl.conf the variable fs.file-max=20000 or so