Unix Programming - svc_run.

This is Interesting: Free IT 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, 7:28 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






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com