Go Back   FlashFXP Forums > > > >

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

Reply
 
Thread Tools Rate Thread Display Modes
Old 11-07-2007, 12:45 PM   #31
monk-
Member
 
Join Date: Oct 2007
Posts: 32
Default

doesnt fit so here's the rest

Code:
ID: 12472 [02f60000-02f5e6c4]
  # 1: 7C8285EC -> [ntdll + 275EC] ? KiFastSystemCallRet() + 0x0
  # 2: 012AE9B0 -> [[unknown module]]
  # 3: 7C826D2B -> [ntdll + 25D2B] ? NtClose() + 0xC
  # 4: 03062123 -> [DbgHelp + 61123] ? MiniDumpReadDumpStream() + 0x6703
  # 5: 0305D50D -> [DbgHelp + 5C50D] ? MiniDumpReadDumpStream() + 0x1AED
  # 6: 03063089 -> [DbgHelp + 62089] ? MiniDumpReadDumpStream() + 0x7669
  # 7: 030657A9 -> [DbgHelp + 647A9] ? MiniDumpReadDumpStream() + 0x9D89
  # 8: 7C82779B -> [ntdll + 2679B] ? ZwReadVirtualMemory() + 0xC
  # 9: 77E4232D -> [kernel32 + 132D] ? ReadProcessMemory() + 0x1B
  #10: 03062871 -> [DbgHelp + 61871] ? MiniDumpReadDumpStream() + 0x6E51
  #11: 03062920 -> [DbgHelp + 61920] ? MiniDumpReadDumpStream() + 0x6F00
  #12: 00418FAD -> [ioFTPD + 17FAD] UnhandledExceptionLogger() + 0x68D
                    [c:\projects\ioftpd6\6.3.0\src\iodebug.c, line 1088]
  #13: FFFFFFFFFFFFFFFF -> [[unknown module]]



-------------------------------------------------------------------------------
i have more crashlog and mini dumps

Last edited by monk-; 11-07-2007 at 01:52 PM.
monk- is offline   Reply With Quote
Old 11-07-2007, 01:37 PM   #32
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

on upload (not fxp) and MDTM, it just hangs. Client seems to be waiting for a response from ftpd that it doesn't receive. it does change date on the files but it takes forever for it to do so.
o_dog is offline   Reply With Quote
Old 11-07-2007, 05:03 PM   #33
mr_F
Member
FlashFXP Beta Tester
ioFTPD Foundation User
 
Join Date: Jul 2005
Posts: 33
Default

strange problem of scripts crossing over into places that aren't their territory. i have a media script activated by 'site mi', the line is:

mi = %TCL ..\scripts\media.itcl %[$path]

when i cwd into a directory called 'tv-01' (this is the ONLY directory on my ftp that does this, a similarly named 'tv-02' does NOT produce the same results) this is what happens:

[14:53:42] [L] CWD tv-01
[14:53:42] [L] 250- .----===<( badaazs )>===--------=== (C) 2003 ===---.
[14:53:42] [L] 250- | h: |
[14:53:42] [L] 250- +-=[AVItag]=----------------------------===--------+
[14:53:42] [L] 250- | Unknown @ Unknown |
[14:53:42] [L] 250- +--------------------------------------------------+
[14:53:42] [L] 250- | Video codec : Unknown @ Unknown Kbps |
[14:53:42] [L] 250- | Framesize : Unknown * Unknown |
[14:53:42] [L] 250- | Aspect ratio: Unkn @ Unknownfps |
[14:53:42] [L] 250- +--------------------------------------------------+
[14:53:42] [L] 250- | Audio codec : Unknown channels of Unknown |
[14:53:42] [L] 250- | @ Un Kbps @ Unknown |
[14:53:42] [L] 250- `----------------------===-------------------------'
[14:53:42] [L] 250- .----===<( badaazs )>===--------=== (C) 2003 ===---.
[14:53:42] [L] 250- | h: |
[14:53:42] [L] 250- +-=[AVItag]=----------------------------===--------+
[14:53:42] [L] 250- | Unknown @ Unknown |
[14:53:42] [L] 250- +--------------------------------------------------+
[14:53:42] [L] 250- | Video codec : Unknown @ Unknown Kbps |
[14:53:42] [L] 250- | Framesize : Unknown * Unknown |
[14:53:42] [L] 250- | Aspect ratio: Unkn @ Unknownfps |
[14:53:42] [L] 250- +--------------------------------------------------+
[14:53:42] [L] 250- | Audio codec : Unknown channels of Unknown |
[14:53:42] [L] 250- | @ Un Kbps @ Unknown |
[14:53:42] [L] 250- `----------------------===-------------------------'
[14:53:42] [L] 250 CWD command successful.
[14:53:42] [L] PWD

as you can see, it is executing the script for some reason. could you look into this yil?
thx
mr_F is offline   Reply With Quote
Old 11-08-2007, 12:45 AM   #34
hukker
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Jun 2004
Posts: 165
Default

Quote:
Originally Posted by o_dog View Post
on upload (not fxp) and MDTM, it just hangs. Client seems to be waiting for a response from ftpd that it doesn't receive. it does change date on the files but it takes forever for it to do so.
Same issue here, fxp works like a charm but on upload it halts just like o_dog explains.

Code:
(06:35:00) [2] STOR ChangeLog.txt
(06:35:00) [2] 150 Opening ASCII mode data connection for ChangeLog.txt.
(06:35:00) [2] 226-[UL: 6.0GB] [DL: 0.0GB] [Speed: 15263.1KB/s] [Free: 89149MB]
(06:35:00) [2] 226 [Section: Default] [Credits: 0.0MB] [Ratio: Unlimited]
(06:35:00) [2] MDTM 20071105051358 ChangeLog.txt
(06:36:00) [2] Timeout, Connection closed
*reconnecting to site you notice the file is there, when I tried to view the file, download and open, the code below is what happend

