![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| IP Networking Questions involving TCP/IP, Routers, Hubs, Network protocols, etc go here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ssh - connection reset by peer | osxhawk | Shell Programming and Scripting | 2 | 06-05-2008 11:18 AM |
| XIO: fatal IO error 232 (Connection reset by peer) on X server "192.168.1.239:0.0" | grimanda | HP-UX | 3 | 01-31-2008 07:33 AM |
| Need error code: rcp - reset by peer | jimcampanella | Shell Programming and Scripting | 1 | 06-12-2007 11:54 PM |
| Something like peer-to-peer | !_30 | UNIX for Advanced & Expert Users | 0 | 11-19-2006 11:00 AM |
| Peer to Peer | TAT2ME74 | UNIX for Dummies Questions & Answers | 2 | 08-27-2002 05:45 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
We have 2 servers ( win 2003 + sun 5.8 ) and we run a rsh from the NT to the UNIX. The program runs a shell script on the UNIX and waits for the answer in the EOF. How ever, after period of appx 2 min there is a reply "Recv failed:Connection reset by peer". while the shell script is still running on the UNIX but the Connection to the NT is Closed !! Please Help, What can I do ? We tried to change in the file /etc/inetd.conf the rsh from NOWAIT to WAIT but no luck. Thanks in Advance |
| Forum Sponsor | ||
|
|
|
|||
|
Well...I put the NOWAIT back and I ran it again.
The Result was that befor the run it was 10.1.26.6.567 10.1.26.131.1022 17520 0 24820 0 TIME_WAIT while running the result was: 10.1.26.6.568 10.1.26.131.1021 17520 0 24820 0 CLOSE_WAIT and After was back to TIME_WAIT. so my gues is that it comes from the unix system. is there any solution for this problem? |
|
|||
|
well, you are right
when we run the rsh with our program its open a several sockets... but all of then are like the example that I send, I made a mistake with the paste socket but still is the same results. Is there another idea that you can think about ? |