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

	<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>2006-08-07T01:10:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-08-07T01:10:55-04:00</updated>

		<published>2006-08-07T01:10:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65224#p65224</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65224#p65224"/>
		<title type="html"><![CDATA[Problems starting up bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65224#p65224"><![CDATA[
<blockquote class="uncited"><div>done that, well it seems that it doesen't go online</div></blockquote>Then do the following and watch all of the output, it will show what is wrong:<div class="codebox"><p>Code: </p><pre><code>./eggdrop -n eggdrop.conf</code></pre></div>I also gave you a link in an earlier post on setting up egddrop, I suggest you follow the guide.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon Aug 07, 2006 1:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[hype]]></name></author>
		<updated>2006-08-06T23:30:12-04:00</updated>

		<published>2006-08-06T23:30:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65223#p65223</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65223#p65223"/>
		<title type="html"><![CDATA[Problems starting up bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65223#p65223"><![CDATA[
done that, well it seems that it doesen't go online<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8058">hype</a> — Sun Aug 06, 2006 11:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-08-06T20:17:43-04:00</updated>

		<published>2006-08-06T20:17:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65220#p65220</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65220#p65220"/>
		<title type="html"><![CDATA[Problems starting up bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65220#p65220"><![CDATA[
<blockquote class="uncited"><div>how do you erase it?</div></blockquote>Make sure you do not have a running process for the bot.<br><br>To find this out and to kill that process do the following on your shell:<div class="codebox"><p>Code: </p><pre><code>ps x</code></pre></div>The result will look something like this:<blockquote class="uncited"><div>[chuckles@cristie ~/bots]$ ps x<br>  PID  TT  STAT      TIME COMMAND<br>73073  p0  SNs    0:00.02 -bash (bash)<br><strong class="text-strong">95803</strong>  p0  SN     0:00.01 /home/chuckles/bots/eggdrop ./borg.conf (eggdrop-1.6.18)<br>96087  p0  RN+    0:00.00 ps x<br>[chuckles@cristie ~/bots]$ </div></blockquote>You will notice that I have highlighted the numbers on the left (in the above example) on the line containing information re eggdrop, that is the PID that needs to be killed if the eggdrop process is running.<br><br>You then issue the command to kill that process using the number given on your shell when you are given the PID for <strong class="text-strong">your</strong> running process.<div class="codebox"><p>Code: </p><pre><code>kill -9 &lt;PID&gt;</code></pre></div>Having done that look for a file named 'pid.&lt;botnick&gt;' using "ls" and then delete:<div class="codebox"><p>Code: </p><pre><code>rm pid.&lt;botnick&gt;</code></pre></div>Unix/Linux is case sensitive so make sure you type everything correctly.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sun Aug 06, 2006 8:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2006-08-06T17:31:02-04:00</updated>

		<published>2006-08-06T17:31:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65216#p65216</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65216#p65216"/>
		<title type="html"><![CDATA[Problems starting up bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65216#p65216"><![CDATA[
Like you'd remove any file... using rm<br><br>I'd strongly suggest making sure there's no process currently running tho, and if so, killing it first...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sun Aug 06, 2006 5:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[hype]]></name></author>
		<updated>2006-08-06T17:07:20-04:00</updated>

		<published>2006-08-06T17:07:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65215#p65215</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65215#p65215"/>
		<title type="html"><![CDATA[Problems starting up bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65215#p65215"><![CDATA[
how do you erase it?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8058">hype</a> — Sun Aug 06, 2006 5:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2006-08-06T16:01:16-04:00</updated>

		<published>2006-08-06T16:01:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65214#p65214</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65214#p65214"/>
		<title type="html"><![CDATA[Problems starting up bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65214#p65214"><![CDATA[
Yep, either you already got a process running, or it exited uncleanly leaving a "pidfile" behind...<br>Just do as the last line tells you to: Check if you already got a process running, otherwize remove the pidfile<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sun Aug 06, 2006 4:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[hype]]></name></author>
		<updated>2006-08-06T15:59:09-04:00</updated>

		<published>2006-08-06T15:59:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65213#p65213</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65213#p65213"/>
		<title type="html"><![CDATA[Problems starting up bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65213#p65213"><![CDATA[
That is what I got when I ./eggdrop -m eggdrop.conf it, It doesent start, is there any problem you can find?<br><br><br><br>hype@asylum:~/weridePONIES$ ./eggdrop -m eggdrop.conf<br><br>Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads<br>[21:57] --- Loading eggdrop v1.6.18 (Sun Aug  6 2006)<br>[21:57] Module loaded: dns<br>[21:57] Module loaded: channels<br>[21:57] Module loaded: server<br>[21:57] Module loaded: ctcp<br>[21:57] Module loaded: irc<br>[21:57] Module loaded: transfer         (with lang support)<br>[21:57] Module loaded: share<br>[21:57] Module loaded: notes            (with lang support)<br>[21:57] Module loaded: console          (with lang support)<br>[21:57] Module loaded: blowfish<br>[21:57] Module loaded: uptime<br>[21:57] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).<br>[21:57] use '.help userinfo' for commands.<br><br><br>STARTING BOT IN USERFILE CREATION MODE.<br>Telnet to the bot and enter 'NEW' as your nickname.<br>OR go to IRC and type:  /msg wrp|eggdrop hello<br>This will make the bot recognize you as the master.<br><br>[21:57] === wrp|eggdr: 0 channels, 0 users.<br>I detect wrp|eggdr already running from this directory.<br>If this is incorrect, erase the 'pid.wrp|eggdr'<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8058">hype</a> — Sun Aug 06, 2006 3:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2006-08-06T15:58:51-04:00</updated>

		<published>2006-08-06T15:58:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65212#p65212</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65212#p65212"/>
		<title type="html"><![CDATA[Problems starting up bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65212#p65212"><![CDATA[
You might wanna try start it up with: ./eggdrop -nt eggdrop.conf (or ./eggdrop -mnt eggdrop.conf if you havn't created a userfile yet).<br>That prevents your bot from forking into background, and instead provides you with a console... should atleast give you some insight on what your bot is actually doing<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sun Aug 06, 2006 3:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[hype]]></name></author>
		<updated>2006-08-06T15:41:54-04:00</updated>

		<published>2006-08-06T15:41:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65211#p65211</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65211#p65211"/>
		<title type="html"><![CDATA[Problems starting up bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65211#p65211"><![CDATA[
well, I whois'ed it but nothing shows up<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8058">hype</a> — Sun Aug 06, 2006 3:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Callisto]]></name></author>
		<updated>2006-08-06T13:11:01-04:00</updated>

		<published>2006-08-06T13:11:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65206#p65206</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65206#p65206"/>
		<title type="html"><![CDATA[Problems starting up bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65206#p65206"><![CDATA[
<blockquote class="uncited"><div>Alright, well I fixed that problem and rank ./eggdrop -m eggdrop.conf and the message says its working perfectly fine, but its not online... will you happen to know a problem like this?</div></blockquote>have you tried to whois the bot from the network? it may be connecting but not joining any channels especially if you havent set them in the config<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6064">Callisto</a> — Sun Aug 06, 2006 1:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[hype]]></name></author>
		<updated>2006-08-06T12:09:16-04:00</updated>

		<published>2006-08-06T12:09:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65205#p65205</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65205#p65205"/>
		<title type="html"><![CDATA[Problems starting up bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65205#p65205"><![CDATA[
Alright, well I fixed that problem and rank ./eggdrop -m eggdrop.conf and the message says its working perfectly fine, but its not online... will you happen to know a problem like this?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8058">hype</a> — Sun Aug 06, 2006 12:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Callisto]]></name></author>
		<updated>2006-08-06T05:56:02-04:00</updated>

		<published>2006-08-06T05:56:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65200#p65200</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65200#p65200"/>
		<title type="html"><![CDATA[Problems starting up bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65200#p65200"><![CDATA[
<blockquote class="uncited"><div>Will this be the reason It wont start? If so what should I do? (i checked if there was a section on encryption but there isnt, where could i find this?)<br><br>You have installed modules but have not selected an encryption<br>module, please consult the default config file for info.</div></blockquote>And this is from the config file..<blockquote class="uncited"><div>#### BLOWFISH MODULE ####<br><br># IF YOU DON'T READ THIS YOU MAY RENDER YOUR USERFILE USELESS LATER<br># Eggdrop encrypts its userfile, so users can have secure passwords.<br># Please note that when you change your encryption method later (i.e.<br># using other modules like a md5 module), you can't use your current<br># userfile anymore. Eggdrop will not start without an encryption module.<br>loadmodule blowfish</div></blockquote>Just remove the # at the beginning of #loadmodule blowfish<br>It really pays to read the setting up an eggdrop suggested and also the complete config file BEFORE trying to start your eggdrop.<br><br>Good luck<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6064">Callisto</a> — Sun Aug 06, 2006 5:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[hype]]></name></author>
		<updated>2006-08-06T00:53:12-04:00</updated>

		<published>2006-08-06T00:53:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65198#p65198</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65198#p65198"/>
		<title type="html"><![CDATA[Problems starting up bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65198#p65198"><![CDATA[
Will this be the reason It wont start? If so what should I do? (i checked if there was a section on encryption but there isnt, where could i find this?)<br><br>You have installed modules but have not selected an encryption<br>module, please consult the default config file for info.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8058">hype</a> — Sun Aug 06, 2006 12:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-08-06T00:33:03-04:00</updated>

		<published>2006-08-06T00:33:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65197#p65197</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65197#p65197"/>
		<title type="html"><![CDATA[Problems starting up bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65197#p65197"><![CDATA[
I would suggest you follow the instructions in <a href="http://www.egghelp.org/setup.htm" class="postlink">Setting up an Eggdrop</a> carefully and line by line.<br><br>Also try this to see exactly what is not going right:<div class="codebox"><p>Code: </p><pre><code>./eggdrop -n eggdrop.conf</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sun Aug 06, 2006 12:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[hype]]></name></author>
		<updated>2006-08-05T23:54:38-04:00</updated>

		<published>2006-08-05T23:54:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65194#p65194</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65194#p65194"/>
		<title type="html"><![CDATA[Problems starting up bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65194#p65194"><![CDATA[
Alright, well I fixed everything and the ./eggdrop -m eggdrop.conf worked, but its been 10 minutes and the bot hasnt gone online, and I'm not sure what to do..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8058">hype</a> — Sat Aug 05, 2006 11:54 pm</p><hr />
]]></content>
	</entry>
	</feed>
