View Single Post
Old 04-27-2004, 06:17 PM  
Mouton
Posse Member
 
Join Date: Dec 2002
Posts: 1,956
Default iTCL vfs read $something fails with no error

Sometimes, it works.
Sometimes, it just does that:

In SystemError.log:
Code:
04-27-2004 17:55:10 "..\scripts\ioUNNUKE.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------

    while executing
"vfs read $realdir"
    (procedure "unnuke" line 14)
    invoked from within
"unnuke
"
    (file "..\scripts\ioUNNUKE.itcl" line 249)
------------------------------------------------------------------
in my .itcl:
Code:
13: putlog "Locking $realdir for UnNuke..."
14: set result [vfs read $realdir]
in my ioFTPD.log:
Code:
04-27-2004 17:55:10 Locking C:/ftp/trucs/Test-Mouton for UnNuke...
Mouton is offline