[j-nsp] Resource Temporarily Unavailable - Juniper MX

Richard A Steenbergen ras at e-gerbil.net
Wed Dec 14 20:38:59 EST 2011


On Mon, Dec 05, 2011 at 07:48:22AM -0500, Paul Stewart wrote:
> Can anyone shed some light on these log messages?
> 
> Nov 30 04:48:21  core2.toronto1 rpd[1359]: bgp_send: sending 19 bytes to
> xx.xxx.52.50 (External AS xxxxx) blocked (no spooling requested): Resource
> temporarily unavailable

> grep "Resource temporar" /usr/include/errno.h
#define EAGAIN          35              /* Resource temporarily unavailable */

> man 2 send
...

     [EAGAIN]           The socket is marked non-blocking and the requested
                        operation would block.

It's just a socket message saying it can't write the data it wants to 
write into that particular TCP session... This COULD potentially 
indicate a problem, such as congestion or errors, but it can also just 
be a quick dump of data filling up the socket buffer before the other 
side can read it. 99% odds are this is cosmetic. :)

-- 
Richard A Steenbergen <ras at e-gerbil.net>       http://www.e-gerbil.net/ras
GPG Key ID: 0xF8B12CBC (7535 7F59 8204 ED1F CC1C 53AF 4C41 5ECA F8B1 2CBC)


More information about the juniper-nsp mailing list