I don't use xinetd, but I am used to "nowait" in inetd.conf for tcp
services.  Maybe try "wait = no" ?

On Sat, 8 Dec 2001, Jeff Macdonald <[EMAIL PROTECTED]> wrote:
> Hi,
> Anybody runnig their own program out of xinetd? I can't get event simple
> stuff to work like ls:
> 
> service unlisted
> {
>       type            = UNLISTED
>       protocol        = tcp
>       socket_type     = stream
>       wait            = yes
>       user            = root
>       server          = /bin/ls
>       server_args     = /
>       port            = 666
> }
> 
> I keep getting this in /varlog/messages:
> 
> Dec  8 21:58:59 localhost xinetd[3113]: warning: can't get client
> address: Transport endpoint is not connected


*****************************************************************
To unsubscribe from this list, send mail to [EMAIL PROTECTED]
with the text 'unsubscribe gnhlug' in the message body.
*****************************************************************

Reply via email to