Re: running iperf from xinetd


This would be a DNS error. Though I am not sure where you are doing the 
DNS lookup from.

Kevin

On 29 May 2003, Edson Manners wrote:

> I have been trying to get iperf working from xinetd. I get this
> foloowing error even though the server starts up.
> getpeername failed: Transport endpoint is not connected
> 
> Here is my iperf xinetd conf file.
> 
> # default: on
> # description: The iperf server serves iperf sessions;
> service iperf
> {
>         disable         = no
>         flags           = REUSE
>         socket_type     = stream
>         wait            = no
>         user            = root
>         server          = /usr/local/bin/iperf
>         server_args     = -s -D
>         log_on_failure  += USERID
> }
> 
> Please let me know if anyone here either has the same problem or has
> solved this problem. Thanks
> 



Other Mailing lists | Author Index | Date Index | Subject Index | Thread Index