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

	<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>2009-09-10T19:36:54-04:00</updated>

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

		<entry>
		<author><name><![CDATA[lxsg]]></name></author>
		<updated>2009-09-10T19:36:54-04:00</updated>

		<published>2009-09-10T19:36:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90207#p90207</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90207#p90207"/>
		<title type="html"><![CDATA[Missing messages in logfiles]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90207#p90207"><![CDATA[
To anyone else reading this topic and hoping to find a solution for a similar issue, mine was just a misspelling of the channel name as nml375 has diagnosed for me; the eggdrop is working great now.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10850">lxsg</a> — Thu Sep 10, 2009 7:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lxsg]]></name></author>
		<updated>2009-09-10T19:33:24-04:00</updated>

		<published>2009-09-10T19:33:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90206#p90206</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90206#p90206"/>
		<title type="html"><![CDATA[Re: Missing messages in logfiles]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90206#p90206"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>I'm trying to log the conversation on an IRC channel, and I've set up an Eggdrop on my VPS based on these two guides:<br><a href="http://www.arkinex.com/guides/65/install-eggdrop-debian/" class="postlink">http://www.arkinex.com/guides/65/instal ... op-debian/</a><br><a href="http://www.cyberarmy.net/library/article/207" class="postlink">http://www.cyberarmy.net/library/article/207</a><br>..snipped over quoting irrelevant parts, they've been omitted..<br><br>Any idea what could have caused this issue?</div></blockquote>The 1st url you give appears to download, compile, make, etc the eggdrop. The 2nd url appears to do the same with added benefit of a simplified (albeit incomplete) eggdrop.conf setup. Using strictly these 2 urls to configure your eggdrop cause this behavior.<div class="codebox"><p>Code: </p><pre><code># What is your network?#   0 = EFnet#   1 = IRCnet#   2 = Undernet#   3 = DALnet#   4 = +e/+I/max-modes 20 Hybrid#   5 = Othersset net-type 0</code></pre></div>The default is set to efnet. Simply put, it starts out at 0. Unless you change this to what network-type your connecting to (and neither url above does, hence my mentioning icomplete up there), and it just so happens it isn't efnet. Well, you've just discovered what happens. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"></div></blockquote>I've changed that to "5" after reading through the entire .conf file (thanks to the 2 die statements embedded in there <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"> ).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10850">lxsg</a> — Thu Sep 10, 2009 7:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2009-09-10T19:30:11-04:00</updated>

		<published>2009-09-10T19:30:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90205#p90205</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90205#p90205"/>
		<title type="html"><![CDATA[Re: Missing messages in logfiles]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90205#p90205"><![CDATA[
<blockquote class="uncited"><div>I'm trying to log the conversation on an IRC channel, and I've set up an Eggdrop on my VPS based on these two guides:<br><a href="http://www.arkinex.com/guides/65/install-eggdrop-debian/" class="postlink">http://www.arkinex.com/guides/65/instal ... op-debian/</a><br><a href="http://www.cyberarmy.net/library/article/207" class="postlink">http://www.cyberarmy.net/library/article/207</a><br>..snipped over quoting irrelevant parts, they've been omitted..<br><br>Any idea what could have caused this issue?</div></blockquote>The 1st url you give appears to download, compile, make, etc the eggdrop. The 2nd url appears to do the same with added benefit of a simplified (albeit incomplete) eggdrop.conf setup. Using strictly these 2 urls to configure your eggdrop cause this behavior.<div class="codebox"><p>Code: </p><pre><code># What is your network?#   0 = EFnet#   1 = IRCnet#   2 = Undernet#   3 = DALnet#   4 = +e/+I/max-modes 20 Hybrid#   5 = Othersset net-type 0</code></pre></div>The default is set to efnet. Simply put, it starts out at 0. Unless you change this to what network-type your connecting to (and neither url above does, hence my mentioning incomplete up there), and it just so happens it isn't efnet. Well, you've just discovered what happens. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>Edit: solved before I saw it. But..was I right?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Thu Sep 10, 2009 7:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lxsg]]></name></author>
		<updated>2009-09-10T19:23:57-04:00</updated>

		<published>2009-09-10T19:23:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90204#p90204</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90204#p90204"/>
		<title type="html"><![CDATA[Missing messages in logfiles]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90204#p90204"><![CDATA[
<blockquote class="uncited"><div>Feel free to try and catch me online, though I tend to be idle on irc every now and then these days..</div></blockquote>Thanks a lot for helping me troubleshoot this and getting it fixed over IRC! I owe you one for this.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10850">lxsg</a> — Thu Sep 10, 2009 7:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2009-09-10T18:51:33-04:00</updated>

		<published>2009-09-10T18:51:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90203#p90203</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90203#p90203"/>
		<title type="html"><![CDATA[Missing messages in logfiles]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90203#p90203"><![CDATA[
Feel free to try and catch me online, though I tend to be idle on irc every now and then these days..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu Sep 10, 2009 6:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lxsg]]></name></author>
		<updated>2009-09-10T18:46:29-04:00</updated>

		<published>2009-09-10T18:46:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90202#p90202</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90202#p90202"/>
		<title type="html"><![CDATA[Missing messages in logfiles]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90202#p90202"><![CDATA[
<blockquote class="uncited"><div>Basically, either they're not connected to the same server (or servers on the same irc network), or the irc server(s) are playing a trick on you.<br><br>Taking into account the debug output in your first post, your eggdrop sees itself joining a channel where it instantly gains operator privileges, and is the sole channel-member (in essence, it "created" the channel).<br><br>Since you say you've got several other clients connected, which can see eachother but not your eggdrop, this only means that your clients and your eggdrop are in fact not joining the same channel. Either the channel-names are messed up, the server-names messed up, or your irc server(s) are playing tricks on you (I don't suppose you're using !channels ?)</div></blockquote>Thanks for the quick reply.<br><br>Hmm...based on your observation, my guess is that my bot entered the wrong channel. Can I discuss with you about this over #eggdrop?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10850">lxsg</a> — Thu Sep 10, 2009 6:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2009-09-10T18:15:53-04:00</updated>

		<published>2009-09-10T18:15:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90201#p90201</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90201#p90201"/>
		<title type="html"><![CDATA[Missing messages in logfiles]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90201#p90201"><![CDATA[
Basically, either they're not connected to the same server (or servers on the same irc network), or the irc server(s) are playing a trick on you.<br><br>Taking into account the debug output in your first post, your eggdrop sees itself joining a channel where it instantly gains operator privileges, and is the sole channel-member (in essence, it "created" the channel).<br><br>Since you say you've got several other clients connected, which can see eachother but not your eggdrop, this only means that your clients and your eggdrop are in fact not joining the same channel. Either the channel-names are messed up, the server-names messed up, or your irc server(s) are playing tricks on you (I don't suppose you're using !channels ?)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu Sep 10, 2009 6:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lxsg]]></name></author>
		<updated>2009-09-10T17:06:10-04:00</updated>

		<published>2009-09-10T17:06:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90200#p90200</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90200#p90200"/>
		<title type="html"><![CDATA[Missing messages in logfiles]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90200#p90200"><![CDATA[
<blockquote class="uncited"><div>I'm not entirely sure I understand your question but I would make three observations.<br><br>1. If you are saying that when you connect to IRC from an alternative computer and find that your bot does not seem to be amongst the IRC channel users, then you are possibly connecting to to a different network server that is split from the one your bot is on.<br><br>2. The channel log definition in your .conf file would not generally need a full path for the file it creates to log channel events. It is normally saved to the logs subdirectory of your bot installation. You seem to be saving it to your bots root directory anyway.<br><br>3. There seems to be a space missing in the channel log definition in your .conf file unless this was simply an error in pasting the information to this forum.<br><br>Taking 2 and 3 above into account, change<br><br>logfile jpk #CHANNELNAME"/home/eggdrop/CHANNELNAME.log"<br><br>to<br><br>logfile jpk #CHANNELNAME "logs/CHANNELNAME.log"<br><br>I don't know if this helps or I have completely misunderstood your question.</div></blockquote>Thanks for your reply, Arfer.<br><br>1. I joined the channel via a few clients simultaneously and I do see the same user list, so I don't think it was split.<br><br>2. Erm, I don't think the log path really matters. After all, the log gets written in the correct path.<br><br>3. Yea I missed a space there while copying the text. The original .conf file has it.<br><br>Ok let me summarize my original post into two questions:<br>1. Why does my eggdrop not appear in the user list even though its log says that it's connected to the server?<br>2. Why is my eggdrop unable to log the public conversation?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10850">lxsg</a> — Thu Sep 10, 2009 5:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arfer]]></name></author>
		<updated>2009-09-10T07:34:02-04:00</updated>

		<published>2009-09-10T07:34:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90199#p90199</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90199#p90199"/>
		<title type="html"><![CDATA[Missing messages in logfiles]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90199#p90199"><![CDATA[
I'm not entirely sure I understand your question but I would make three observations.<br><br>1. If you are saying that when you connect to IRC from an alternative computer and find that your bot does not seem to be amongst the IRC channel users, then you are possibly connecting to to a different network server that is split from the one your bot is on.<br><br>2. The channel log definition in your .conf file would not generally need a full path for the file it creates to log channel events. It is normally saved to the logs subdirectory of your bot installation. You seem to be saving it to your bots root directory anyway.<br><br>3. There seems to be a space missing in the channel log definition in your .conf file unless this was simply an error in pasting the information to this forum.<br><br>Taking 2 and 3 above into account, change<br><br>logfile jpk #CHANNELNAME"/home/eggdrop/CHANNELNAME.log"<br><br>to<br><br>logfile jpk #CHANNELNAME "logs/CHANNELNAME.log"<br><br>I don't know if this helps or I have completely misunderstood your question.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5705">arfer</a> — Thu Sep 10, 2009 7:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lxsg]]></name></author>
		<updated>2009-09-09T20:06:49-04:00</updated>

		<published>2009-09-09T20:06:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90198#p90198</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90198#p90198"/>
		<title type="html"><![CDATA[Missing messages in logfiles]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90198#p90198"><![CDATA[
I'm trying to log the conversation on an IRC channel, and I've set up an Eggdrop on my VPS based on these two guides:<br><a href="http://www.arkinex.com/guides/65/install-eggdrop-debian/" class="postlink">http://www.arkinex.com/guides/65/instal ... op-debian/</a><br><a href="http://www.cyberarmy.net/library/article/207" class="postlink">http://www.cyberarmy.net/library/article/207</a><br><br>The eggdrop.log shows that it's able to connect to the IRC server, but when I connect as another user from my PC, the bot is not on the user list. And the logfile doesn't contain any public messages other than these two lines:<br><br>[07:45] username joined #CHANNELNAME.<br>[07:45] #CHANNELNAME: mode change '+nt ' by irc.HOSTNAME.net<br><br>The corresponding option in eggdrop.conf:<br>logfile jpk #CHANNELNAME"/home/eggdrop/CHANNELNAME.log"<br><br>And here's the output from eggdrop -n beginning from the JOIN command:<br>[07:45] [s-&gt;] JOIN #CHANNELNAME<br>[07:45] [@] USERNAME!~<a href="mailto:USERNAME@IP.ADD.RE.SS">USERNAME@IP.ADD.RE.SS</a> JOIN :#CHANNELNAME<br>[07:45] USERNAME joined #CHANNELNAME.<br>[07:45] [!m] MODE #CHANNELNAME +b<br>[07:45] [m-&gt;] MODE #CHANNELNAME +b<br>[07:45] [!m] MODE #CHANNELNAME +e<br>[07:45] [m-&gt;] MODE #CHANNELNAME +e<br>[07:45] [!m] MODE #CHANNELNAME +I<br>[07:45] [!m] MODE #CHANNELNAME<br>[07:45] [!m] WHO #CHANNELNAME<br>[07:45] [!m] TOPIC #CHANNELNAME<br>[07:45] [@] irc.HOSTNAME.net MODE #CHANNELNAME +nt<br>[07:45] #CHANNELNAME: mode change '+nt ' by irc.HOSTNAME.net<br>[07:45] [@] irc.HOSTNAME.net 353 USERNAME = #CHANNELNAME :@USERNAME<br>[07:45] [@] irc.HOSTNAME.net 366 USERNAME #CHANNELNAME :End of /NAMES list.<br>[07:45] [@] irc.HOSTNAME.net 368 USERNAME #CHANNELNAME :End of Channel Ban List<br>[07:45] [@] irc.HOSTNAME.net 349 USERNAME #CHANNELNAME :End of Channel Exception List<br>[07:45] [m-&gt;] MODE #CHANNELNAME +I<br>[07:45] [@] irc.HOSTNAME.net 347 USERNAME #CHANNELNAME :End of Channel Invite List<br>[07:45] [m-&gt;] MODE #CHANNELNAME<br>[07:45] [@] irc.HOSTNAME.net 324 USERNAME #CHANNELNAME +nt<br>[07:45] [@] irc.HOSTNAME.net 329 USERNAME #CHANNELNAME 1252539918<br>[07:45] [m-&gt;] WHO #CHANNELNAME<br>[07:45] [@] irc.HOSTNAME.net 352 USERNAME #CHANNELNAME ~USERNAME IP.ADD.RE.SS irc.HOSTNAME.net USERNAME H@ :0 /msg USERNAME hello<br>[07:45] [@] irc.HOSTNAME.net 315 USERNAME #CHANNELNAME :End of /WHO list.<br>[07:45] [m-&gt;] TOPIC #CHANNELNAME<br>[07:45] [@] irc.HOSTNAME.net 331 USERNAME #CHANNELNAME :No topic is set.<br>[07:48] [@]  PING :irc.HOSTNAME.net<br>[07:48] [m-&gt;] PONG :irc.HOSTNAME.net<br>[07:50] @#CHANNELNAME (+tn) : [m/1 o/1 h/0 v/0 n/0 b/0 e/0 I/0]<br>[07:50] [m-&gt;] PING :1252540200<br>[07:50] [@] irc.HOSTNAME.net PONG irc.HOSTNAME.net :1252540200<br><br>Any idea what could have caused this issue?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10850">lxsg</a> — Wed Sep 09, 2009 8:06 pm</p><hr />
]]></content>
	</entry>
	</feed>
