![]() |
Failing because we have 4063 connections already. Please read doc
Hi there,
I get a lot of error messages "Failing because we have 4063 connections already. Please read doc". I am running Debian 7 64 fully patched. I already googled this error message and could not solve it. Playing around with ulimit does nothing. Anyone any good idea how to get rid of this error? Thanks for reading :) niftyhamster PS: Please speak newbie to me :) |
you need to be more specific about what is causing tnis error is it in a browser, command line, what commands are u actually using?
|
niftyhedgehog notices.log RN] Failing because we have 4063 connections already. Please read doc
root@43ba79:~# cat /proc/sys/fs/file-max 100000 root@43ba79:~# ls niftyhedgehog notices.log RN] Failing because we have 4063 connections already. Please read doc root@43ba79:~# nano /etc/security/limits.conf root@43ba79:~# ulimit -n -H 65535 root@43ba79:~# ls niftyhedgehog notices.log RN] Failing because we have 4063 connections already. Please read doc root@43ba79:~# cat /proc/sys/fs/file-max 100000 root@43ba79:~# Sorry, it shows up on the CLI. So its a message from Debian itself and not from an installed prg. Cheers, Markus |
^ do you mean it shows up whenever you open a terminal, and whenever you enter 'ls'?
incidentally, why are you root? does the error also occur when you're a normal user? and... Quote:
what distro are you actually using? |
You can't have done much Googling, because if you had searched for exact-phrases you would find that this message is coming from tor.
There is always a limit as to the maximum number of connections that any server (process) can accept, and therefore sustain, at any one time. More connection-requests might come, such that a select() loop would see them, but the process can only open so-many sockets at one time. If you are now entertaining over four thousand sockets, you already have a serious problem, and that is the root-cause problem, not any sort of limit-tweaking command that you might use to increase the limits that prevail. |
Quote:
|
sundialsvcs is correct a simple google search for that error ( i copied and pasted it as you posted it ) givez a load of links all pointing to the problem being with tor.
|
Quote:
aaah, it's a server! another piece of crucial information withheld. niftyhamster, the reactions you received are entirely justified. you however, slowly drifting into abusive language and still not providing the minimum effort required to enable others to help you, aren't justified. please read the first link in my signature. |
All times are GMT -5. The time now is 05:56 PM. |