Code:
(06:37:33) [2] RETR ChangeLog.txt
(06:37:33) [2] 550 ChangeLog.txt: The process cannot access the file because it is being used by another process.
*after this I was a bit suspect that the file maybe even wasnt there, so I checked upload directory localy on HD and sure enough it was where I started the upload before getting connection closed on me. I open the file and its 100% functionell.

trying to retrieve the file again, download, crashed the server.
Code:
(06:38:07) [2] RETR ChangeLog.txt
(06:38:15) [i] Transfer Failed: ChangeLog.txt
(06:38:15) [i] Failed 1 file(s) and Skipped 0 file(s)
(06:38:15) [2] HUKKER Disconnected
got the crash log or this thingy TINYDUMP-20071108.063807-8396 which ever you prefer if you want it?
hukker is offline   Reply With Quote
Old 11-08-2007, 08:04 AM   #35
Yil
Too much time...
FlashFXP Beta Tester
ioFTPD Administrator
 
Join Date: May 2005
Posts: 1,194
Default

Yup MDTM still needs to have the file handle closed which is why accessing the file is having issues and the FTP response isn't correct in some cases. Fix done, but looking into the groupadmin updates and why hukker might have gotten an actual crash...

mr_f: 10-1 the script you are using wrote to the .message file twice for some reason. I don't think you are seeing the script firing off, but instead the server just printing the contents of the .message file. Can you confirm that the file contents are what you are seeing, and if that is the case then it's the script which goofed and double printed or ran twice or something. I can easily see that problem if it failed to lock the file and a race condition ended up appending instead of overwriting it's contents...

PM's sent to hukker and monk.

BTW, the reason fxp works but uploads don't is because the FTP client is seeing the MDTM command and adjusting the timestamp on an upload. FlashFXP and others do not do this yet for FXP transfers although Flash will in a future version I'm told.

Expect a new release soon.
Yil is offline   Reply With Quote
Old 11-08-2007, 11:48 AM   #36
Flow
Senior Member
FlashFXP Beta Tester
ioFTPD Foundation User
 
Flow's Avatar
 
Join Date: Dec 2001
Posts: 306
Default

Great i dont haveto report that FTP MDTM one, cant wait for the new version.
Flow is offline   Reply With Quote
Old 11-09-2007, 08:29 AM   #37
Flow
Senior Member
FlashFXP Beta Tester
ioFTPD Foundation User
 
Flow's Avatar
 
Join Date: Dec 2001
Posts: 306
Default

Gawd, hey Yil, is it possible for you to release a quickfix for FTP MDTM thingy?
Flow is offline   Reply With Quote
Old 11-10-2007, 06:18 PM   #38
weisan
Junior Member
ioFTPD Registered User
 
Join Date: Jul 2005
Posts: 28
Default

If I would like to Upgrade from 6.2.1 to 6.3.1 .. what should I do ??
weisan is offline   Reply With Quote
Old 11-10-2007, 06:39 PM   #39
razoor
Senior Member
ioFTPD Foundation User
 
Join Date: Oct 2006
Posts: 163
Default

replace the exe??
razoor is offline   Reply With Quote
Old 11-10-2007, 06:48 PM   #40
weisan
Junior Member
ioFTPD Registered User
 
Join Date: Jul 2005
Posts: 28
Default

hehe .. I guess it's a little more complicated than that ...
it stays nothing in the readme or changelog.txt about HOW TO UPGRADE from previous version...
weisan is offline   Reply With Quote
Old 11-10-2007, 06:50 PM   #41
hukker
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Jun 2004
Posts: 165
Default

I doubt that razoor, theres a whole bunch of features added from 2.1 to 3.1.
weisan: in my opinion you should start with a new config and try to make sence of everything new added
hukker is offline   Reply With Quote
Old 11-10-2007, 07:38 PM   #42
weisan
Junior Member
ioFTPD Registered User
 
Join Date: Jul 2005
Posts: 28
Default

how nice to do a new install .. just a few weeks after i've updated from 5.8.5r to 6.2.1 ...
weisan is offline   Reply With Quote
Old 11-11-2007, 11:20 AM   #43
Yil
Too much time...
FlashFXP Beta Tester
ioFTPD Administrator
 
Join Date: May 2005
Posts: 1,194
Default

Haven't had any time on the computer the last few days. GF's birthday is today and we just haven't been home lately

I'll try to get that new release out by tomorrow (monday).

As for upgrading try reading the changelog again. At the top is every file that needs to be replaced, and below that changes to the ioFTPD.ini file are documented. Even if no changes to the .ini file are made it should probably still work, just without the new features.
Yil is offline   Reply With Quote
Old 11-11-2007, 02:16 PM   #44
weisan
Junior Member
ioFTPD Registered User
 
Join Date: Jul 2005
Posts: 28
Default

Should be nice though to have some upgrading instruction to look at ...
U're doing a great job Yil .. i fully understand u have no time to do all the doc's in time ..
weisan is offline   Reply With Quote
Old 11-11-2007, 02:47 PM   #45
Mave
Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Jul 2005
Posts: 43
Default Impressive

Darn i,m really amazed again and again and again!!!

You are like a angel from heaven.
I,m so glad that you do continue and continue and continue on this project.
Sometimes i wonder .... Are you really a human from earth?
Looks more you did come from some planet ( Some planet called high tech programming ).
Never seen this kind of development,support, before.

GREAT WORK YIL .....
Mave is offline   Reply With Quote
Reply

Tags
easier, hostmasks, make, problems, support

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 12:12 AM.

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