For Programmers: Free Programming Magazines  


Home > Archive > Unix Programming > July 2006 > svc_run.









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author svc_run.
siva

2006-07-31, 4:00 am

Hi,

I would like to know what the error code 14 means. This error code is
returned after executing the select statement.


switch (select (dtbsz, &readfds, NULL, NULL, NULL))
{

case -1:
if (errno == EINTR)
continue;
DIM_F_RemoteShellLog ("select error" ,
cuserid (NULL) );
return;

Here inside the case -1 : the error number is thrown as 14. and fails
by throwing connection reset by peer.

Fetch Item: ukhml-p570b4: RPC: 1832-007 Unable to receive; errno =
Connection reset by peer"

Rgds
ssk

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com