me again ... I need the knowledge of the almighty tor operators.
I set up three new and shiny tor exists and got a not so shiny error message:
[WARN]Failing because we have 4063 connections already. Please read doc/TUNING for guidance
It was already in this mailing list:
http://archives.seul.org/tor/relays/Feb-2016/msg00060.html
I "tuned" it with ulimit https://gitweb.torproject.org/tor.git/tree/doc/TUNING/
and nothing works and now I am running out of ideas and getting pissed. They exits are running a Debian 7 x64 minimal install with the newest tor version.
Any ideas how to fix it?
Markus
On 09/30/2016 05:05 AM, Markus Koch wrote:
me again ... I need the knowledge of the almighty tor operators.
I set up three new and shiny tor exists and got a not so shiny error message:
[WARN]Failing because we have 4063 connections already. Please read doc/TUNING for guidance
It was already in this mailing list:
http://archives.seul.org/tor/relays/Feb-2016/msg00060.html
I "tuned" it with ulimit https://gitweb.torproject.org/tor.git/tree/doc/TUNING/
and nothing works and now I am running out of ideas and getting pissed. They exits are running a Debian 7 x64 minimal install with the newest tor version.
Any ideas how to fix it?
Markus _______________________________________________ tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
is this running inside OpenVZ virtualization? if so, check the archives of this list. i had the same problem a few days ago. cat /proc/user_beancounters
Thx, already thought about this and its not :(
Markus
2016-09-30 14:46 GMT+02:00 David S ds@bitmail.cc:
On 09/30/2016 05:05 AM, Markus Koch wrote:
me again ... I need the knowledge of the almighty tor operators.
I set up three new and shiny tor exists and got a not so shiny error message:
[WARN]Failing because we have 4063 connections already. Please read doc/TUNING for guidance
It was already in this mailing list:
http://archives.seul.org/tor/relays/Feb-2016/msg00060.html
I "tuned" it with ulimit https://gitweb.torproject.org/tor.git/tree/doc/TUNING/
and nothing works and now I am running out of ideas and getting pissed. They exits are running a Debian 7 x64 minimal install with the newest tor version.
Any ideas how to fix it?
Markus _______________________________________________ tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
is this running inside OpenVZ virtualization? if so, check the archives of this list. i had the same problem a few days ago. cat /proc/user_beancounters _______________________________________________ tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
Have you double-checked the ulimit was applied correctly? Including making sure it's applied to the user account running Tor? Here's how I do that on Ubuntu/Debian, assuming the user account is "debian-tor":
sudo su debian-tor --shell /bin/bash --command "ulimit -Sn" sudo su debian-tor --shell /bin/bash --command "ulimit -Hn"
Those should return the actual hard and soft limits being applied to the debian-tor user. In my case it returns 64000, but you'll just want to make sure it's what you're expecting.
nothing works and now I am running out of ideas
It would be easier for people to help if you elaborate a bit -- perhaps the exact commands you've already tried and the log messages (if there are any other error or warning messages besides the one you already listed).
On 30 Sep 2016, at 14:01, Green Dream greendream848@gmail.com wrote:
Have you double-checked the ulimit was applied correctly? Including making sure it's applied to the user account running Tor? Here's how I do that on Ubuntu/Debian, assuming the user account is "debian-tor":
sudo su debian-tor --shell /bin/bash --command "ulimit -Sn" sudo su debian-tor --shell /bin/bash --command "ulimit -Hn"
Those should return the actual hard and soft limits being applied to the debian-tor user. In my case it returns 64000, but you'll just want to make sure it's what you're expecting.
nothing works and now I am running out of ideas
It would be easier for people to help if you elaborate a bit -- perhaps the exact commands you've already tried and the log messages (if there are any other error or warning messages besides the one you already listed).
The debian packages should set the appropriate file descriptors for you. How are you launching your tor services?
T
-- Tim Wilson-Brown (teor)
teor2345 at gmail dot com PGP C855 6CED 5D90 A0C5 29F6 4D43 450C BA7F 968F 094B ricochet:ekmygaiu4rzgsk6n xmpp: teor at torproject dot org
tor-relays@lists.torproject.org