Old 02-08-2008, 12:29 PM   #226
ArtX
Senior Member
FlashFXP Beta Tester
ioFTPD Foundation User
 
Join Date: Jan 2004
Posts: 301
Default

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
ArtX is offline   Reply With Quote
Old 02-08-2008, 02:57 PM   #227
daddoso
Junior Member
 
Join Date: Nov 2007
Posts: 9
Default

Quote:
Originally Posted by Carpo View Post
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
daddoso is offline   Reply With Quote
Old 02-08-2008, 03:24 PM   #228
ArtX
Senior Member
FlashFXP Beta Tester
ioFTPD Foundation User
 
Join Date: Jan 2004
Posts: 301
Default

good good
ArtX is offline   Reply With Quote
Old 02-08-2008, 03:35 PM   #229
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

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
o_dog is offline   Reply With Quote
Old 02-08-2008, 05:22 PM   #230
daddoso
Junior Member
 
Join Date: Nov 2007
Posts: 9
Default

Quote:
Originally Posted by o_dog View Post
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.
daddoso is offline   Reply With Quote
Old 02-09-2008, 03:07 AM   #231
ArtX
Senior Member
FlashFXP Beta Tester
ioFTPD Foundation User
 
Join Date: Jan 2004
Posts: 301
Default

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
ArtX is offline   Reply With Quote
Old 02-11-2008, 08:25 PM   #232
monk-
Member
 
Join Date: Oct 2007
Posts: 32
Default

odog: maybe u should add exit(2) on 0byte files and bad files
so the dupe script doesnt run
monk- is offline   Reply With Quote
Old 02-11-2008, 08:28 PM   #233
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

nah, some other scripts might still need to run after it. dupescript shouldn't add files that doesn't exist anyway
__________________
ioNiNJA
o_dog is offline   Reply With Quote
Old 02-11-2008, 08:43 PM   #234
monk-
Member
 
Join Date: Oct 2007
Posts: 32
Default

Quote:
Originally Posted by o_dog View Post
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
monk- is offline   Reply With Quote
Old 02-11-2008, 08:45 PM   #235
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

is ioninja added before or after nxtools in ioftpd.ini?
because nxtools does not add files that doesn't exist to dupedb
__________________
ioNiNJA
o_dog is offline   Reply With Quote
Old 02-11-2008, 08:47 PM   #236
monk-
Member
 
Join Date: Oct 2007
Posts: 32
Default

Quote:
Originally Posted by o_dog View Post
is ioninja added before or after nxtools in ioftpd.ini?
ioninja before nxtools
monk- is offline   Reply With Quote
Old 02-11-2008, 08:53 PM   #237
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

strange, here it never adds dupes for bad or failed files.
__________________
ioNiNJA
o_dog is offline   Reply With Quote
Old 02-11-2008, 08:54 PM   #238
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

but if you're determind to stop the script use ioerror
not exit(2)
__________________
ioNiNJA
o_dog is offline   Reply With Quote
Old 02-11-2008, 09:15 PM   #239
monk-
Member
 
Join Date: Oct 2007
Posts: 32
Default

Quote:
Originally Posted by o_dog View Post
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
monk- is offline   Reply With Quote
Old 02-11-2008, 09:44 PM   #240
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

i'll have a look at it some day not a hight priority though
__________________
ioNiNJA
o_dog is offline   Reply With Quote
Reply

Tags
alpha, dead, support, thread, versions

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 Off
HTML code is Off

Forum Jump


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

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