This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Strange connect error

Old posts that have not been replied to for several years.
Locked
User avatar
calle
Voice
Posts: 16
Joined: Tue Oct 26, 2004 10:16 am
Location: Icebearland, Norway
Contact:

Strange connect error

Post by calle »

[23:16] Trying server irc.server.com:6667
[23:16] Failed connect to irc.server.com (Invalid namespace)
[23:16] (@) EOF socket 9, not a dcc socket, not anything.
What is this? Can't find anything on google except some non-readable tcl source code.

Someone?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

this is socket error with error code EINVAL, documented by SVr4, and eggdrop's error message for it is somewhat misleading (Wcc might want to take a look at that); it should be something like Invalid address family

quite possibly an eggdrop bug, you should report it to the development team (check the docs on how to do that)

what's your operating system/version?
User avatar
calle
Voice
Posts: 16
Joined: Tue Oct 26, 2004 10:16 am
Location: Icebearland, Norway
Contact:

Post by calle »

Thanks for answering :)
I run GNU/Linux 2.6.11 with Fedora Core 4. I had to upgrade both GCC / CPP and TCL before the installation of eggdrop so those should be of the newest version.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

hmm, strange... eggdrop shouldn't have problems of that kind on Linux... have you had similar problems with other network apps?
User avatar
calle
Voice
Posts: 16
Joined: Tue Oct 26, 2004 10:16 am
Location: Icebearland, Norway
Contact:

Post by calle »

Well, I haven't tried too many other network apps yet. I installed a clean FC4 installation yesterday, so have only tested eggdrop.
But as a formality; FTP and web server are working as they should.
User avatar
calle
Voice
Posts: 16
Joined: Tue Oct 26, 2004 10:16 am
Location: Icebearland, Norway
Contact:

Post by calle »

I have now installed Ubuntu with the 2.6.10 kernel just to check if it would make a difference, but still got the same problem (also tried running eggdrop 1.6.16 instead of 1.6.17). For some time ago I used to run Debian with the 2.2.22 kernel (and it worked fine, both compiling and running the bot). My temporary conclusion is therefore that it has to be some kind of bug in running eggdrop on this specific kernel OR my box has seen its last sunrise. The strange thing about the last alternative is that eggdrop used to work before, but with another distro.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

If I were you I'd report that to eggdrop's dev team; it doesn't look like eggdrop issue, but I'm not that familiar with eggdrop's networking code so I might be wrong
User avatar
calle
Voice
Posts: 16
Joined: Tue Oct 26, 2004 10:16 am
Location: Icebearland, Norway
Contact:

Post by calle »

Found the solution. IP/hostname-problems.
http://faq.purehype.net/index.tcl?info=168
Locked