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

	<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>2001-12-11T04:18:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Yourname]]></name></author>
		<updated>2001-12-11T04:18:00-04:00</updated>

		<published>2001-12-11T04:18:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2608#p2608</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2608#p2608"/>
		<title type="html"><![CDATA[sentinel caused crash!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2608#p2608"><![CDATA[
Bad bad bad! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":sad:" title="Sad"> The tcl8.3 dir exists but, not the *.so.. And then there is tcl8.0, but not tcl8.1 (one which you suggested)<br><br>I'd be thankful if you'd gimme some steps on how to install tcl8.1 myself..<br><br>Thanks!<br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13">Yourname</a> — Tue Dec 11, 2001 4:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-12-10T19:04:00-04:00</updated>

		<published>2001-12-10T19:04:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2599#p2599</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2599#p2599"/>
		<title type="html"><![CDATA[sentinel caused crash!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2599#p2599"><![CDATA[
This may be intentional, but it is lazy assed administration. It is possible to have multiple installations of Tcl on a system, yet software is able to configure, and use the header and library file, for a matching version.<br><br>When they don't match, it means the admin became lazy (or just aint got a clue) when installing an aditional version of Tcl.<br><br>The first step to making the header and lirary match, is to decide which version of Tcl you wish to use. I recomend 8.3.1, as it has all the commands that some new Tcl scripts need.<br><br>Next step, it to locate the directory where the 8.3.1 library and header files are. You will file the libray stored as /usr/local/lib/tcl8.3/libtcl8.3.so, as this is availble in the debug information. The header file (tcl.h) will be most likely be located as /usr/local/include/tcl8.3/tcl.h. It would be wise to check that theses files a located, and stored as stated above. If not, you should locate them, and make sure they are the correct version, and replace the locations below, with the correct values.<br><br>The next step, it to configure eggdrop to use thbotht he corrct library and header files. Download and decompress the eggdrop tarball.<br><br>Change to the eggdrop directory and issue the ./configure command as follows.<br><blockquote class="uncited"><div>./configure --with-tclinc=/usr/local/include/tcl8.3/tcl.h --with-tcllib=/usr/local/lib/tcl8.3/libtcl8.3.so</div></blockquote>As noted above, if the files are located as different names, or locations, then change the values acordingly.<br><br>Once you hit return, the script will do it's task. After it is completed, you should scroll thtough the output, looking for information, related to Tcl (you will see it). It will tell you the location of Tcl, the library version and the header version. So long as they match (or at least come to 8.3), then you may compile as normal.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Dec 10, 2001 7:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Yourname]]></name></author>
		<updated>2001-12-10T03:30:00-04:00</updated>

		<published>2001-12-10T03:30:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2586#p2586</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2586#p2586"/>
		<title type="html"><![CDATA[sentinel caused crash!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2586#p2586"><![CDATA[
My admin sez, its done intentionally for compatibility. He sez we can compile with whatever ver we want.<br><br>How do we do it?<br><br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13">Yourname</a> — Mon Dec 10, 2001 3:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Pat]]></name></author>
		<updated>2001-12-09T14:22:00-04:00</updated>

		<published>2001-12-09T14:22:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2574#p2574</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2574#p2574"/>
		<title type="html"><![CDATA[sentinel caused crash!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2574#p2574"><![CDATA[
I'm not sure if this would matter or not, but it looks like you compiled your bot with a tcl library from version 8.3.x and a tcl header file from version 8.0.5. You might want to recompile.<br><br>Pat<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=31">Pat</a> — Sun Dec 09, 2001 2:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Yourname]]></name></author>
		<updated>2001-12-09T05:24:00-04:00</updated>

		<published>2001-12-09T05:24:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2563#p2563</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2563#p2563"/>
		<title type="html"><![CDATA[sentinel caused crash!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2563#p2563"><![CDATA[
<blockquote class="uncited"><div>[00:08] sentinel: JOIN-PART flood detected on #hyderabad! Channel locked temporarily.<br>[00:08] * Last context: tclhash.c/672 [TCL proc: sl_jflood, param:  $_jp1 $_jp2 $_jp3 $_jp4]<br>[00:08] * Please REPORT this BUG!<br>[00:08] * Check doc/BUG-REPORT on how to do so.<br>[00:08] * Wrote DEBUG<br>[00:08] * BUS ERROR -- CRASHING!</div></blockquote>Thats the bot.log<br><br>-&gt;<blockquote class="uncited"><div>Debug (eggdrop v1.6.6) written Sun Dec  9 00:08:02 2001<br>Full Patch List: <br>TCL library: /usr/local/lib/tcl8.3<br>TCL version: 8.3 (header version 8.0)<br>TCL patchlevel: 8.3.1+ (header patchlevel 8.0.5)<br>TCL isn't threaded<br>Compile flags: gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H  <br>Link flags: gcc -pipe<br>Strip flags: strip<br>Context: tclhash.c/668, []<br>         tclhash.c/672, [TCL proc: &lt;null&gt;, param:  $_raw1 $_raw2 $_raw3]<br>         tclhash.c/676, []<br>         tclhash.c/668, []<br>         tclhash.c/672, [TCL proc: *raw:<a href="irc:join" class="postlink">irc:join</a>, param:  $_raw1 $_raw2 $_raw3]<br>         tclhash.c/668, []<br>         tclhash.c/672, [TCL proc: autogreet, param:  $_jp1 $_jp2 $_jp3 $_jp4]<br>         tclhash.c/676, []<br>         tclhash.c/668, []<br>         tclhash.c/672, [TCL proc: join_peak, param:  $_jp1 $_jp2 $_jp3 $_jp4]<br>         tclhash.c/676, []<br>         tclhash.c/668, []<br>         tclhash.c/672, [TCL proc: mc:banc:join, param:  $_jp1 $_jp2 $_jp3 $_jp4]<br>         tclhash.c/676, []<br>         tclhash.c/668, []<br>         tclhash.c/672 [TCL proc: sl_jflood, param:  $_jp1 $_jp2 $_jp3 $_jp4]<br><br>SOCK ADDR     PORT  NICK      HOST              TYPE<br>---- -------- ----- --------- ----------------- ----<br>3    D1F7C894  3459 (bots)    *                 lstn  3459<br>4    D1F7C894  3455 (users)   *                 lstn  3455<br>8    D1740761  6667 (server)  rra.tx.us.dal.net serv  (lag: 180)<br>6    00000000     0 (dns)                       dns   (ready)<br>10   CA38C79C 63016 Yourname  et@202.56.199.156 chat  flags: cpTEp/0<br>12   D461CD4E  3195 Vandal    net@212.97.205.78 bot   flags: puCOsgwliA<br>14   3F907A0C  3459 Nasreen   esuperbabes.com   bot   flags: pucOsgwliA<br><br>Compiled without extensive memory debugging (sorry).<br>Open sockets: 3 (listen), 4 (listen), 6 (passed on), 10, 8 (inbuf: 01DA), 12, 13 (file), 14, done.</div></blockquote>Thats the Debug..<br><br>-&gt;<blockquote class="uncited"><div>*** Gorgon sets mode: +mi<br>*** Gorgon has quit IRC (Client closed connection)</div></blockquote>Thats what happened on the channel. Whats the whole thing about? I didnt post it on eggheads cuz.. This whole thing is related to sentinel, netbots component.<br><br><br><br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13">Yourname</a> — Sun Dec 09, 2001 5:24 am</p><hr />
]]></content>
	</entry>
	</feed>
