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

	<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>2002-08-19T08:53:29-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-08-19T08:53:29-04:00</updated>

		<published>2002-08-19T08:53:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9915#p9915</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9915#p9915"/>
		<title type="html"><![CDATA[need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9915#p9915"><![CDATA[
The resolve.conf file is part of the OS.<br><br>.conf files are spoken standard (non official, but used for simplicity and wide conformation)<br><br>It should be located in the /etc/ directory.<br><br>IE, this is not the eggdrop config file.<br><br>Another thing to check, what is the exact server name specified int he bot's config file.<br><br>It sounds like the hostname you have set on the linux box, is conflicting with this server name.<br><br>Maybe setting a proper value for hostname in root would help. IE login to root and type "hostname localhost". See if that helps.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Aug 19, 2002 8:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-19T08:42:00-04:00</updated>

		<published>2002-08-19T08:42:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9913#p9913</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9913#p9913"/>
		<title type="html"><![CDATA[need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9913#p9913"><![CDATA[
<blockquote class="uncited"><div>Now we are getting to the route of the problem.<br><br>net.c is locate in the eggdrop src directory, and contains the code for eggdrop managment of network connections.<br><br>The hostname you have above does not exist, or at least does not resolve. As such, this is causing the error about "not found".<br><br>Have you setup your name servers correctly in resolve.conf<br><br>Have you tried adding the IRC server to the /etc/hosts file<blockquote class="uncited"><div>127.0.0.1     localhost.localdomain localhost<br>125.231.120.144 irc.server.name.here</div></blockquote>(replacing the values correctly)<br><br>then try eggdrop.<br><br>If this works, it sounds like it may be a system configuration issue else where.</div></blockquote>Where is net.c? In eggdrop src directory?<br>I don't have any src directory in any eggdrop.<br>As for resolve.conf... I only have it in windrop 1.6.13 cvs.<br>And i will try as you said about the hosts file.<p>Statistics: Posted by Guest — Mon Aug 19, 2002 8:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-08-19T08:47:21-04:00</updated>

		<published>2002-08-18T08:08:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9891#p9891</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9891#p9891"/>
		<title type="html"><![CDATA[need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9891#p9891"><![CDATA[
Now we are getting to the route of the problem.<br><br>net.c is locate in the eggdrop src directory, and contains the code for eggdrop managment of network connections.<br><br>The hostname you have above does not exist, or at least does not resolve. As such, this is causing the error about "not found".<br><br>Have you setup your name servers correctly in resolve.conf<br><br>Have you tried adding the IRC server to the /etc/hosts file<blockquote class="uncited"><div>127.0.0.1     localhost.localdomain localhost<br>125.231.120.144 irc.server.name.here</div></blockquote>(replacing the values correctly)<br><br>then try eggdrop.<br><br>If this works, it sounds like it may be a system configuration issue else where.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Aug 18, 2002 8:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-18T07:57:57-04:00</updated>

		<published>2002-08-18T07:57:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9890#p9890</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9890#p9890"/>
		<title type="html"><![CDATA[Re: Need more info]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9890#p9890"><![CDATA[
[quote="Mapherick"]from net.c:<div class="codebox"><p>Code: </p><pre><code>void neterror(char *s){  switch (errno) {  case EADDRINUSE:    strcpy(s, "Address already in use");    break;</code></pre></div>[cut]<div class="codebox"><p>Code: </p><pre><code>  case EINVAL:    strcpy(s, "Invalid namespace");    break;</code></pre></div><br>Where do i find this file: net.c ?<p>Statistics: Posted by Guest — Sun Aug 18, 2002 7:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-18T07:54:32-04:00</updated>

		<published>2002-08-18T07:54:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9889#p9889</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9889#p9889"/>
		<title type="html"><![CDATA[need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9889#p9889"><![CDATA[
<blockquote class="uncited"><div>I've made a test and saw that it does connect, but to localhost. I've installed psyBNC and ran the psyBNC script and it got connected, but on other servers , no.</div></blockquote>Well what i´ve ment is that i connected the eggdrop to a psyBNC on localhost, and from there to Undernet, and it worked OK. I´ve also considered what ppslim said, to connect to a local irc server, which i´ve also tried, and again everything worked ok.<div class="codebox"><p>Code: </p><pre><code> [jay-c@JayC jay-c]$ gcc --version2.96[jay-c@JayC jay-c]$</code></pre></div>And <strong class="text-strong">THE BOMB</strong> is that telnet does connect to the IRC server (not in localhost) both on Mandrake and on Windows.<br>I´ve also tried another thing: i´ve DNS-ed the hostnames of the Servers to find their IP´s and use them instead of their hostname cos' i heard that it connects faster, but still the same results<br>Oooo.. and another thing whitch bugged me.<br>When i start Mandrake i get an error like : could not find JayC.Galati.Astral.Ro (which is my hostname) and told me to fix it in /etc/hosts<br>I´ve found in it : <div class="codebox"><p>Code: </p><pre><code>127.0.0.1localhost.localdomain localhost</code></pre></div>And also i´ve found another conf file host.conf :<div class="codebox"><p>Code: </p><pre><code>order hosts,bindmulti on</code></pre></div>hosts.allow:<div class="codebox"><p>Code: </p><pre><code>## hosts.allowThis file describes the names of the hosts which are#allowed to use the local INET services, as decided#by the '/usr/sbin/tcpd' server.#</code></pre></div>hosts.deny:<div class="codebox"><p>Code: </p><pre><code>## hosts.denyThis file describes the names of the hosts which are#*not* allowed to use the local INET services, as decided#by the '/usr/sbin/tcpd' server.## The portmap line is redundant, but it is left to remind you that# the new secure portmap uses hosts.deny and hosts.allow.  In particular# you should know that NFS uses portmap!</code></pre></div>Could something here be a problem?<p>Statistics: Posted by Guest — Sun Aug 18, 2002 7:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-18T07:21:34-04:00</updated>

		<published>2002-08-18T07:21:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9887#p9887</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9887#p9887"/>
		<title type="html"><![CDATA[need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9887#p9887"><![CDATA[
Wow, this ppslim-guy keeps on being right <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"> <br>As for telnet, what he said!<br><br>The idea behind it is this:<br>It looks like your eggdrop tries to read from a non-existent or empty/negative socket, returning the EINVAL. Theres two possibilities: <br>1. a misconfiguration on your mandrake box<br>2. an incompatibility in the few latest eggdrop versions.<br><br>Since almost every linux distro is trying to deliver an 'out-of-the-box' product nowadays, making the products unneccessary complex, it's really hard to simulate your problem on another box so i think thats a waste of time. However, if telnet doesn't fail like eggdrop does it might become interesting to do so. Any best practises?<p>Statistics: Posted by Guest — Sun Aug 18, 2002 7:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-08-17T15:32:30-04:00</updated>

		<published>2002-08-17T15:32:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9872#p9872</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9872#p9872"/>
		<title type="html"><![CDATA[need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9872#p9872"><![CDATA[
When he was talking about telnet, I think he meant:<br><br>If eggdrop can't connect to "you.server.here" on port 6667, is telnet able to do so?<br><br>Now from somthing you stated in your last post, I am guessing you are running the IRCD on the same server as the eggdrop?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sat Aug 17, 2002 3:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-17T14:43:23-04:00</updated>

		<published>2002-08-17T14:43:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9870#p9870</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9870#p9870"/>
		<title type="html"><![CDATA[need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9870#p9870"><![CDATA[
Win Xp is IPv6 enabled, but i connect to IPv4 servers. I've made a test and saw that it does connect, but to localhost. I've installed psyBNC and ran the psyBNC script and it got connected, but on other servers , no.<br>The Mandrake box is IPv4.<br>I don't need to telnet because i can access very easy.<br>I will check later the compiler version, now it is in maintenance.<p>Statistics: Posted by Guest — Sat Aug 17, 2002 2:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-17T07:48:20-04:00</updated>

		<published>2002-08-17T07:48:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9859#p9859</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9859#p9859"/>
		<title type="html"><![CDATA[need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9859#p9859"><![CDATA[
Ok. Are you able to telnet to the same irc server on that machine? Do something like:<div class="codebox"><p>Code: </p><pre><code>u@box# telnet&gt; open [server.address] 6667 </code></pre></div>for compiler version give the command "gcc --version" (assuming that mandrake packed gcc)<br><br>You say you have winXP with IPv6, does the same go for the mandrake box? or is it IPv4?<p>Statistics: Posted by Guest — Sat Aug 17, 2002 7:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-17T07:37:36-04:00</updated>

		<published>2002-08-17T07:37:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9856#p9856</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9856#p9856"/>
		<title type="html"><![CDATA[need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9856#p9856"><![CDATA[
And on Windows i connect to Undernet in less than 3 seconds, but on windrop i get server timeouts on all servers , not only Undernet.<br>P.S. : I'm running Windows Xp , and i have IPv6 support installed<p>Statistics: Posted by Guest — Sat Aug 17, 2002 7:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-17T07:38:52-04:00</updated>

		<published>2002-08-17T07:34:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9855#p9855</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9855#p9855"/>
		<title type="html"><![CDATA[need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9855#p9855"><![CDATA[
I'm running Mandrake Linux 8.2, Tcl. version 8.3, compiler version i don't know.<br>I use scripts ( don't know if custom ) but i don't think that's the problem because i've unchecked them and still the same error.<br>I get this error on eggdrop versions 1.6.12 and 1.6.10, i haven't tried on an older version.<p>Statistics: Posted by Guest — Sat Aug 17, 2002 7:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-16T10:40:22-04:00</updated>

		<published>2002-08-16T10:40:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9845#p9845</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9845#p9845"/>
		<title type="html"><![CDATA[Need more info]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9845#p9845"><![CDATA[
from net.c:<div class="codebox"><p>Code: </p><pre><code>void neterror(char *s){  switch (errno) {  case EADDRINUSE:    strcpy(s, "Address already in use");    break;</code></pre></div>[cut]<div class="codebox"><p>Code: </p><pre><code>  case EINVAL:    strcpy(s, "Invalid namespace");    break;</code></pre></div>from HP-UX manpages:<div class="codebox"><p>Code: </p><pre><code>[EINVAL]        Invalid argument.  Some invalid argument (such as                unmounting a device that is not currently mounted,                mentioning an undefined signal in signal() or kill(), or                reading or writing a file for which lseek() has generated                 a negative pointer).</code></pre></div>Can you supply a bit more details about your environment?<br>Info like eggdrop version, tcl version, OS version and compiler version are very usefull. Also: do you use custom scripts and modules? If yes, which?<br><br>So far it looks like either code from the net.c or an external module is generating this error.<p>Statistics: Posted by Guest — Fri Aug 16, 2002 10:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-16T08:45:47-04:00</updated>

		<published>2002-08-16T08:45:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9841#p9841</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9841#p9841"/>
		<title type="html"><![CDATA[need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9841#p9841"><![CDATA[
Timeouts I get on a Windows machine.<br>The first problem i would like more help on, that's on a *nix machine.<p>Statistics: Posted by Guest — Fri Aug 16, 2002 8:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-08-16T08:06:34-04:00</updated>

		<published>2002-08-16T08:06:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9840#p9840</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9840#p9840"/>
		<title type="html"><![CDATA[need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9840#p9840"><![CDATA[
When you say you don't get timeout's on other clients.<br><br>Are these clients on the same machine?<br><br>Are you running eggdrop on *nix or windows?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Aug 16, 2002 8:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-16T07:48:00-04:00</updated>

		<published>2002-08-16T07:48:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9839#p9839</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9839#p9839"/>
		<title type="html"><![CDATA[need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9839#p9839"><![CDATA[
I have some problems connecting some eggdrops in different places:<br>1) Can't connecto to &lt;server&gt; (Invalid NameSpace)<br>2) I Get Server Timeouts, i don't know why because i don't get timeouts on other irc clients.<br><br>Please HELP<p>Statistics: Posted by Guest — Fri Aug 16, 2002 7:48 am</p><hr />
]]></content>
	</entry>
	</feed>
