<?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/13399" />

	<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>2007-04-20T23:53:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2007-04-20T23:53:03-04:00</updated>

		<published>2007-04-20T23:53:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72163#p72163</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72163#p72163"/>
		<title type="html"><![CDATA[Telnet says cannot restart using -n]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72163#p72163"><![CDATA[
wow, that's actually an error I haven't seen before<br>hopefully nml375, or one of the other devs, can shed some light on what's going on.<br><br>I wouldn't think it's a threaded TCL issue since all of my servers use threaded TCL and I haven't had any problems like this with eggdrops on any of them.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Fri Apr 20, 2007 11:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[MrMike19597]]></name></author>
		<updated>2007-04-20T13:39:45-04:00</updated>

		<published>2007-04-20T13:39:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72154#p72154</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72154#p72154"/>
		<title type="html"><![CDATA[Telnet says cannot restart using -n]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72154#p72154"><![CDATA[
ok here is what i am getting<br><br>[06:28] net: connect! sock 5<br>[06:28] DNS resolved xx.xx.xxx.xxx to xxxxx<br>[06:28] Telnet connection: xxxxx/3330<br>[06:28] net: connect! sock 11<br>[06:28] net: eof!(write) socket 11 (Connection refused,111)<br>[06:28] Timeout/EOF ident connection<br>[06:28] Logged in: Mike(telnet@wxxxxx/3330)<br>[06:28] tcl: builtin dcc call: *dcc:save Mike 10 <br>[06:28] Writing user file...<br>[06:28] Writing channel file...<br>[06:28] tcl: builtin dcc call: *dcc:restart Mike 10 <br>[06:28] #Mike# restart<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6450">MrMike19597</a> — Fri Apr 20, 2007 1:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-04-20T10:14:23-04:00</updated>

		<published>2007-04-20T10:14:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72153#p72153</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72153#p72153"/>
		<title type="html"><![CDATA[Telnet says cannot restart using -n]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72153#p72153"><![CDATA[
This would sound like a pthread/fork issue. I would guess that the tcl-library you're using was compiled with threads enabled, which now causes problems when your eggdrop tries to fork() into background (using -n or -nt prevents forking, and hence your eggdrop will suddenly appear to work without any problems. Unfortunately, because of tcl, you cannot use .restart when not launched into background).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Fri Apr 20, 2007 10:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2007-04-20T09:32:03-04:00</updated>

		<published>2007-04-20T09:32:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72149#p72149</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72149#p72149"/>
		<title type="html"><![CDATA[Telnet says cannot restart using -n]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72149#p72149"><![CDATA[
./eggdrop -ntm eggdrop.conf<br><br>this should allow you to see why it's not connecting properly<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Fri Apr 20, 2007 9:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[MrMike19597]]></name></author>
		<updated>2007-04-20T04:06:06-04:00</updated>

		<published>2007-04-20T04:06:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72143#p72143</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72143#p72143"/>
		<title type="html"><![CDATA[Telnet says cannot restart using -n]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72143#p72143"><![CDATA[
ok lets see where to start ... all the problems lol i spent days configuring the firewall to let me telnet .. finally i get things going but when i ./eggdrop -m eggdrop.conf it loads fine but it will not go to the server unless i do ./eggdrop -m eggdrop.conf -n so i have the user file an everything made an i can telnet... but now i cant .restart it says you cannot .restart while using -n and then something about TCL? now if i remove the -n an start the bot without the -n it will still not go to the server and its not giving me any reason why, any suggestions??<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6450">MrMike19597</a> — Fri Apr 20, 2007 4:06 am</p><hr />
]]></content>
	</entry>
	</feed>
