<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/17873" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2010-07-20T18:05:12-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/17873</id>

		<entry>
		<author><name><![CDATA[mr_fanatic]]></name></author>
		<updated>2010-07-20T18:05:12-04:00</updated>

		<published>2010-07-20T18:05:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93604#p93604</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93604#p93604"/>
		<title type="html"><![CDATA[Help: too many open files]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93604#p93604"><![CDATA[
Thank you for the reply, after looking at the tcl loaded, the error comes from OTBN.tcl 2.3 by Overtech Technologies and the error it gives was on <strong class="text-strong">onjoin_out</strong> function. But i have no idea how to fixed it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9267">mr_fanatic</a> — Tue Jul 20, 2010 6:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2010-07-20T13:27:48-04:00</updated>

		<published>2010-07-20T13:27:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93593#p93593</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93593#p93593"/>
		<title type="html"><![CDATA[Help: too many open files]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93593#p93593"><![CDATA[
Are you using some custom scripts? This kind of error is generally caused by scripts leaking file descriptors (opening files for reading and/or writing, but failing to close them later on).<br><br>A classic example of this:<div class="codebox"><p>Code: </p><pre><code>...set data [read [open "somefile" r]]...</code></pre></div>You could also try to use the ulimit command to check/update the number of concurrent files your processes may open:<div class="codebox"><p>Code: </p><pre><code># ulimit -n1024# ulimit -n 2048</code></pre></div>Be adviced this might need elevated privileges though..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Tue Jul 20, 2010 1:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mr_fanatic]]></name></author>
		<updated>2010-07-20T08:55:11-04:00</updated>

		<published>2010-07-20T08:55:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93589#p93589</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93589#p93589"/>
		<title type="html"><![CDATA[Help: too many open files]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93589#p93589"><![CDATA[
Hello,<br><br>On the shell the bot automatically create a new file on which the channel it is on (currently 3). example: eggdrop.#chan1 eggdrop.#chan2 eggdrop.#chan3<br><br>My problem is that on the DCC chat it says "too many open files.. cannot write user file". Is there any settings on the config which makes it do that create a new file and how will i turn it off. I was playing around with the <strong class="text-strong">use-info</strong> settings for greeting user when they join channel. But now i turned that off and delete the eggdrop.#chan1 etc. file manually. After that i restart the bot and still it create a new file on the channel which it is on.<br><br>This is really annoying me, please advise.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9267">mr_fanatic</a> — Tue Jul 20, 2010 8:55 am</p><hr />
]]></content>
	</entry>
	</feed>
