PDA

View Full Version : site nuke doesnt do anything


[-AzAZeL-]
12-18-2005, 06:06 AM
Problem: I create a dir, nukes it, and get this:

[R] site nuke testing 1 asd
[R] 200-.-[Nuke]-----------------------------------------------------------------.
[R] 200-| Release : testing |
[R] 200-| Multi : 1x |
[R] 200-| Reason : asd |
[R] 200-| Type : Empty Nuke |
[R] 200-| Files : 0F Size: 0KB CDs: 0 |
[R] 200-|------------------------------------------------------------------------|
[R] 200-| User | Group | Ratio | Stats Lost | Credits Lost |
[R] 200-|------------------------------------------------------------------------|
[R] 200 Command successful.

but nothing happends to the directory in case. This have worked flawless for some time and yesterday nothing happend when I nuked. nxError is just showing errors of no autonuke settings, (dont use it).

- LoadScript : unable to source "C:/ioFTPD/scripts/nxAutoNuke/nxAutoNuke.cfg": couldn't read file "C:/ioFTPD/scripts/nxAutoNuke/nxAutoNuke.cfg": no such file or directory

All help is appreciated!

PaRaNoiD_JaCK
12-18-2005, 07:06 AM
Have you checked what path nxAutoNuke.cfg is in?

Older versions of nxtools it was in the root of the scripts directory, newer ones it`s been changed to the nxtools folder.

:)

[-AzAZeL-]
12-18-2005, 07:45 AM
I just use nxtools, not the autonuke. or is it required to install that script aswell?

neoxed
12-18-2005, 02:28 PM
Paste the relevant entries from logs\nxError.log and logs\SystemError.log.

[-AzAZeL-]
12-18-2005, 02:34 PM
There is ALOT of this in systemerror.. nothing relevant in nXerror

12-18-2005 11:35:28 "..\scripts\nxTools\nxNuke.tcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
can't use non-numeric string as operand of "*"
while executing
"expr {$statSection * 3 + 1}"
(procedure "UpdateUser" line 3)
invoked from within
"UpdateUser $isNuke $nukeeUser $multi $nukeCredits $nukefiles($nukeeUser) $nukeStats $creditSection $statSection"
("foreach" body line 4)
invoked from within
"foreach nukeeUser [lsort -ascii [array names nukesize]] {12-18-2005 11:51:24 "..\scripts\nxTools\nxNuke.tcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
can't use non-numeric string as operand of "*"
while executing
"expr {$statSection * 3 + 1}"
(procedure "UpdateUser" line 3)
invoked from within
"UpdateUser $isNuke $nukeeUser $multi $nukeCredits $nukefiles($nukeeUser) $nukeStats $creditSection $statSection"
("foreach" body line 4)
invoked from within
"foreach nukeeUser [lsort -ascii [array names nukesize]] {12-18-2005 11:53:55 "..\scripts\nxTools\nxNuke.tcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
can't use non-numeric string as operand of "*"
while executing
"expr {$statSection * 3 + 1}"
(procedure "UpdateUser" line 3)
invoked from within
"UpdateUser $isNuke $nukeeUser $multi $nukeCredits $nukefiles($nukeeUser) $nukeStats $creditSection $statSection"
("foreach" body line 4)
invoked from within
"foreach nukeeUser [lsort -ascii [array names nukesize]] {12-18-2005 11:59:43 "..\scripts\nxTools\nxNuke.tcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
can't use non-numeric string as operand of "*"
while executing
"expr {$statSection * 3 + 1}"
(procedure "UpdateUser" line 3)
invoked from within
"UpdateUser $isNuke $nukeeUser $multi $nukeCredits $nukefiles($nukeeUser) $nukeStats $creditSection $statSection"
("foreach" body line 4)
invoked from within
"foreach nukeeUser [lsort -ascii [array names nukesize]] {12-18-2005 17:31:53 "..\scripts\newdir\OnSiteNew.itcl" terminated abnormally

neoxed
12-18-2005, 03:34 PM
Paste everything under [Sections] from your ioFTPD.ini file.

[-AzAZeL-]
12-18-2005, 04:47 PM
Ahh ! :) that was is!
SECTION = 0 * /SECTION/*
the * should be the stat section

All working sweet now :D