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.

windrop config need help

General support and discussion of Eggdrop bots.
Post Reply
H
HcUser
Voice
Posts: 6
Joined: Mon Nov 08, 2010 3:41 pm

windrop config need help

Post by HcUser »

I using eggdrop 1.6.20 on cywin_nt 5.1
I get this error when I try to get to irc server: failed connect to irc.webmaster.com (dns lookup failed)

I find some help on dns but not so much help..can anyone help me on this
work on one thing at a time, you end up with a better result
r
raider2k
Op
Posts: 140
Joined: Tue Jan 01, 2008 10:42 am

Post by raider2k »

do windrops still use the resolv.conf? if so you might want to take a look at that ;)
H
HcUser
Voice
Posts: 6
Joined: Mon Nov 08, 2010 3:41 pm

Post by HcUser »

raider2k wrote:do windrops still use the resolv.conf? if so you might want to take a look at that ;)
No, not using anymore
work on one thing at a time, you end up with a better result
r
raider2k
Op
Posts: 140
Joined: Tue Jan 01, 2008 10:42 am

Post by raider2k »

then im out of ideas if you made sure that dns resolving works in general and everything else internet- or connectivity-related as well :/
H
HcUser
Voice
Posts: 6
Joined: Mon Nov 08, 2010 3:41 pm

Post by HcUser »

raider2k wrote:then im out of ideas if you made sure that dns resolving works in general and everything else internet- or connectivity-related as well :/
yet that part work fine, thanks
work on one thing at a time, you end up with a better result
H
HcUser
Voice
Posts: 6
Joined: Mon Nov 08, 2010 3:41 pm

Post by HcUser »

here the only help i find online, but maybe someone can define it better for me.
DNS lookup failed
You ISP uses DNS servers to allow you online access. Open your eggdrop.conf. Be sure your ip address and hostname if required is correct. If your behind a NAT Firewall make sure your Windrop has permission for in and outbound connections on the proper ports.

Load the DNS Module in Windrop.
#### DNS MODULE ####.

# This module provides asynchronous dns support. This will avoid long
# periods where the bot just hangs there, waiting for a hostname to
# resolve, which will often let it timeout on all other connections.
loadmodule dns
work on one thing at a time, you end up with a better result
User avatar
TCL_no_TK
Owner
Posts: 509
Joined: Fri Aug 25, 2006 7:05 pm
Location: England, Yorkshire

Post by TCL_no_TK »

Have you read the Windrop FAQ, "dns lookup failed" when trying to connect the irc server http://windrop.sourceforge.net/faq.html ... %20servers
H
HcUser
Voice
Posts: 6
Joined: Mon Nov 08, 2010 3:41 pm

Post by HcUser »

TCL_no_TK wrote:Have you read the Windrop FAQ, "dns lookup failed" when trying to connect the irc server http://windrop.sourceforge.net/faq.html ... %20servers
yea that doesn't give me much info, resolv.conf doesn't need it anymore
work on one thing at a time, you end up with a better result
p
pseudo
Halfop
Posts: 88
Joined: Mon Nov 23, 2009 4:52 am
Location: Bulgaria
Contact:

Post by pseudo »

Short answer:

Code: Select all

set dns-servers "8.8.8.8  8.8.4.4"
Long answer:

Windrop 1.6.20 is compiled with Cygwin 1.7 which has a problem with it's resolver implementation. By default, it won't provide the list of system dns servers in the _res structure. Eggdrop relies on this information, as it communnicates with the dns server directly.
I tried to submit a patch to the Cygwin developers, but they didn't apply it. Instead they made some changes which only solved half of the problem I reported. You can see my letter here: http://cygwin.com/ml/cygwin-patches/201 ... 00028.html

To provide a solution for windrop users, I added a new config variable in 1.8cvs - dns-servers, which allows users to specify the dns servers themselves. You can set it to your system dns servers, or to any public dns servers, as in the example above.

New settings I added: http://cvs.eggheads.org/viewvc/eggdrop1 ... 1.3&r2=1.4

As you might have noticed, the version of the .20 windrop is +dnssettings, to indicate that Kirben backported this patch to .20.
Last edited by pseudo on Wed Nov 10, 2010 3:07 pm, edited 2 times in total.
H
HcUser
Voice
Posts: 6
Joined: Mon Nov 08, 2010 3:41 pm

Post by HcUser »

Thanks let me work on it and update you when done
work on one thing at a time, you end up with a better result
F
FightingNavyman
Voice
Posts: 35
Joined: Tue Jan 18, 2011 12:39 pm

help with my windrop.

Post by FightingNavyman »

Im having trouble making my bot connect to IRC or anything when I do this happends. http://i.imgur.com/SqC9b.png
p
pseudo
Halfop
Posts: 88
Joined: Mon Nov 23, 2009 4:52 am
Location: Bulgaria
Contact:

Post by pseudo »

Did you try to search with google? Does this post help?

http://www.mylifestartingup.com/2009/04 ... -same.html
Post Reply