Operating System - HP-UX
1820076 Members
3200 Online
109608 Solutions
New Discussion юеВ

No buffer space available

 
SOLVED
Go to solution
Amit Parui
Valued Contributor

No buffer space available

Hi All,

Can anybody help me out in finding out the problem in the below error -

inetd[769]: registrar/tcp: accept: No buffer space available

And how to sort out the problem if any?
If Life gives u a ROCK, its upto u to build a BRIDGE or a WALL !!!
8 REPLIES 8
AwadheshPandey
Honored Contributor

Re: No buffer space available

whiteknight
Honored Contributor
Solution

Re: No buffer space available

Amit,

Do you receive this error message often ?

this error can be returned under the following scenario:

1) A client makes a new TCP connection to the server (TCP SYN/SYN
ACK/ACK)
2) The new connection is queued on the servers LISTEN socket
3) Client sends a TCP reset (RST) on the connection
4) Server calls accept(2)

[ENOBUFS] No buffer space is available. The accept()cannotcomplete. The queued socket connect request is aborted.

WK
please assign points
Problem never ends, you must know how to fix it
Amit Parui
Valued Contributor

Re: No buffer space available

Hi whiteknight,

I've come across this error for the first time, also one more thing, I'm unable to login to the server now..Is it because of this??
If Life gives u a ROCK, its upto u to build a BRIDGE or a WALL !!!
whiteknight
Honored Contributor

Re: No buffer space available

Amit,

you say you cannot login into the server, are you refering, you cannot telnet to the server ?

or Application unable to login ?

WK
Problem never ends, you must know how to fix it
Amit Parui
Valued Contributor

Re: No buffer space available

Hi whiteknight,

Actually i'm trying to go through Putty, also the other attached servers are giving some NFS-gettattr failed, NFS-lookup failed, NFS-read failed errors.. Wht r those for?
If Life gives u a ROCK, its upto u to build a BRIDGE or a WALL !!!
whiteknight
Honored Contributor

Re: No buffer space available

Amit,

it seems NFS server not responding, that's why you got this errors.


WK
Problem never ends, you must know how to fix it
Amit Parui
Valued Contributor

Re: No buffer space available

Hi All,
Thanks for all your support, seems like someone has rebooted the system. All is fine now.
If Life gives u a ROCK, its upto u to build a BRIDGE or a WALL !!!
rick jones
Honored Contributor

Re: No buffer space available

keep in mind that ENOBUFS on accept() is a transient thing, the listen endpoint is still good. any software treating it as a fatal error is buggy and should be updated.
there is no rest for the wicked yet the virtuous have no pillows