PDA

View Full Version : [Fixed] ioB announce problem


molder
05-31-2006, 02:07 PM
Hi guys, i installed ioB2 with sitebot, sitebot work excellent, it announce login, logout, error and others things, but not is announcing New, Delete and all about rls. I checked the path of ioFTPD.log and it's ok.
And i have other problem more with ioB: [ERROR] 05-31-2006 21:00:55 Scheduler event 'AutoNuke' returned error.
I think have something bad configure in AutoNuke.
I hope somebody can help me.
Regards

Harm
05-31-2006, 03:48 PM
- Have you configured the list of announced sections properly? see set ioBvar(arealist)
- How have you specified the path to ioFTPD.log in your ioBanana.tcl? It's safer to write the complete path and to use / instead of \ (which has to be escaped).

- Have you configured the autonuker? Or better, are you using the autonuker at all? If you don't need it, I suggest you disable the corresponding event in the [Scheduler] section of your ioFTPD.ini.

molder
05-31-2006, 05:01 PM
ok, i checked the ioBvar(arealist) and now is announcing :), thx harm.

Now, i continue checking all and found other thing more... haha
when i fxp a rls, .diz is excluded and .zip is transfered ok, but i think he is auto deleted and see this error:
05-31-2006 23:46:43 "c:\ioFTPD\scripts\ioBanana\ioBANANA.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
invalid command name "1"
while executing
"${valid}"
(procedure "race" line 43)
invoked from within
"race "$parent" "$release" "$realdir" "$files" "1""
(".zip" arm line 17)
invoked from within
"switch [string tolower [file extension $realpath]] {
".sfv" {
set files [initsfv "$realdir" "$realpath" "$parent" "$release"]
output "SFV: OK!"
...

what is the problem?
Regards

molder
05-31-2006, 05:04 PM
and i found this error in my autonuke:
...06-01-2006 00:00:55 "z:\ioFTPD\scripts\ioBanana\ioAUTONUKE.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
can't read "anuke(mp3,sections)": no such element in array
while executing
"foreach section $anuke($type,sections) {
set browse [getpath [lindex $section 0]]
set sec [getsection [lindex $section 0]]
set path [resolve pwd $b..."
(procedure "anukecheck" line 5)
invoked from within
"anukecheck "mp3" "ismp3" "ANUKEMP3""
(procedure "autonuke" line 7)

i think have something bad configured in it, but i dont know what :P
Regards

molder
05-31-2006, 05:13 PM
about the last msg i changed anuke(mp3,sections) for anuke(0day,sections), this was that error, now it's fixed.
But when i try to fxp the first zip is tranfered ok, the .diz is excluded, the .nfo is ok the but the next .zip from the same rls are not accepted and see other error:

06-01-2006 00:09:14 "c:\ioFTPD\scripts\ioBanana\ioBANANA.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
invalid command name "2"
while executing
"${valid}"
(procedure "race" line 43)
invoked from within
"race "$parent" "$release" "$realdir" "$files" "1""
(".zip" arm line 17)
invoked from within
"switch [string tolower [file extension $realpath]] {
".sfv" {
set files [initsfv "$realdir" "$realpath" "$parent" "$release"]
output "SFV: OK!"

Regards

molder
05-31-2006, 09:09 PM
leave it please, i found the solution was a change in ioTOOLKIT.itcl (dirtag), i replace the change with a original copy and it work excellent now :)