You are not logged in.
Pages: 1
I am trying to get this File Server running: http://freshmeat.net/projects/tclfserv/
It requires both tcl and tclx (which I installed from the aur).
When I attempt to run the fserve, It gives me the following error:
justin @ rain > ./fserve.tcl phillies.conf
invalid command name "signal"
while executing
"signal trap int "NiceExit {owner said so}""
invoked from within
"if {$connected == -1} {
set argv [join $argv]
if {($argv == "") || (![file exists $argv])} {error "Bad config file specified! ($argv)\nUsage: ./fse..."
(file "./fserve.tcl" line 233)
In the fserve.tcl file, I have the path to tcl listed as /usr/bin/tclsh. The docs for the fileserver say if you get a "signal" error, you should make sure you have tclx installed. Any suggestions on getting this to work, or, any suggestions for a solid IRC File Server?
Offline
Pages: 1