[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: A tor error message prior to crash



Praedor Atrebates schrieb:
> It isn't a matter of how I feel, it is simply a fact.  If my tor relay server 
> is going to keep crashing randomly, then I cannot operate it because I do not 
> have the time to babysit it and keep restarting it.

this is my very simple workaround for bug 957:

anonymizer2:~# cat /etc/cron.d/check
*/5 *   * * *   root    ( /etc/init.d/tor start ) > /dev/null
               2>&1

Debian's start-stop script doesn't start tor twice if it's already running.

yrs Olaf