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.

Eggrop Connection Timeout

General support and discussion of Eggdrop bots.
N
Nerf

Eggrop Connection Timeout

Post by Nerf »

Hello, I was wandering if anyone could possibly offer a solution to my problem. My eggdrop configures correctly when using thsi statement ( ./eggdrop -m) and i recieve no errors. I can also succesfuly telnet to my bot but i recieve this error, ( btw, i am trying to connect to the quakenet network )

Code: Select all

[20:28] Timeout: connect to uk.quakenet.org
[20:28] Trying server uk.quakenet.org:6667
User avatar
esix
Voice
Posts: 39
Joined: Thu Aug 12, 2004 11:16 am
Location: [esix@localhost]
Contact:

Post by esix »

add irc.quakenet.org
The End
N
Nerf

Already Done !! Eggdrop Timeout

Post by Nerf »

in my config file i have already used set servers {
uk.quakenet.org:6667 }
User avatar
esix
Voice
Posts: 39
Joined: Thu Aug 12, 2004 11:16 am
Location: [esix@localhost]
Contact:

Post by esix »

do this:

set servers {
irc.quakenet.org:6667
}
The End
N
Nerf

Post by Nerf »

ehhh ^^^ look above. I have already done that. I have tried bot

uk.quakenet.org and irc.quakenet.org
User avatar
esix
Voice
Posts: 39
Joined: Thu Aug 12, 2004 11:16 am
Location: [esix@localhost]
Contact:

Post by esix »

set irc.quakenet.org as first server, it will connect. it must. i readed, i thought because i had same problem when i tried to connect to spefific server in quakenet :roll:
The End
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

See if you have loaded the dns module or not.
Check if this line has been uncommented or not in the .conf file.
#loadmodule dns
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
N
Nerf

Post by Nerf »

Help ! I have checked that is have loaded the DNS module and i have. And i dont have a firewall that is sit behind. Can anyone set up a simple config file based on the above ( eggdrop1.1.17) (( the newest version)
User avatar
esix
Voice
Posts: 39
Joined: Thu Aug 12, 2004 11:16 am
Location: [esix@localhost]
Contact:

Post by esix »

sure,

Code: Select all

#! /path/to/executable/eggdrop
# EggDrop Configuration
# Contact By E-Mail: esix@email.si
# Contact By IrC: #H-Town @ IRCNeT
# $Id: eggdrop.conf, 2004/07/07 22:23:36 esix Exp $
# Enjoy..

# Basic Settings

set nick "ilegal"
set altnick "ilegalize"
set username "ilegal"
set realname "In The UnderGround"
set admin "esix <E-Mail: esix@email.si"
set network "IrcNeT"

# Modules

loadmodule channels
loadmodule server
loadmodule ctcp
loadmodule irc
loadmodule notes
loadmodule console
loadmodule uptime
loadmodule blowfish
loadmodule share
loadmodule transfer
loadmodule botnetop

# Paths

set mod-path "modules/"
set help-path "help/"
set text-path "text/"
set temp-path "tmp/"
set files-path "filesys/"
set incoming-path "filesys/incoming"
set motd "text/motd"
set telnet-banner "text/banner"

# Files

set userfile "elg.user"
set chanfile "elg.chan"
set pidfile "pid.Ilegal"

# Log Files

set console "mkcobxs"
set logfile-suffix ".%d%b%Y"
logfile msbxco * "logs/eggdrop.log"
logfile jpk #chann "logs/chann LogFile.log"

# Linking

listen 6347 all

# Tcl Code

bind evnt - init-server evnt:init-server 

proc evnt:init-server {type} { 
  global botnick
  putquick "MODE $botnick +i-ws"
}

# Servers

set net-type 1
set keep-nick 1
set servers {
irc.quakenet.org:6667
}

# CTCP Replays
set ctcp-mode 0 
set ctcp-finger "mIRC v6.15 Khaled Mardam-Bey" 
set ctcp-userinfo "mIRC v6.15 Khaled Mardam-Bey" 
set ctcp-clientinfo "PING VERSION TIME USERINFO CLIENTINFO" 
set ctcp-version "mIRC v6.15 Khaled Mardam-Bey"

# Scripts

source scripts/AllTools.tcl
source scripts/Action.Fix.tcl
source scripts/Compat.tcl
source scripts/UserInfo.tcl
source scripts/BotnetOp.conf
source scripts/Ban.tcl
source scripts/Cmd_Resolve.tcl
source scripts/AntiCollide.tcl
source netbots/netset.tcl
source netbots/netbots.tcl

loadhelp userinfo.help
there u go
The End
n
nago
Voice
Posts: 14
Joined: Sat Aug 28, 2004 10:09 pm
Location: Boston, Mass

Post by nago »

You shouldn't need to re-do the entire conf-file. Just try replacing the set servers section. Follow esix's advice, replace "uk.quakenet.org:6667" with "irc.quakenet.org:6667" it might be having problems resolving certain servers- so set it to the hub.

set servers {
irc.quakenet.org:6667
uk.quakenet.org:6667
}

And for S&G, try setting the server to something entirely different, just to see if it'll connect.

(try irc.efnet.org:6667 or something else)

If it wont connect to ANY server, you might have an issue with DNS on the machine- assuming of course you did in fact enable the module. make sure it's enabled and your ip settings are correct. If you have virtual hosting, try using a different IP- sometimes that gets the trick done.


Also, if you're running this behind a shell- are you positive there is no firewalling? Some shells block all IRC activity because it's against their AUP. Check with your host and see if eggdrops are allowed on their machine. if it's your machine, make sure the proper ports are forwarded to the machine you're connecting from, etc.
And here's the cancel button, in case you don't want toast.
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Look at the first line carefully, you haven't even set the eggdrop executable path even.

Code: Select all

#! /path/to/executable/eggdrop
It should be something like:

Code: Select all

#! /home/awyeah/eggdrop/eggdrop
If my username 'awyeah' is in the home directory and eggdrop being my eggdrop directory and then the next eggdrop being the executable file.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
User avatar
esix
Voice
Posts: 39
Joined: Thu Aug 12, 2004 11:16 am
Location: [esix@localhost]
Contact:

Post by esix »

um ? it has comment before it ? who cares about that line ? :roll: i also used linux and didn't changed that line, but still worked fine :roll:
The End
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

That line is not a comment. It points to where eggdrop resides and has to be set.

Code: Select all

#! /path/to/executable/eggdrop
# ^- This should contain a fully qualified path to your Eggdrop executable.
Doesn't anyone read anything these days? eggdrop.conf is well commented and if followed correctly, eggdrop should start and connect without a drama.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

It's not vital for eggdrop to run.
You need it if you want threat the config file as a executable script, which can be handy when setting up crontab, thats about it.
No biggie.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

It's not vital for eggdrop to run.
Is if one uses crontab and who doesn't setup a cron job for eggies on shells? I always have. :P

It's good practice to set it. Having the conf as an executable script also makes things a little easier crontab or no.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply