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.

Bot unable to connect (time outs)

General support and discussion of Eggdrop bots.
Post Reply
L
Lostelei
Voice
Posts: 2
Joined: Fri Sep 15, 2006 4:53 pm

Bot unable to connect (time outs)

Post by Lostelei »

I've set up the eggdrop and everything seems to be working now - no error messages anymore.
But the bot doesn't show up on IRC. If I start eggdrop with -n I'll see that the bot tries to connect to the server, but then after a minute gets a time out. He cycles through all three servers I've set and will time out on every try.
The servers do work, so they are not to blame. (irc.link-net.org, irc.discostars.de, and irc.hell.at - if you want to check for yourself)
As far as I know there was an eggdrop set up before on the server I'm using and it worked. So maybe it's something about permissions (I'm not admin) or in the .conf? I tried not to mess anything up, that could affect connecting though.

and another thing... is there a permanent way to set the TCL library path?
The export command doesn't seem to be permanent.
a
ac1d
Voice
Posts: 15
Joined: Mon May 02, 2005 2:02 am

Post by ac1d »

i'm having same problem.
exactly same except privileges on shell. (i have root)
anyone have idea?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Checked your firewall/router settings?
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

you could put your "export LD_LIBRARY_PATH=..." into your .bashrc or .profile (depending on which shell you're using); or, if you're starting it from crontab, put it in your crontab-file (without export tho).
NML_375
k
kugar
Voice
Posts: 4
Joined: Mon Sep 18, 2006 8:12 am

Post by kugar »

tried adding that to my bash.bashrc but still timeouts to the server. No firewall setup on dedicated debian server.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

# Set here how long Eggdrop should wait for a response when connecting to # a server before giving up and moving on to next server.
set server-timeout 60

Possibly need a longer timeout?
L
Lostelei
Voice
Posts: 2
Joined: Fri Sep 15, 2006 4:53 pm

Post by Lostelei »

As far as I know there's no firewall. at least I can run other services from my user account that require online connectivity without problems.
Also I doubt that my time out setting has something to do with it, I mean 60 seconds is pretty long time. And usually I can connect to those server with my own IRC client in like one or two seconds.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Another idea, my shell provider *requires* us to use a vhostname to connect to irc. Perhaps your shell provider does the same?
k
kugar
Voice
Posts: 4
Joined: Mon Sep 18, 2006 8:12 am

Post by kugar »

its actually a dedicated unix server that I have in canada. No vhosts just ip's which I bind to but it doesnt work.
k
kugar
Voice
Posts: 4
Joined: Mon Sep 18, 2006 8:12 am

Post by kugar »

[13:24] main: entering loop
[13:24] Trying server irc.gamesurge.net:6667
[13:24] DNS resolved irc.gamesurge.net to 213.247.51.21
[13:25] Timeout: connect to irc.gamesurge.net
[13:25] Trying server irc.gamesurge.net:6667
[13:25] DNS resolved irc.gamesurge.net to 213.247.51.21
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

IRC requires IDENT via port 113 if there is no valid response then I believe you will have dramas.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply