Installed Server, but curl fails

the location of my server is here http://67.240.89.172/v2.6/cgi/status.cgi

i used electricsheep client version 2.6.8

on running:

johnathon@localhost ~/Desktop/electricsheep-2.6.8 $ ./electricsheep --server 67.240.89.172/v2.6 --debug 1
=====================================
electric sheep v2.6.8
time Mon Sep 28 11:34:42 2009
updating cache path=/home/johnathon/.sheep/ match_gen=0
time Mon Sep 28 11:34:42 2009
please be patient while the first sheep is downloaded...
decoder execvp mpeg2dec_onroot -f 23 -w -1
updating cache path=/home/johnathon/.sheep/ match_gen=0
time Mon Sep 28 11:34:52 2009
updating cache path=/home/johnathon/.sheep/ match_gen=0
time Mon Sep 28 11:35:02 2009
updating cache path=/home/johnathon/.sheep/ match_gen=0
time Mon Sep 28 11:35:12 2009
updating cache path=/home/johnathon/.sheep/ match_gen=0
time Mon Sep 28 11:35:22 2009
updating cache path=/home/johnathon/.sheep/ match_gen=0
time Mon Sep 28 11:35:32 2009
time Mon Sep 28 11:35:42 2009
list nice -n 10 curl --silent --show-error 'http://67.240.89.172/v2.6/cgi/list?v=LNX_2.6.8&u=C63C9588836CB529'| gunzip -c
updating cache path=/home/johnathon/.sheep/ match_gen=0
time Mon Sep 28 11:35:42 2009

gzip: stdin: not in gzip format
lost contact with 67.240.89.172/v2.6, cannot retrieve sheep.

 

When I manually curl http://67.240.89.172/v2.6/cgi/list?v=LNX_2.6.8&u=C63C9588836CB529 I get the standard 404 Error message. Then when i look in my cgi dir there is no list file or get file, so how is cgi/list?etc... supposed to work? I got my source from the SVN /trunk/server

Is there another way to get the full source for the server or is there something else that I'm missing?


User login