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.

Search found 19 matches

by tR
Sun Jul 06, 2003 1:43 am
Forum: Archive
Topic: lftp problems
Replies: 8
Views: 2696

yes. I tried now with the normal ftp command and this works fine. Only
on lftp there seems to be a buffer between stdout output. On bash i didnt see a difference between the ftp in/output and the lftp in/output. I also tried with different translate settings but this also dont help.
by tR
Sat Jul 05, 2003 5:01 pm
Forum: Archive
Topic: lftp problems
Replies: 8
Views: 2696

Thanx for the fast reply. That works as described. Only problem remaining ist that it seems that stdout is cached somewhow :( so i had to do a few commands until stdout buffer is full and then the readable event fires. i tried fconfigure $lftp -buffering none or a little bufersize but it seems that ...
by tR
Sat Jul 05, 2003 11:04 am
Forum: Archive
Topic: lftp problems
Replies: 8
Views: 2696

no im using lftp - a external program. the ftp lib doesnt suply server to server transfer and i need that for the backups. i tried with the commands suggested by stdragon but it seems not to work. Here the code: bind pub - "!cmd" p_cmd set lftp_cmd "" proc lftp_reader {lftp} { pu...
by tR
Sun Jun 22, 2003 10:14 am
Forum: Archive
Topic: lftp problems
Replies: 8
Views: 2696

lftp problems

Hi, im trying to code a tcl from that i can manage lftp commands from a channel so i can do backups and so on from that chan without connecting to a shell. Is it possible to have read and write acces to lftp commands from tcl. I tried with following method - but this seems not to work as i expected ...
by tR
Tue May 06, 2003 3:36 pm
Forum: Archive
Topic: defunct process
Replies: 1
Views: 1125

defunct process

i have following code: set host [lindex [string tolower $text] 0] set hostpath "/usr/local/bin/host" set input [open "|$hostpath $host "] while {![eof $input]} { set tmp [gets $input] putchan $channel "$tmp" } problem is that i got on shell: tR 21964 0.0 0.0 0 0 ? Z May...
by tR
Thu Aug 29, 2002 7:45 am
Forum: Archive
Topic: Send text fast without server?
Replies: 1
Views: 700

Send text fast without server?

Hi, i need to send to a user one query result from Mysql. The problem ist that the result can be very long and then the bot lags until all columns are done. Is there a possiblility to open from tcl a dcc chat or something without the user have to login and send them the results directly? Now works w...
by tR
Fri Aug 16, 2002 4:45 am
Forum: Archive
Topic: Get date and time
Replies: 1
Views: 1010

Get date and time

Hi,

how i get the actual Date and Time from Tcl and format it to something like dd.mm.yyyy hh:mm:ss ? thanx
by tR
Fri May 10, 2002 12:30 pm
Forum: Archive
Topic: Strange crash?
Replies: 1
Views: 629

I got some strange crashes wenn a added user joins a chan. The error from log is: [16:26] * Last context: tclhash.c/677 [Tcl proc: *join:notes, param: $_jp1 $_jp2 $_jp3 $_jp4] [16:26] * Please REPORT this BUG! [16:26] * Check doc/BUG-REPORT on how to do so. [16:26] * Wrote DEBUG [16:26] * SEGMENT VI...
by tR
Mon Apr 01, 2002 6:35 am
Forum: Archive
Topic: Make static Tcllib problem
Replies: 6
Views: 1468

I compiled static tcl lib as you suggested in my home dir and pointed to that, but
while making core i got following error then:
make[1]: *** No rule to make target `tcl/libtcl8.3.a', needed by `../eggdrop'. Stop. Any idea what im doing wrong?
by tR
Fri Mar 29, 2002 4:50 am
Forum: Archive
Topic: Make static Tcllib problem
Replies: 6
Views: 1468

sorry im blind :sad: but after adding that i got a compile error:
/usr/i486-suse-linux/bin/ld: cannot find -ltcl when he tries to make: gcc -pipe -static -o ../eggdrop bg.o botcmd.o ... -L/usr/lib -ltcl -lm -ldl -lnsl
Strange that without -static he recognize that -ltcl as parameter ?
by tR
Thu Mar 28, 2002 2:45 pm
Forum: Archive
Topic: Make static Tcllib problem
Replies: 6
Views: 1468

Hi,

thanx for your reply, but im unable to find the position in the makefile where to change that. Can you help me little bit? Big thanx in advance.
by tR
Wed Mar 27, 2002 4:31 am
Forum: Archive
Topic: Make static Tcllib problem
Replies: 6
Views: 1468

Hi,

after make static i had the problem on shells with different tcliblib version that i cannot start the eggdrop. It says tcllib not found. is there any possibility to avoid this and to ensure that my static compiled eggdrop runs on almost every linux system?
by tR
Wed Feb 13, 2002 1:46 pm
Forum: Archive
Topic: Howto make a Precompiled eggdrop
Replies: 1
Views: 469

Hi,

someone knows how to make a precompiled binary file for eggdrop. So i dont have to compile it on every new shell? tnx in advance.
by tR
Mon Jan 14, 2002 5:39 am
Forum: Archive
Topic: Sentinel Problems with Server Rejoins ?!?
Replies: 1
Views: 577

Hi, in my chan(>200 Users) there are many Users with dialin/dialup hosts. The Problem is that after Server rejoin many users from this host mass join the Chan and sentinel recognizes a mass join from this host and either if wideban is on bans the whole dialin range or if wideban is off try to kickba...
by tR
Sat Dec 22, 2001 8:53 am
Forum: Archive
Topic: -ban flood
Replies: 1
Views: 625

I have a larger botnet and everytime a ban expires or i made -ban on partyline, almost every bot removes the ban in the chan. This results in a extreme mode flode in the chan -there exists any solution to avoid this ? tnx. I use Eggdrop 1.6.6 and the newest Netbots.