Anqin
unread,May 15, 2011, 9:52:55 PM5/15/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to KFS User
Hi,
In line 65 of scripts/kfsshell.py (release kfs-0.5):
cmd = "%s/tools/KFSshell -s %s -p %d" % (bindir, node, port)
should be:
cmd = "%s/tools/kfsshell -s %s -p %d" % (bindir, node, port)
Best,
anqin