[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
tor died
I'll confess that I haven't paid huge amounts of attention to my tor
installation, but it appears to have died yesterday. This was the last from
stdout:
Mar 08 03:35:38.824 [warn] connection_tls_finish_handshake(): Unrecognized
public key from peer 'theory' (64.147.163.247:33421). Closing.
Mar 08 03:45:39.856 [warn] connection_tls_finish_handshake(): Unrecognized
public key from peer 'theory' (64.147.163.247:33563). Closing.
Mar 08 06:55:35.415 [warn] connection_edge_end_reason(): Reason for ending (7)
not recognized.
Mar 08 06:55:50.422 [warn] connection_edge_end_reason(): Reason for ending (7)
not recognized.
Mar 08 06:56:05.411 [warn] connection_edge_end_reason(): Reason for ending (7)
not recognized.
Mar 08 14:24:18.966 [err] cpuworker_main(): read type failed. Exiting.
And here's the last from stderr:
tor: main.c:114: connection_watch_events: Assertion `conn && conn->poll_index
< nfds' failed.
I built tor from CVS on 8 Jan of this year. main.c says:
/* Copyright 2001,2002,2003 Roger Dingledine, Matej Pfajfar. */
/* See LICENSE for licensing information */
/* $Id: main.c,v 1.162 2004/01/05 05:22:04 arma Exp $ */
-J