[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: Libevent errors with running Tor on a virtual server
- To: or-talk@xxxxxxxxxxxxx
- Subject: Re: Libevent errors with running Tor on a virtual server
- From: coderman <coderman@xxxxxxxxx>
- Date: Fri, 7 Aug 2009 17:54:56 -0700
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-talk-outgoing@xxxxxxxx
- Delivered-to: or-talk@xxxxxxxx
- Delivery-date: Fri, 07 Aug 2009 20:55:02 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=JAoD/rINAPcdh3rfsLRiX5np4OkSQ/tv3IPJjcz05aw=; b=TjV6yjbmZGWBP1Qgtoka2fBySKBf/8+H1BH2ZlgbXaZ3Kkk4N664sH7bmMCS+IhhQA ciqAjojstJkUWuIqEaG5yTiU6nTaXTi0tPwFieyFwarWYFxpgt9sqb8EuPCcXT/VcyIX YKQ6J704JnklfxDveWWgJjsuuouoIpH58WsBA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=xt7qKn7L/PeAlRS0jTpiz1GTDQo3EqoMObaqO9+xzP6kPlcz1GPMGtgCxZN+8UZ45X 4SV0r+j/Y4j5TBsiq7MaV//3lGq+euUtQGZbI179Ve2XO33+POIdF2kgH0VAQF2Abtu9 dPvC4vCa4wTiSVBFMUBeUoZqVeZL07+Se21jk=
- In-reply-to: <E1MZRlV-0005ha-Dg@xxxxxxxxx>
- References: <E1MZQNn-0001Pe-FV@xxxxxxxxx> <20090807145633.GA1442@xxxxxxxxxxxxxxxxxxx> <E1MZRlV-0005ha-Dg@xxxxxxxxx>
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
On Fri, Aug 7, 2009 at 8:53 AM, D-503<d-503@xxxxxxxxx> 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. can you contact your hosting provider and see if
they'll make an exception?
>...
> 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.
you must fix the 1024 ulimit first. once that is resolved, you may run
into the socket buffer issue next and have to set ConstrainedSockets.
best regards,