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.

[SOLVED] Windows VS FreeBSD

Help for those learning Tcl or writing their own scripts.
Post Reply
m
m4st3r
Voice
Posts: 5
Joined: Thu Sep 14, 2006 11:15 pm

[SOLVED] Windows VS FreeBSD

Post by m4st3r »

Hi, my english is bad so ill try to split/explain my problem:

First of all, i coded a tcl to list my FTP files and put it into my SQL Database. My TCL use tcl_ftp ( to connect to the ftp ) and FBSql ( for my sql ... ).

I work on my tcl under Windows, everything work #1 with the windrop. When i type !listme, the egg freeze for 4~5 minutes due to proc size (over 45 000 files to list ) , timeout ( dcc chat still work ) but always reconnect.

PROBLEM: under FreeBSD ( my shell account ) everything work fine, ftp connection ( listing ) and sql connection, BUT the eggdrop just FREEZE and never come back, i need to kill the bot ( bot is running ) and restart it.

Anyone know why ? can i fix that ?

Thanks alot !
Last edited by m4st3r on Mon Sep 18, 2006 8:55 am, edited 1 time in total.
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

it may be a configuration issue
I suggest getting an admin for the shell server to look at it.
m
m4st3r
Voice
Posts: 5
Joined: Thu Sep 14, 2006 11:15 pm

Post by m4st3r »

uhmm i dont know how to say that but ... the admin is a fuc*** dumb, i asked him to locate mysql.h and he doesn't knew what was talking about. So i think ill try to find / fix the problem by myself.
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

at shell prompt:

Code: Select all

find /usr -name mysql.h
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

He wasn't asking how to locate the header file.

He is asking if someone knows how to fix his litle problem.
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

you could try to enter some debug status messages via putdcc and see if the bot is simply too slow or if it really freezes. I mean if it takes 5min or your PC, it might take an hour on the shell...
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
m
m4st3r
Voice
Posts: 5
Joined: Thu Sep 14, 2006 11:15 pm

Post by m4st3r »

the job is done, the files r listed in my sql DB. Ill try on another shell.

thanks guys.
Post Reply