-
Notifications
You must be signed in to change notification settings - Fork 8.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An operation on a socket could not be performed #6869
Comments
When I open ollama, the above error occurs, and at this time, other software also cannot connect to the internet. When I turn off ollama, the internet connection of other software returns to normal. |
Were you trying to pull a model at the time this took place? Can you share your server logs? https://github.com/ollama/ollama/blob/main/docs/troubleshooting.md |
I've got the same problem when I download a model (and by the way, it doesn't finish the download). :
I have to quit the ollama.app : the internet connection of other software also returns to normal. OS GPUCPU Ollama version
|
Maybe I've got more info on this issue: maybe bandwith... I don't really know how to check... But at the beginning of download everything is going well, after a few minutes some apps are deconnecting from internet (like teams, etc.) while the download is still going on. After some more minutes, some webpages doesn't work (mostly the one that have not any cache), and the download also stops. I've got to quit ollama.app to gain access to the net again... otherwise it still prevent me from accessing the net... |
I have had the same issue. I installed a fresh ollama and I have started it. When I consult the logs it looks like another server has been started or ollama was stuck in a loop trying to answer endless requests. See the corresponding log files attached: |
@ipzzzzz it sounds like Ollama might be overwhelming your network. We have a feature request tracking rate limiting for slower network connections with #2006 . In general, Ollama tries to optimize pulling to be as fast as possible given the large size of the models. We're working to improve the behavior on slower networks. @bvwidt your problem may not be related. If you're seeing multiple instances of Ollama conflicting on windows, you may be hitting #2854 We don't fully understand the root cause on that one but 2 possible scenarios are another Ollama running under another user account on the system, or setting OLLAMA_HOST differently. |
We recently fixed a bug related to retries leaking file descriptors which is likely the root cause of this. This should be fixed in v0.3.13 |
What is the issue?
The error reported in the terminal: dial tcp [xxx]:443: bind: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.
OS
Windows
GPU
Nvidia
CPU
AMD
Ollama version
0.3.10
The text was updated successfully, but these errors were encountered: