PDA

View Full Version : [Fixed] Race stats aren't written to .ioFTPD.message


vanisher
06-05-2004, 09:55 AM
I downloaded and installed RC2 today. I replaced all files as per the upgrade.txt, and changed the settings in the ioftpd.ini as described in the readme.txt. Everything seems to be working as far as testing of files, but, the stats messages that are placed in the directory after an upload is complete are not being generated. I would guess that this would fall under the racestats.msg file heading. When I look in the release dir, no .ioFTPD.message file is being placed there. Do I have something configured wrong?

Thanks!

Harm
06-05-2004, 10:09 AM
From 'readme.txt'
Step 8.
Make sure there is a new line (\n) at the end of ALL your *.vfs files
Same goes for all your *.msg files (defaults are ok) and your
ioBanana.ini
If you don't know what a new line is, simply go to the end of those files
with your favourite text editor and press 'return'

vanisher
06-05-2004, 10:12 AM
I made sure I did all of that, went back and double-checked, and yes, they all have a return at the end of the file.

Harm
06-05-2004, 10:22 AM
Then, you have either the wrong path to the message files in your ioBanana.ini (if everything else works, it's not that) or it crashes before writing the race stats to the .ioFTPD.message file.

Do you have any *.dmp file in the same dir as ioBanana.exe ?
Enable debug and see where it stops (if it stops).

Since it works for other testers (and not only here), you should recheck your ioBanana.ini.


Note: trying to find bugs or configuration errors using the forum isn't easy ; you're invited to join #ioBanana @ EFnet for faster and better support/help.

vanisher
06-05-2004, 10:43 AM
No .dmp files found anywhere in the ioftpd directory. Also, when I put it in debug mode, the script doesn't work at all for me. Login is messed up, meaning it always tells me I enter the wrong password, but, if I enter 3 or 4 commands after the password, like LS, it lets me login, then if I try to upload, it will not transfer files. If I turn debug back off, it functions normally. I have tried ftp from both windows clients, command line, and from a linux machine, and I get the same result. I checked the iobanana.ini and the text file path is correct, so that's not it, I guess.

Harm
06-05-2004, 10:52 AM
Anything in ioBanana_err.txt ?

vanisher
06-05-2004, 11:14 AM
Nothing from today: Here's the debug messages though, which now are working.

STOR /0day/0605/Test_Upload/testcbp6.zip
====================
# of arguments: 5
[0]=..\scripts\ioBanana.exe
[1]=sc
[2]=50
[3]=STOR
[4]=/0day/0605/Test_Upload/testcbp6.zip
====================
# of arguments: 4
[0]=..\scripts\ioBanana.exe
[1]=pre_stor
[2]=STOR
[3]=/0day/0605/Test_Upload/testcbp6.zip
====================
Value found...
g0dz
Value found...
vanisher sitebot
Value found...
1M
Value found...
1
Value found...
3
Value found...
covers
Value found...
1
Value found...
1
Value found...
/Games/ /Apps/ /mp3/
Forced NFO/SFV not enabled inside /0day/0605/Test_Upload/
Current dir: /0day/0605/Test_Upload/
Value found...
d:\ioFTPD\logs\transfer.log
Value found...
1
Value found...
1
Value found...
/!ioftpd /pre /requests/___speedtests___
ioBanana Process Time: 20 ms
exit: 0
ioBanana Process Time: 10 ms
exit: 0
150 Opening BINARY mode data connection for testcbp6.zip.
226-====================
226-# of arguments: 5
226-[0]=..\scripts\ioBanana.exe
226-[1]=upload
226-[2]=d:\0day\0605\Test_Upload\testcbp6.zip
226-[3]=CD1D9825
226-[4]=/0day/0605/Test_Upload/testcbp6.zip
226-====================
226-Current dir: /0day/0605/Test_Upload/
226-Value found...
226-d:\ioFTPD\logs\transfer.log
226-Value found...
226-1
226-Value found...
226-1
226-Value found...
226-/!ioftpd /pre /requests/___speedtests___
226-Value found...
226-d:\ioFTPD\scripts\ioBanana-text
226-Value found...
226-0
226-Value found...
226-0
226-Value found...
226-/!ioftpd /pre /requests/___speedtests___
226-Value found...
226-1
226-Value found...
226-1
226-Value found...
226-0
226-Value found...
226-d:\ioFTPD\scripts\ZR-Accepted.cfg
226-Value found...
226-d:\ioFTPD\scripts\ZR-Banned.cfg
226-Value found...
226-/requests/___speedtests___/dropbox
226-Value found...
226-d:\ioFTPD\logs\transfer.log
226-ioBanana Process Time: 120 ms
226-exit: 0
226 [UL: 1568.95MB] [DL: 27.12MB] [Ratio: 1:3] [Credits: 4679.72MB] [Rate: 5278.05] [Space: 2678.34MB]
28,626 bytes transferred in 00:00:00, 28,626 bytes/sec
CWD /0day/0605/Test_Upload/
====================
# of arguments: 4
[0]=..\scripts\ioBanana.exe
[1]=rules
[2]=CWD
[3]=/0day/0605/Test_Upload/
====================
ioBanana Process Time: 0 ms
exit: 0
250 CWD command successful.
pwd
257 "/0day/0605/Test_Upload/" is current directory.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (xx,xxx,xxx,xxx,7,178)
Connecting to xx.xxx.xxx.xxx port 1970
Data Connection opened.
LIST
Data Connection closed
230 bytes transferred in 00:00:00, 230 bytes/sec
150 Opening ASCII mode data connection for directory listing.
226 [UL: 1568.95MB] [DL: 27.12MB] [Ratio: 1:3] [Credits: 4679.72MB] [Rate: 2377.44] [Space: 2678.37MB]

Harm
06-06-2004, 02:31 PM
fat32 drives are no longer supported.
You should convert your drives to ntfs (which can be done without losing data).

vanisher
06-06-2004, 04:37 PM
Originally posted by Harm
fat32 drives are no longer supported.
You should convert your drives to ntfs (which can be done without losing data).

Converted. Works like a charm now. Thanks for all the help.