Re: [warn] Error binding network socket: Address already in use

2009-11-09 Thread D-503
This is interesting. The message itself is saying that some other
application is already using this port, thus tor cannot bind to it.
In most cases you are trying to start tor but it's already running. You
can verify this with:
 $ pgrep tor
or
 # netstat -tulpen|grep tor
or
 # lsof -i :9050

But what I'm asking myself now: why is this just a warning- and no
error-message? This should make tor not to start which should be an
error and no warning or shouldn't it?

greetings


signature.asc
Description: PGP signature


Re: Libevent errors with running Tor on a virtual server

2009-08-10 Thread D-503
Am Sat, 8 Aug 2009 18:35:31 -0700
schrieb coderman coder...@gmail.com:

 well, you don't need to mention Tor specifically. any network
 intensive application may need more than 1024 descriptors.

Hi,
they denied my request with the imo nonsense answer that they couldn't
do individual changes to the vserver-settings..

What now? As said my node has traffic around 2000-2500 KBs and 200-400
GB each day. Shall I better close it ?

greetings 


signature.asc
Description: PGP signature


Re: Libevent errors with running Tor on a virtual server

2009-08-08 Thread D-503
Hi,

 On Fri, Aug 7, 2009 at 8:53 AM, D-503d-...@awxcnx.de wrote:
  ...
  I'm not allowed to raise the ulimit above 1024
 
 then you've got a problem. you may not be able to run a useful relay
 in this situation.

What means useful? As said in my first post I'm already providing
200-400 GB traffic daily to the tor-network with my node despite those
error-messages in my torlog. I'm just wondering if this will or is
already causing problems like aborting connections or I can just improve
my node behavior with some settings.

 can you contact your hosting provider and see if
 they'll make an exception?

I know that my hosting provider isn't happy with Tor and already
cancelled one exitnode-owner's contract because of abuse-notifications
so I don't think he will raise ulimit for me thus I can run Tor
better :)



signature.asc
Description: PGP signature


Libevent errors with running Tor on a virtual server

2009-08-07 Thread D-503
Hi,
I'm running an entry-node on a virtual-server. I have usually a
throughput of 200-400 GB each day and it runs fine so far. My problem
is that my tor-logs are spammed with these messages:
..
Aug 07 09:39:57.440 [warn] Error from libevent setting read event state
for 1023 to watched: No such file or directory 
Aug 07 09:45:25.996 [warn] Error from libevent setting read event state
for 1023 to watched: No such file or directory 
Aug 07 09:50:25.213 [warn] Error from libevent setting read event state
for 1023 to watched: No such file or directory 
Aug 07 09:55:26.592 [warn] Error from libevent setting read event state
for 1023 to watched: No such file or directory 
Aug 07 10:08:33.343 [warn] Error from libevent setting read event state
for 1023 to watched: No such file or directory 
Aug 07 10:16:00.721 [warn] Error from libevent setting read event state
for 1023 to watched: No such file or directory 
Aug 07 10:21:27.403 [warn] Error from libevent setting read event state
for 1023 to watched: No such file or directory 
Aug 07 10:26:35.141 [warn] Error from libevent setting read event state
for 1023 to watched: No such file or directory 
Aug 07 10:31:35.452 [warn] Error from libevent setting read event state
for 1023 to watched: No such file or directory 
Aug 07 10:38:19.442 [warn] Error from libevent setting read event state
for 1023 to watched: No such file or directory 
Aug 07 10:44:33.383 [warn] Failing because we have 994 connections
already. Please raise your ulimit -n. 
Aug 07 10:46:05.720 [warn] Error from libevent setting read event state
for 1023 to watched: No such file or directory 
Aug 07 10:52:35.242 [warn] Error from libevent setting read event state
for 1023 to watched: No such file or directory 
Aug 07 13:05:43.256 [warn] Error from libevent setting read event state
for 1023 to watched: No such file or directory 
Aug 07 13:12:24.525 [warn] Error from libevent setting read event state
for 1023 to watched: No such file or directory 
Aug 07 13:57:00.948 [warn] Error from libevent setting read event state
for 1023 to watched: No such file or directory ..


Here are some informations about my server:

$ ulimit -H -n 
1024
$ cat /proc/user_beancounters
Version:
2.5 uid  resource held
maxheld  barrierlimit  failcnt
33209: kmemsize  3380633
3415768 79691776 880803840
lockedpages 00
3584 35840
privvmpages 2190122100
551680   5598720
shmpages  640  640
131072   1310720
dummy   0
0000
numproc10   10
1536 15360
physpages   16377
164370  92233720368547758070
vmguarpages 00
142080  92233720368547758070
oomguarpages1637716437
142080  92233720368547758070
numtcpsock994  996
1792 17920
numflock22
1000 11000
numpty  1
1   64   640
numsiginfo  00
1024 10240
tcpsndbuf 3744392  4346800
16777216 251658240
tcprcvbuf 2096520  2165928
16777216 25165824  151
othersockbuf1406415384
8388608 157286400
dgramrcvbuf 0 8488
8388608  83886080
numothersock   11   13
1792 17920
dcachesize1092906  1108890
16777216 173015040
numfile  1538 1538
16384163840
numiptent  14 14  256
2560


On the server runs nothing except tor and a ssh-server so all rescources
are used by tor. I think the problem is with the tcprcvbuf because it
has a failcount of 151. But I don't know what to do now. How do I stop
these messages/problems with my node? What limits should I set in my
torrc? Raising tcprcvbuf is not possible for me. Shall I reduce the
ConnLimit or the ConstrainedSockSize? What would you advice me?

cu


signature.asc
Description: PGP signature


Re: Libevent errors with running Tor on a virtual server

2009-08-07 Thread D-503
Hi,

 On Fri, Aug 07, 2009 at 04:23:52PM +0200, d-...@awxcnx.de wrote 5.3K
 bytes in 117 lines about: : I'm running an entry-node on a
 virtual-server. I have usually a
 
 This is your first problem, the virtual server probably doesn't have
 enough tcp nor open files.

Yes I know that's the main problem :) 

 Also, how old is the libevent?

It's 1.3e-3 from debian lenny.

 : Aug 07 10:44:33.383 [warn] Failing because we have 994 connections
 : already. Please raise your ulimit -n. 
 
 Have you tried raising ulimit?

I'm not allowed to raise the ulimit above 1024. This certain message
also just appears once every 6 hours so I don't think it's that
important but the libevent errors come really often.

 
 This FAQ answer may guide you as well,
 https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#VServer
 

Yes I read this already and there is also the ConstrainedSockets
mentioned. But in the Tor-Manpage is written this should be used if I
get the:Error creating network socket: No buffer space available
message in the logs but my error is different. Or has this message been
replaced with the one I get? If this option is usefull what is a good
value? Is there any way except try and error to know which socketsize
shall be used with me?

cu


signature.asc
Description: PGP signature