egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

(!) timer drift - Bot times out...

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    egghelp.org community Forum Index -> Archive
View previous topic :: View next topic  
Author Message
GodOfSuicide
Master


Joined: 17 Jun 2002
Posts: 463
Location: Austria

PostPosted: Thu Mar 13, 2003 4:39 pm    Post subject: (!) timer drift - Bot times out... Reply with quote

My bot times out quite often, but allways at xx:?6 o clock.

Quote:

[21:26] (!) timer drift -- spun 2 minutes
[21:26] -ERROR from server- Closing Link: MyBotNick by myirc-server.domain (Ping timeout)
[21:26] Disconnecting from server.

according to ".bind time" there is no event bound to ?6, and also there isn't a cronjob or anything else...
Back to top
View user's profile Send private message
caesar
Mint Rubber


Joined: 14 Oct 2001
Posts: 3741
Location: Mint Factory

PostPosted: Thu Mar 13, 2003 5:07 pm    Post subject: Reply with quote

He is lagging & die'ng or something like this..
_________________
Once the game is over, the king and the pawn go back in the same box.
Back to top
View user's profile Send private message
ppslim
Revered One


Joined: 23 Sep 2001
Posts: 3914
Location: Liverpool, England

PostPosted: Thu Mar 13, 2003 5:14 pm    Post subject: Reply with quote

This could be a script, using timers to accomplisht he same goal as doing things once per hour.
_________________
PlusNet Supported Customer - Low cost UK ISP services
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
GodOfSuicide
Master


Joined: 17 Jun 2002
Posts: 463
Location: Austria

PostPosted: Thu Mar 13, 2003 5:53 pm    Post subject: Reply with quote

ppslim wrote:
This could be a script, using timers to accomplisht he same goal as doing things once per hour.

.bind time doesnt refer to anything at ?6

timertools1.0 (from tcl archive) returns me ~20 timers..

for example :
Quote:

### 8 ircjunkies_update timer50885

there are 20 lines of same formated timers, all displaying "8 proc_name timernumber"
Back to top
View user's profile Send private message
ppslim
Revered One


Joined: 23 Sep 2001
Posts: 3914
Location: Liverpool, England

PostPosted: Thu Mar 13, 2003 7:52 pm    Post subject: Reply with quote

Have you checked the ircjunkies_update script?

Code:

proc test {} {
if {[string index [set time [clock format [clock seconds] -format "%M"]] 0] == "0"} { set time [string index $time 1] }
if {$time != "6"} {
timer 1 test
return
}
#rest
timer 1 test
}


The above code, while it is called every min, will only reach "#REST" when it is 6 mins past.

Timers and time binds, don't just have to be called at the preceice time a function takes place.
_________________
PlusNet Supported Customer - Low cost UK ISP services
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
user
 


Joined: 18 Mar 2003
Posts: 1452
Location: Norway

PostPosted: Wed Mar 19, 2003 6:43 am    Post subject: Reply with quote

This sounds like some other job running on the box hogging all avaliable resources for a while...
The timer drift message means the eggdrop loop hasn't been run for a while which means the system probably was too busy doing other things to bother with your eggdrop process.
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    egghelp.org community Forum Index -> Archive All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber