LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-08-2002, 03:36 AM   #1
then
Member
 
Registered: Oct 2002
Location: FDR India
Distribution: RH9, Knoppix, MEPIS
Posts: 65

Rep: Reputation: 15
Unhappy System Log error: xinetd -Transport endpoint is not connected


Hi

I got the following the following errors in my freshly-installed RH8 system, I can't make any sense of them
****************************
xinetd[960]: warning: can't get client address: Transport endpoint is not connected
xinetd[904]: warning: can't get client address: Transport endpoint is not connected
xinetd[893]: warning: can't get client address: Transport endpoint is not connected
*******************************
I custom installed RH with NO web-servers and with Sendmail and Postfix as my MTAs. No other software has been installed.

I would appreciate any guidance / tips to help me understand these errors.

Thanks and Regards
theN
 
Old 12-08-2002, 09:00 AM   #2
irish_rover
Member
 
Registered: Sep 2002
Location: IN, USA
Distribution: Debian, Endian FW
Posts: 368

Rep: Reputation: 30
Ok one way to track it down is to.......

Disable all of the xinetd processes and then turn them all back on one at a time and see who is causing the problem.

You might want to take a look at webmin just to make this a bit easier. www.webmin.com
 
Old 01-02-2008, 08:36 AM   #3
askmemyname
LQ Newbie
 
Registered: Jan 2008
Posts: 1

Rep: Reputation: 0
Set wait = no

The problem is the wait = yes option. For TCP connections xinetd seems to try and pass sockets around, instead of starting the server and redirecting STDIN/STDOUT.

Set wait = no for TCP streams. This is what I did to fix this exact same problem I was having. Below is my final configuration in /etc/xinetd.d/myservice:

Code:
service mycustomservice
{
        disable         = no
        type            = UNLISTED
        server          = /home/askmemyname/myservice.pl
        id              = mycustomservice-stream
        socket_type     = stream
        protocol        = tcp
        user            = root
        wait            = no
        port            = 12345
}
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
HELP postfix transport error HELP Sammy2ooo Linux - Networking 1 08-26-2004 05:17 AM
Dante client problem: control-socket: Transport endpoint is not connected phonic Linux - Networking 1 07-14-2004 04:46 PM
System V Transport Layer Interface-should I learn it? beginner16 Programming 1 01-21-2004 11:20 AM
blastcl3- transport endpoint not connected?? help please lectrix Linux - Software 0 11-05-2003 10:14 AM
blastcl3: errno=107,Transport endpoint is not connected?? Help please. lectrix Linux - Networking 0 11-05-2003 09:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration