Go Back   FlashFXP Forums > > > >

ioFTPD General New releases, comments, questions regarding the latest version of ioFTPD.

Reply
 
Thread Tools Rate Thread Display Modes
Old 01-15-2004, 02:05 AM   #1
darkone
Disabled
FlashFXP Registered User
ioFTPD Administrator
 
darkone's Avatar
 
Join Date: Dec 2001
Posts: 2,230
Default 5.5.4

Tcl:
-Change: Amount of pooled tcl interpreters is hardcoded to 5per worker thread
-Fix: Tcl implementation should finally be stable
All:
-Change: Optimized using profiler (work in progress)
darkone is offline   Reply With Quote
Old 01-15-2004, 03:20 AM   #2
Pichento
Senior Member
ioFTPD Registered User
 
Join Date: Feb 2003
Posts: 327
Default Hangs on list

Hiya d1.

Once again thanks for the work you put into ioFTPD. I've found a problem with 5.5.4 tho: It hangs on list.

I'm running two services: One through a bnc and one direct connection.

First one is just fine, but when you connect to the second one (direct) it just hangs on dir list. 5.5.3 (and all previews builds)does not exibit this behaviour.

Any clues to what might be wrong?
Pichento is offline   Reply With Quote
Old 01-15-2004, 04:53 AM   #3
NalgeNunc
Junior Member
ioFTPD Registered User
 
Join Date: Jan 2003
Posts: 29
Default Re: Hangs on list

Hi darkone,

thanks for the work you put into ioFTPD.

I can confirm the list-bug using newest Staff-FTP (http://staff-ftp.is.dreaming.org) with direct SSL connections, no matter if in passive or active mode. DirListing via "STAT -al" is working.

"LIST" & "LIST -al" is working in older FlashFXP version with or without SSL. Also works in TotalCommander for me.

NLST in Windows FTP-Client is also working.

Maybe there's something bogus in Staff-FTP. What client ur using Pichento?


Have phun
NalgeNunc is offline   Reply With Quote
Old 01-15-2004, 05:48 AM   #4
-=DoBBeR=-
Senior Member
ioFTPD Registered User
 
Join Date: Oct 2002
Posts: 298
Default

confirmed, hangs here too on List and List -al
-=DoBBeR=- is offline   Reply With Quote
Old 01-15-2004, 05:48 AM   #5
Pichento
Senior Member
ioFTPD Registered User
 
Join Date: Feb 2003
Posts: 327
Default

I tried with both ffxp 2.2.959 (alpha) and Total Commander. Neighter would list. (stat -l works)
Pichento is offline   Reply With Quote
Old 01-15-2004, 01:39 PM   #6
darkone
Disabled
FlashFXP Registered User
ioFTPD Administrator
 
darkone's Avatar
 
Join Date: Dec 2001
Posts: 2,230
Default

I'm using ffxp 956 myself, and don't have any problems with listing. Does it hang on the first time you login to the site, or just randomly?
darkone is offline   Reply With Quote
Old 01-15-2004, 01:49 PM   #7
Mr_X
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Sep 2003
Posts: 142
Default

I'm using ffxp 2.2 b950 and no problem at all
Except a bug when wiping with ioA (io is not refreshing the dir).
I posted reply in ioA thread. Perhaps it is a bad configuration but I don't know where.
Mr_X is offline   Reply With Quote
Old 01-15-2004, 02:17 PM   #8
darkone
Disabled
FlashFXP Registered User
ioFTPD Administrator
 
darkone's Avatar
 
Join Date: Dec 2001
Posts: 2,230
Default

I wonder, if it's caused by some script :? Perhaps some tcl script executing from TransferComplete?
darkone is offline   Reply With Quote
Old 01-15-2004, 02:40 PM   #9
Mr_X
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Sep 2003
Posts: 142
Default

I don't execute anything in OnTransferComplete. Here's this file:
[ %[$section] ]-[Free: %.[free($path)(mega)] MB]-[Speed: %.1[speed] kb/s]
Mr_X is offline   Reply With Quote
Old 01-15-2004, 04:01 PM   #10
Pichento
Senior Member
ioFTPD Registered User
 
Join Date: Feb 2003
Posts: 327
Default

Nah it's not on transfer complete.

It happens just after login. list - and it hangs. Funny cause i can connect once (first connection to ftpd) (and only sometimes) - and then all other connections won't list. Even if only one is connected and reconnects.
Pichento is offline   Reply With Quote
Old 01-15-2004, 05:21 PM   #11
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

Quote:
Originally posted by Pichento
Nah it's not on transfer complete.

It happens just after login. list - and it hangs. Funny cause i can connect once (first connection to ftpd) (and only sometimes) - and then all other connections won't list. Even if only one is connected and reconnects.
Same here
Worked the first time. After that when I logged in second time it hanged during the list.
odd is offline   Reply With Quote
Old 01-15-2004, 07:00 PM   #12
darkone
Disabled
FlashFXP Registered User
ioFTPD Administrator
 
darkone's Avatar
 
Join Date: Dec 2001
Posts: 2,230
Default

It's pre list script that's causing it...
darkone is offline   Reply With Quote
Old 01-15-2004, 07:04 PM   #13
-=DoBBeR=-
Senior Member
ioFTPD Registered User
 
Join Date: Oct 2002
Posts: 298
Default

[FTP_Pre-Command_Events]
list = TCL ..\scripts\newdir\OnPreList.itcl
stor = TCL ..\scripts\newdir\OnPreStor.itcl
mkd = TCL ..\scripts\newdir\OnPreMkd.itcl
site = TCL ..\scripts\readd\ioREADDUSER.itcl
site = TCL ..\scripts\readd\ioSITEDELUSER.itcl

I guess it could be =) b0unty!!
-=DoBBeR=- is offline   Reply With Quote
Old 01-15-2004, 07:05 PM   #14
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

Ah Newdir in my case

But is it a scripts fault or ioftpd's?
odd is offline   Reply With Quote
Old 01-15-2004, 07:38 PM   #15
darkone
Disabled
FlashFXP Registered User
ioFTPD Administrator
 
darkone's Avatar
 
Join Date: Dec 2001
Posts: 2,230
Default

Update to 5.5.5... I forgot to make newly created interpreters to load init.itcl
darkone is offline   Reply With Quote
Reply

Tags
change, finally, optimized, stable, tcl

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 04:20 AM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)