After some time of running fine, one of our Windows XP SP3 machines does not open some(!) new TCP/IP connections anymore.
Putty says Network Error: no buffer space available
, IE won't open any new connections but e.g. network drive mappings still work, even new ones can be established.
netstat does not show more open connections that usual, ping and DNS lookups work fine.
Any hints?
This can happen because of just about any piece of software that incorrectly holds network buffers without releasing them. It just happened to me in Win7 64bit. Chrome and Firefox stopped being able to connect to any web pages, windows file sharing stopped working, and WinSCP and PuTTY both gave errors that included the words
No buffer space available
. Oddly, Ubuntu 10 running under VirtualBox seemed to have no problem making new network connections - maybe it holds a number of network buffers in reserve.To find out what software is leaking network buffers, you need to close programs until the problem goes away. So I started closing programs and trying the WinSCP connection after each program I closed, but the error persisted. Once I'd closed every visible program, I opened Windows Task Manager with Ctrl-Shift-Esc and started killing invisible programs with the
End Process
button. Be careful - killing some things the system relies on can cause problems, so don't kill anything you don't recognize without researching what that thing is. To help identify what things are, go toView > Select Columns
and choose to showImage Path Name
andCommand Line
. In general, be cautious about killing anything with aCommand Line
that begins withC:\Windows\
and be even more cautious before killing anything that begins withC:\Windows\System
orC:\Windows\System32
.Killing
C:\Windows\explorer.exe
is fairly safe and can sometimes solve problems. For example, the extensions that generate thumbnails for third-party file types often cause problems, although not likely network-buffer-holding problems unless you've installed trojan extensions sending data back to some malicious server. KillingC:\Windows\explorer.exe
will make your taskbar disappear along with all your file explorer windows. To get them back, go toFile > New Task (Run...)
and typeexplorer
in the box that will appear, then clickOK
.Keep ending programs until your problem is fixed and the last program you ended is likely the culprit. Sometimes ending a program will release a few network buffers that the program was legitimately holding, which may be enough to allow you to make a few successful network connections in another program using those few released network buffers. Therefore, you should double check that the problem is really solved by opening a lot of web pages or other connections at the same time.
In my case, killing fmsib.exe (part of FileMaker Server 13) let me make one new connection, but no more. Killing fmshelper.exe (also part of FileMaker Server 13) let me make dozens of additional connections, so I think it was the culprit, but that's only in my case.
Have seen this issue in the past on Win98. It was resolved by adding a key to the registry "MaxConnections" to override the default buffer size.
Looking for a fix for XP the following may help:
REF http://smallbusiness.support.microsoft.com/en-gb/kb/196271
Sorry if it doesn't help.
I recently install the kleopatra Outlook GPG plugin which was eating all the resources and due to this I am also getting same error. By removing that plugin everything working smoothly.
I just started experiencing this issue after my Shaw cable modem connection died and I powercycled the modem.
The internet is fixed, but it's a dev machine so there are countless processes running, any of which could be affecting it.
It's an intermittent problem, causing Slack to fail sending messages, websites work but don't load images, and I just had an issue doing
git push origin develop
which threw the buffer error:I ran the command again and it worked.
My solution now is going to be to reboot. I highly suspect this will fix my issues.
Installed service-pack 3? You want to remove/disable services and background apps one at a time to eliminate the one which is leaking connections. This is going to be an application that makes a connection but gets slow responses from the remote host. I would look at the internet connection (I assume LAN or WAN) external link speed and would not mess with the antivirus - its not there, its more likely another application that's at fault. I would start with internet browsers and other remote connection using programs. http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/XP/Q_25022997.html
I avoid the problem by restarting remote XP machine. Use command "shutdown -r -t 0" in cmd.