Error message : socket failed...


 
Thread Tools Search this Thread
Operating Systems Solaris Error message : socket failed...
# 1  
Old 05-25-2009
Error message : socket failed...

Dear All,

I have server with SunOS 5.10 Generic_127111-06 sun4v sparc SUNW,SPARC-Enterprise-T5120, always coming out error message like this :

May 25 10:37:26 sshd[12004]: [ID 800047 auth.crit] fatal: Read from socket failed: Connection reset by peer

So what happend with my server..???


Best Regards

Bejo Smilie
# 2  
Old 05-25-2009
From this I'd guess one of two possibilities:
  1. One of the clients connecting to your server doesn't properly end it's connection. Ask around if someone is having problems with their access or a PC crashing.
  2. If it's a public accessible server, someone might be portscanning you, sending SYN or RST packets. Check if there are any excessive failed authentication attempts.
# 3  
Old 05-25-2009
Quote:
Originally Posted by pludi
From this I'd guess one of two possibilities:
  1. One of the clients connecting to your server doesn't properly end it's connection. Ask around if someone is having problems with their access or a PC crashing.
  2. If it's a public accessible server, someone might be portscanning you, sending SYN or RST packets. Check if there are any excessive failed authentication attempts.
Thanks for your information

Best Regards

Bejo Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

D-Bus: Failed to connect to socket

I'm trying a new distro called KaliBang. After the install I noticed this error is having problems letting multiple applications I have work: (nm-applet:3674): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Did not receive a reply. Possible causes include: the remote... (2 Replies)
Discussion started by: Azrael
2 Replies

2. UNIX for Advanced & Expert Users

Fatal: Read from socket failed: Connection reset by peer [preauth]

Hello, I have recently updated my AIX machine from version 6.1.7.5 to 6.1.9.1 and i noticed that the errpt of the server is full of ssh messages like the one below: sshdprocess_id>]: fatal: Read from socket failed: Connection reset by peer Does anyone knows if this a known bug of the ssh... (15 Replies)
Discussion started by: omonoiatis9
15 Replies

3. Solaris

Cygwin X Server error: xdmcp fatal error session failed session 23 failed for display

Hi, i got the following error when i tried to access the cygwin x server from a windows XP PC. "xdmcp fatal error session failed session 23 failed for display" Alternatively, when i tried to access the same Cygwin X Server from another windows XP PC which is on a different LAN... (3 Replies)
Discussion started by: HarishKumarM
3 Replies

4. UNIX for Dummies Questions & Answers

fatal: Read from socket failed: Connection reset by peer

I get this error when I log in through console: "fatal: Read from socket failed: Connection reset by peer". Can you tell me what this is and why it happens, and how to stop it? Thank you. (1 Reply)
Discussion started by: iamnew2solaris
1 Replies

5. Programming

Error with socket operation on non-socket

Dear Experts, i am compiling my code in suse 4.1 which is compiling fine, but at runtime it is showing me for socket programming error no 88 as i searched in errno.h it is telling me socket operation on non socket, what is the meaning of this , how to deal with this error , please... (1 Reply)
Discussion started by: vin_pll
1 Replies

6. UNIX for Advanced & Expert Users

ssh error: Error reading response length from authentication socket

Hi - I am getting the error `Error reading response length from authentication socket' when I ssh from my cluster to another cluster, and then back to my cluster. It doesn't seem to affect anything, but it's just annoying that it always pops up and tends to confuse new users of the cluster. I... (1 Reply)
Discussion started by: cpp6f
1 Replies

7. Solaris

Help Error message !!! ttdt_open failed: TT_ERR_PROCID

Hi, I am using solaris 5.8 workstations. We work by logging into high capacity servers and start our applications. We have two servers say SERV1 and SERV2. SERV1 has 5.8 installed and SERV2 has 5.9. When I log into SERV1 and start applications for example dtpad , it runs fine, but when I log... (1 Reply)
Discussion started by: ajphaj
1 Replies

8. Programming

How to broadcast a message across the network using Socket programming in C??

My problem definition is ,I have to send a message from one node in a network and it has to be broadcasted to all other nodes in the network.The program what I have given below will be running in all the nodes in the network.The same program should be capable of sending(broadcasting) and receiving.... (1 Reply)
Discussion started by: vigneshinbox
1 Replies

9. UNIX for Advanced & Expert Users

connect problem for sctp socket (ipv6 socket) - Runtime fail Invalid Arguments

Hi, I was porting ipv4 application to ipv6; i was done with TCP transports. Now i am facing problem with SCTp transport at runtime. To test SCTP transport I am using following server and client socket programs. Server program runs fine, but client program fails giving Invalid Arguments for... (0 Replies)
Discussion started by: chandrutiptur
0 Replies

10. Programming

Multiplexing socket and message queue using Select()

I have a socket and a message queue over which i am trying to multiplex input using select(). When data comes over socket the select works but when it comes over message queue the select is not detecting it . Create_Q gets the identifier of the messege queue. ... (1 Reply)
Discussion started by: shaurya.rastogi
1 Replies
Login or Register to Ask a Question