|
Hello Dan!
I hope you still looking up this group!
I searched in the messages for an answer to my question, but didnot
found something new.
I installed dkftpbench on Suse Linux 7.2 (i686) kernel 2.4.26-z1
At first I had a compiling problem. The error message was:
>Platoon.cc: In menber functio 'void Platoon::countStateChange(int,
> robouser_t::state_t,robuser_t::state_t)':
>Platoon.cc:14: error: 'assert' undeclared (first use in this
> function)
> Platoon.cc:14: error: (Each undeclared identifier is reported only
> once for each function it appears in.)
>Platoon.cc In member function 'void Platoon::reset()':
>Platoon.cc:106: error : 'assert' undeclared (first use in this
> function)
>make: ***[Platoon.o] Error 1
To solve this Problem I add
#include <assert.h>
into Platton.cc .
Now I could install dkftpbench. But everytime I run dkftpbench, I
get this error message:
>/usr/local/bin # ./dkftpbench -n1 -hlocalhost -30 -v
>Option values:
> -hlocalhost
> -P21
> -n1
> -c1
> -k2
> -t30
> -b3600
> -B2700
> -uanonymous
> -probouser@
> -fusenet/rec.juggling/juggling.FAQ.Z
> -m1500
> -v1
> -sp
> -a0
>Using poll()
>1 users alive, 0users dead; at least 30seconds to end of test
>robouser0::ftpCmdDone:GETTING: xerr 0, status 550, abborting
>ftp_client_pipe_t::shutdown(): m_state 1, cfd 3, dfd -1, id 0
>All users dead. Test failed.
I run dkftpbench with pureFTPd, proFTPd and NcFTPd (one at time).
I get the same message at every server.
Hope you can help me.
Best regards.
Marco
|