18.02.2014 Views

string

string

string

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Action<br />

You can control the soft limit from the shell. In the C shell, use the limit(1)<br />

command to increase the number of descriptors. In the Bourne or Korn shells,<br />

use the ulimit -n command to increase the number of file descriptors.<br />

If the window system refuses to start new applications because of this error, increase<br />

the open file limit in your login shell before starting the window system.<br />

Technical Notes<br />

The symbolic name for this error is EMFILE, errno=24.<br />

Transport endpoint is already<br />

connected<br />

Cause<br />

A connect request was made on an already connected transport endpoint; or, a<br />

sendto(3XN) or sendmsg(3XN) transport endpoint specified a destination when<br />

already connected.<br />

Technical Notes<br />

The symbolic name for this error is EISCONN, errno=133.<br />

Transport endpoint is not connected<br />

Cause<br />

A request to send or receive data was disallowed because the transport endpoint is<br />

not connected and (when sending a datagram) no address was supplied.<br />

Technical Notes<br />

The symbolic name for this error is ENOTCONN, errno=134.<br />

188 Solaris Common Messages and Troubleshooting Guide ♦ October, 1998

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!