PDA

View Full Version : [Fixed] ioBanana login timeout


TimRear
08-06-2004, 08:25 AM
Hi,
atm i finished updating iobanana v19 to v20.
But noone (admin inckuded) is able to connect. It stuck on FTP Message:


[R] Connecting to XXX IP=XXX.XXX.XXX.XXX PORT=XXX (attempt # 1)
[R] Connected to XXX
[R] 220 FTP Server ready.
[R] AUTH SSL
[R] 234 AUTH SSL successful.
[R] Connected. Negotiating SSL session..
[R] SSL negotiation successful...
[R] SSL encrypted session using cipher RC4-MD5 (128 bits)
[R] PBSZ 0
[R] 200 PBSZ 0 successful.
[R] USER TimRear

after that there is a timeout.
In which config is the error? Many Thanks for Help!

Uncle
08-21-2004, 03:53 PM
Hi TimRear!

I had similiar problem like you when installing ioBanana v20.

Check your ioFTPD.ini between these two sections:

[FTP_Pre-Command_Events] and
[FTP_Post-Command_Events]

Check below each section and make sure they are clean. They should look like this:
[FTP_Pre-Command_Events]


[FTP_Post-Command_Events]

You can then copy and paste the info from ioBanana.html document.

That solved my problem with the login.



/Uncle

mjepson
08-25-2004, 06:22 AM
I just installed iobanana v20 on ioftpd 5.8.5

my ioftpd.ini:

[FTP_Pre-Command_Events]
user = %EXEC ..\scripts\ioBanana.exe closed %[$service]
pass = EXEC ..\scripts\ioBanana.exe ban
retr = EXEC ..\scripts\ioBanana.exe limiter
mkd = EXEC ..\scripts\ioBanana.exe dupecheck_dir
mkd = EXEC ..\scripts\ioBanana.exe checkdenypre
stor = EXEC ..\scripts\ioBanana.exe sc 50
stor = EXEC ..\scripts\ioBanana.exe pre_stor

[FTP_Post-Command_Events]
pass = %EXEC ..\scripts\ioBanana.exe alert %[service($service)(users)] %[$service]
dele = EXEC ..\scripts\ioBanana.exe zsdel
mkd = EXEC ..\scripts\ioBanana.exe mkd
rmd = EXEC ..\scripts\ioBanana.exe dirlog
rnfr = EXEC ..\scripts\ioBanana.exe dirlog
rnto = EXEC ..\scripts\ioBanana.exe dirlog
cwd = EXEC ..\scripts\ioBanana.exe rules
site = EXEC ..\scripts\ioBanana.exe age uinfo


On login i get the following:

[R] Connecting to ftp.xxxxx.com -> IP=xx.xxx.xxx.x PORT=xxx
[R] Connected to ftp.xxxxx.com
[R] 220 FTP Server ready.
[R] USER cl0wn
[R] 421 Timeout (15 seconds): closing control connection.
[R] Connection failed
[R] Delaying for 120 seconds before reconnect attempt #1

I change ioftpd.ini to this:

[FTP_Pre-Command_Events]
;user = %EXEC ..\scripts\ioBanana.exe closed %[$service]
pass = EXEC ..\scripts\ioBanana.exe ban
retr = EXEC ..\scripts\ioBanana.exe limiter
mkd = EXEC ..\scripts\ioBanana.exe dupecheck_dir
mkd = EXEC ..\scripts\ioBanana.exe checkdenypre
stor = EXEC ..\scripts\ioBanana.exe sc 50
stor = EXEC ..\scripts\ioBanana.exe pre_stor

and the login goes to pass this time...

[R] 220 FTP Server ready.
[R] USER cl0wn
[R] 331 Password required for cl0wn.
[R] PASS (hidden)
[R] 421 Timeout (15 seconds): closing control connection.
[R] Connection failed
[R] Delaying for 120 seconds before reconnect attempt #1

then i change ioftpd.ini

[FTP_Pre-Command_Events]
;user = %EXEC ..\scripts\ioBanana.exe closed %[$service]
;pass = EXEC ..\scripts\ioBanana.exe ban
retr = EXEC ..\scripts\ioBanana.exe limiter
mkd = EXEC ..\scripts\ioBanana.exe dupecheck_dir
mkd = EXEC ..\scripts\ioBanana.exe checkdenypre
stor = EXEC ..\scripts\ioBanana.exe sc 50
stor = EXEC ..\scripts\ioBanana.exe pre_stor

and i can finally login. but no iobanana commands work.

What could be wrong?

Mouton
08-25-2004, 11:42 AM
You're using the wrong path to ioBanana.exe

Try, in a command prompt:

dir "d:\ioftpd\system\..\scripts\ioBanana.exe"

replace d:\ioftpd by the location of your ioftpd install.
Relative dirs are relative to the location of the .exe, so ..\scripts means d:\ioftpd\scripts

mjepson
08-25-2004, 11:49 AM
thanks!

Mouton
08-25-2004, 01:48 PM
Please update your board profile to include your user/pwd to the members' section of ioFTPD.
You'll appear as "ioFTPD Register: yes" then.