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.

Not a stream device<br />

Cause<br />

A putmsg(2) or getmsg(2) system call was attempted on a file descriptor that is<br />

not a STREAMS device.<br />

Technical Notes<br />

The symbolic name for this error is ENOSTR, errno=60.<br />

Not enough space<br />

Cause<br />

This message indicates that the system is running many large applications<br />

simultaneously, and has run out of swap space (virtual memory). It could also<br />

indicate that applications failed without freeing pages from the swap area. Swap<br />

space is an area of disk set aside to store portions of applications and data not<br />

immediately required in memory. Any data written during this condition will<br />

probably be lost.<br />

Action<br />

Reinstall or reconfigure the system to have more swap space. A general rule of<br />

thumb is that swap space should be two to three times as large as physical memory.<br />

Alternatively, use mkfile(1M) and swap(1M) to add more swap area. This<br />

example shows how to add 16 MB of virtual memory in the /usr/swap file (any<br />

filesystem with enough free space would work):<br />

# mkfile 16m /usr/swap<br />

# swap -a /usr/swap<br />

To make this automatic at boot time, add the following line to the /etc/vfstab file:<br />

/usr/swap - - swap - no -<br />

138 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!