View Single Post
Old 04-25-2005, 01:50 PM  
djdeluxe76
Member
 
Join Date: Mar 2005
Posts: 43
Default is this setting for autonuke valid please?

Hello and thank you for reading my post!

I am going to post a log entry from SystemError.log and after that
the corresponding line from the ioAUTONUKE.itcl which I believe is
causing it. I am asking for help as to determine what could be
the problem here:


Code:
SystemError.log

can't read "anuke(banned,)": no such element in array
    while executing
"foreach type $anuke(banned,$section) {
if {[string match -nocase "*$type*" $name]} {return $type}
}"
    (procedure "isbanned" line 3)
    invoked from within
"isbanned "$subsection" "$release""
    (procedure "autonuke" line 175)
    invoked from within
"autonuke"
Code:
ioAUTONUKE.itcl

set anuke(banned,sections) {{"/0DAY" 1 1 3 30 60}}
As you can see I have a section defined for the banned procedure, I
just want it to be browsing all 0DAY dirs and not just the /0DAY/????
which translates to "today". Is this a valid entry and if not what can
I do to achieve my goal please?

Thanks for your time helping me!

cheers
DJ
djdeluxe76 is offline   Reply With Quote