PDA

View Full Version : Ciphercheck.tcl error message


fleagles
09-17-2004, 03:05 AM
I am almost there I can feel it. Has anyone ever seen this message and know what I did wrong. I run the ciphercheck and this is what comes out.

bash-2.02# cd /var/hack
bash-2.02# tivosh ./ciphercheck.tcl
CipherCheck.tcl by AlphaWolf_HK

couldn't open "/tmp/scrambletest": no such file or directory
while executing
"open "/tmp/scrambletest" r"
(procedure "crypcheck" line 3)
invoked from within
"crypcheck $fsid"
("uplevel" body line 8)
invoked from within
"uplevel $body"
invoked from within
"transaction {uplevel $body}"
(procedure "RetryTransaction" line 5)
invoked from within
"RetryTransaction {
set objindex [strim [mfs scan /Recording/LiveCache -start "" -count 1]]
set fsid [lindex $objindex 0]
set obj [db $db o..."
(file "./ciphercheck.tcl" line 50)
bash-2.02#

psxboy
09-17-2004, 11:22 AM
The "/tmp/scrambletest" file is created by mfs_export to determine if the live cache is encrypted or not. This error usually occurs when mfs_export isn't in your path. Go back & read the instructions for ciphercheck.tcl (where that requirement is clearly spelled out) and make sure you have everything setup right first.

Also, this post (http://www.dealdatabase.com/forum/showthread.php?p=184470) explains how the script works in great detail. You may glean some understanding from it.

-psxboy