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.

Eggdrop timeouts pretty often?

Old posts that have not been replied to for several years.
Locked
P
Paulo-

Eggdrop timeouts pretty often?

Post by Paulo- »

Hi,

i got the latest Eggdrop running on SuSe Linux 9.0
[10:11:11] * Quits: pWnzi (storm@*.server4you.de) (Ping timeout)
[10:12:11] * Joins: pWnzi (storm@*.server4you.de)
[10:15:15] * Quits: pWnzi (storm@*.server4you.de) (Ping timeout)
[10:16:24] * Joins: pWnzi (storm@*.server4you.de)
[10:19:36] * Quits: pWnzi (storm@*.server4you.de) (Ping timeout)
[10:20:34] * Joins: pWnzi (storm@*.server4you.de)
[10:23:46] * Quits: pWnzi (storm@*.server4you.de) (Ping timeout)
[10:24:41] * Joins: pWnzi (storm@*.server4you.de)
[10:27:52] * Quits: pWnzi (storm@*.server4you.de) (Ping timeout)
[10:29:42] * Joins: pWnzi (storm@*..server4you.de)
[10:32:53] * Quits: pWnzi (storm@*..server4you.de) (Ping timeout)
[10:33:51] * Joins: pWnzi (storm@*.server4you.de)
[10:37:03] * Quits: pWnzi (storm@*.server4you.de) (Ping timeout)
[10:40:35] * Joins: pWnzi (storm@*.server4you.de)
[10:43:59] * Quits: pWnzi (storm@*.server4you.de) (Ping timeout)
[10:44:42] * Joins: pWnzi (storm@*.server4you.de)
[10:47:58] * Quits: pWnzi (storm@*.server4you.de) (Ping timeout)
[10:49:42] * Joins: pWnzi (storm@*.server4you.de)
[10:52:57] * Quits: pWnzi (storm@*.server4you.de) (Ping timeout)
[10:53:51] * Joins: pWnzi (storm@*.server4you.de)
[10:57:06] * Quits: pWnzi (storm@*.server4you.de) (Ping timeout)
It only happens sometimes though, I got several http get scripts loaded:
source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/egghttp.tcl
source scripts/google.tcl
source scripts/imdb.tcl
source scripts/winfuture.tcl
source scripts/heise.tcl
source scripts/computerworld.tcl
source scripts/spiegel.tcl
source scripts/ok.tcl
source scripts/slashdot.tcl
source scripts/ircrefresh.tcl
But that shouldn't be the prob is it?
User avatar
Stealthx
Halfop
Posts: 68
Joined: Fri Oct 01, 2004 3:37 am
Location: StealthBox

Post by Stealthx »

I guess most possibly is due to the TCL that need to search through the web (etc. Anti-Proxy/Wingate TCL and Goggle)? Not really sure what's your TCLs does but I saw "egghttp.tcl" and I suppose this TCL is required when another TCL needs to search through the web? :-? :\
+ Stealth Box +
P
Paulo-

Post by Paulo- »

Yes egghttp.tcl is needed by all those scripts which are searching for new news on websites.

How can I fix it?
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Try using an anti-idle script. It pings the client server or an unexistant object/nick continuously after a delay, to make the bot's idle time less; that can cause less ping timeouts as well, if your bot is unactive for a long time. :mrgreen:
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

my money is on the web lookups, if those script are using plain sockets (not async) it will halt everything while waiting for an answer.
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

enable the console flag +r and log/observe the raw server messages. The problem will present itself to you :mrgreen:
Locked