02-08-2008, 12:29 PM
|
#226
|
Senior Member
FlashFXP Beta Tester ioFTPD Foundation User
Join Date: Jan 2004
Posts: 301
|
ok have not used ioftpd in a while but am back using now and notice in the readme forioninja that rescan all should be working fine, but just wondering if anyone else has used it and cant confirm that all is ok, and that i should be fine running it.
I have a lot to rescan and cant really afford to have the script mess up and blow up my pc
|
|
|
02-08-2008, 02:57 PM
|
#227
|
Junior Member
Join Date: Nov 2007
Posts: 9
|
Quote:
Originally Posted by Carpo
ok have not used ioftpd in a while but am back using now and notice in the readme forioninja that rescan all should be working fine, but just wondering if anyone else has used it and cant confirm that all is ok, and that i should be fine running it.
I have a lot to rescan and cant really afford to have the script mess up and blow up my pc
|
I've done a rescan of over 9000 releases, only 2 errors due to the error I've pasted some posts before! And it seems they depends on hd, so this script in my opinion it's better than ok
|
|
|
02-08-2008, 03:24 PM
|
#228
|
Senior Member
FlashFXP Beta Tester ioFTPD Foundation User
Join Date: Jan 2004
Posts: 301
|
good good
|
|
|
02-08-2008, 03:35 PM
|
#229
|
Senior Member
Join Date: May 2007
Posts: 692
|
i didn't say it was hdd error, but it seemed convenient for it to be so. some files are just messed up and crashes the script dunno if you can ever make it completely fool proof. I have to recreate the error, and i'm not rescanning 9000 dirs =)
__________________
ioNiNJA
|
|
|
02-08-2008, 05:22 PM
|
#230
|
Junior Member
Join Date: Nov 2007
Posts: 9
|
Quote:
Originally Posted by o_dog
i didn't say it was hdd error, but it seemed convenient for it to be so. some files are just messed up and crashes the script dunno if you can ever make it completely fool proof. I have to recreate the error, and i'm not rescanning 9000 dirs =)
|
^^
BTW, i've moved the rls into my local ftp, uploading them the zipscript works and check 100% bla bla! If i do "site rescan this", i get 2 kinds of error:
Code:
02-08-2008 23:05:52 "..\scripts\ioNiNJA\ioNiNJA.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
can't use non-numeric string as operand of "*"
while executing
"expr {int([file size $mp3file]*8 / double(1000*$bitrate))}"
(procedure "mp3information" line 292)
invoked from within
"mp3information "$path/$filename""
(procedure "rescan" line 197)
invoked from within
"rescan"
invoked from within
"if {[lindex $args 0] == "SYMCLEAN"} {
symlinkclean
02-08-2008 23:06:45 "..\scripts\ioNiNJA\ioNiNJA.itcl" terminated abnormally
Code:
--------------------------- ErrorInfo ----------------------------
can't read "mpeghead": no such variable
while executing
"binary scan $mpeghead B32 mp3head"
(procedure "mp3information" line 121)
invoked from within
"mp3information "$path/$filename""
(procedure "rescan" line 197)
invoked from within
"rescan"
invoked from within
"if {[lindex $args 0] == "SYMCLEAN"} {
symlinkclean
} elseif {[regexp -nocase $ioNJ
I hope that's not because of I mess with some settings in the conf, all worked until now xD
PS: if u want i can send u these rels.
|
|
|
02-09-2008, 03:07 AM
|
#231
|
Senior Member
FlashFXP Beta Tester ioFTPD Foundation User
Join Date: Jan 2004
Posts: 301
|
run chkdsk on the drives, if you want a quick check do chkdsk x: /f - or if you want to test the drive for errors and bad sectors use chkdsk x: /r /f (x: being the drive your scanning) if the drives are big it will take time, that and the cpu speed will affect it.
I norm run /f a few times first as this will fix most issues, keep doing it till it says windows has found no problems, the run it with /r /f
|
|
|
02-11-2008, 08:25 PM
|
#232
|
Member
Join Date: Oct 2007
Posts: 32
|
odog: maybe u should add exit(2) on 0byte files and bad files
so the dupe script doesnt run
|
|
|
02-11-2008, 08:28 PM
|
#233
|
Senior Member
Join Date: May 2007
Posts: 692
|
nah, some other scripts might still need to run after it. dupescript shouldn't add files that doesn't exist anyway
__________________
ioNiNJA
|
|
|
02-11-2008, 08:43 PM
|
#234
|
Member
Join Date: Oct 2007
Posts: 32
|
Quote:
Originally Posted by o_dog
nah, some other scripts might still need to run after it. dupescript shouldn't add files that doesn't exist anyway
|
what script would that be hmm, a script that needs to process a non existing file hmmm
anyway, i guess its not too hard to add myself. better then all the dupes nxtools adds
|
|
|
02-11-2008, 08:45 PM
|
#235
|
Senior Member
Join Date: May 2007
Posts: 692
|
is ioninja added before or after nxtools in ioftpd.ini?
because nxtools does not add files that doesn't exist to dupedb
__________________
ioNiNJA
|
|
|
02-11-2008, 08:47 PM
|
#236
|
Member
Join Date: Oct 2007
Posts: 32
|
Quote:
Originally Posted by o_dog
is ioninja added before or after nxtools in ioftpd.ini?
|
ioninja before nxtools
|
|
|
02-11-2008, 08:53 PM
|
#237
|
Senior Member
Join Date: May 2007
Posts: 692
|
strange, here it never adds dupes for bad or failed files.
__________________
ioNiNJA
|
|
|
02-11-2008, 08:54 PM
|
#238
|
Senior Member
Join Date: May 2007
Posts: 692
|
but if you're determind to stop the script use ioerror
not exit(2)
__________________
ioNiNJA
|
|
|
02-11-2008, 09:15 PM
|
#239
|
Member
Join Date: Oct 2007
Posts: 32
|
Quote:
Originally Posted by o_dog
strange, here it never adds dupes for bad or failed files.
|
well, im sure it does on 0byte files, which isnt a failed transfer
bad crc files mostly happen on failed transfers, so onuploaderror gets triggered then, but if transfer doesnt fail but crc is bad anyway, it gets duped and onuploaderror wont undupe it
all other zipscripts return error codes like this btw
|
|
|
02-11-2008, 09:44 PM
|
#240
|
Senior Member
Join Date: May 2007
Posts: 692
|
i'll have a look at it some day not a hight priority though
__________________
ioNiNJA
|
|
|
Thread Tools |
|
Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:00 PM.
|