[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: Tor server monthly data transfer requirements
On Fri, Aug 13, 2004 at 09:37:16AM -0400, Quentin Smith wrote:
> On Fri, 13 Aug 2004, Douglas F.Calvert wrote:
> > kill -USR1 $tor_pid
> > and tor will (info)log the bandwidth rate. I think the rate is an
> > average for the last 12 or 24 hours but I may be way off. Regardless if
It's the average over the lifetime of the process.
> I logged into my server to try this on my tor, and I discovered that my
> server had crashed. In the logs was this:
>
> Aug 09 18:03:02.921 [warn] connection_init_accepted_conn(): Denying socks connection from untrusted address 210.173.38.229.
> Aug 09 18:03:02.921 [err] connection.c:1354: assert_connection_ok: Assertion conn->state >= _AP_CONN_STATE_MIN && conn->state <= _AP_CONN_STATE_MAX failed; aborting.
>
> I'm not familiar enough with the code to know exactly what that means.
> Anyone care to suggest an explanation?
This was fixed in 0.0.8pre3:
http://archives.seul.org/or/dev/Aug-2004/msg00022.html
Specifically,
o Fix an assert error that was making SocksPolicy not work.
So if you upgrade, you should be all set.
Thanks,
--Roger