PDA

View Full Version : mfs_ftp won't execute


mphare
03-14-2007, 11:44 PM
When I start up mfs_ftp, I get this:
bash-2.02# ./mfs_ftp.tcl
bash-2.02#
bash-2.02# child process exited abnormally
while executing
"exec $info(path)/tzoffset.tcl 2>/dev/null"
(procedure "get_tzoffset" line 10)
invoked from within
"get_tzoffset"
(procedure "init_procs" line 7)
invoked from within
"init_procs"
(file "./mfs_ftp.tcl" line 1534)

bash-2.02#

Any ideas why?

Da Goon
03-15-2007, 12:01 AM
There are several steps needed to get mfs_ftp working. You need to patch mfs_ftp.tcl using the roll-up patch posted by jerrymc on DDB, you need to download the mfs_ftp s2 binaries posted by jamie and put them in your mfs_ftp dir. You also need tzoffset.tcl and tzoffset.txt to be in your mfs_ftp dir. You can create tzoffset.txt with "touch tzoffset.txt" After installing the S2 binaries, remove mfs_stdinsert and recreate it as a symlink to mfs_import. Check the zipper wiki for a bunch of links, and see the mfs_ftp thread on DDB for the patches.

mphare
03-15-2007, 12:14 AM
Now we're getting somewhere.
I had the S2 binaries, but I didn't see the instructions for the synlink or the txt file.
Thanks! Seems to be working much better now!