Re: [tor-relays] Traffic limitation

2014-06-20 Thread Rejo Zenger
++ 18/06/14 20:11 +0200 - johhher: >I'm running a Tor relay on a cheap Linux vserver with high bandwidth. >I have a traffic limitation of 500Gb per month and was just wondering >what would be the best configuration for the network. I have a server with a similar cap and I am using the following c

Re: [tor-relays] Shutting down middle relays (off-topic)

2014-06-20 Thread Simon Hanna
On Fri, Jun 20, 2014 at 6:47 AM, Tora Tora Tora wrote: > Regretfully, I have to shutdown my two middle relays (not too big, you > won't even notice it :-D), since I am unable to resolve issues with the > latest OpenSSL bug. > > I was able to find upgraded packages for Centos and Fedora that are >

Re: [tor-relays] Shutting down middle relays (off-topic)

2014-06-20 Thread Steve Snyder
On 06/20/2014 12:47 AM, Tora Tora Tora wrote: [snip] If someone can suggest a resolution that works, I might be able to keep them running, otherwise I see no point in running vulnerable relays until I figure things out. Suggestion #1: upgrade to current version of your OS and apply all updat

Re: [tor-relays] Shutting down middle relays (off-topic)

2014-06-20 Thread Tora Tora Tora
Sorry, I wasn't specific. I am running the latest Centos 6.5, build tor from source (0.2.5.4), have restarted all applications and confirmed the library used with 'lsof'. Since it is running other services, I have not tried to reboot yet. On 06/20/2014 07:45 AM, Steve Snyder wrote: > > > On 06/

Re: [tor-relays] Shutting down middle relays (off-topic)

2014-06-20 Thread Tora Tora Tora
Yes, restarted the applications and verified with 'lsof' On 06/20/2014 04:12 AM, Simon Hanna wrote: ... > Did you restart all applications that are using openssl? If not, they > continue to use the old librariers. Best way is to just do a complete > restart.. ___

Re: [tor-relays] Shutting down middle relays (off-topic)

2014-06-20 Thread Steve Snyder
You don't have to reboot the server. Just do a "lsof | grep DEL" (and maybe "lsof | grep delete") and restart those services that are using upgraded libraries. That said, there have been a couple of kernel updates in recent weeks (the latest being yesterday), so it is advisable to bite the bul

Re: [tor-relays] Shutting down middle relays (off-topic)

2014-06-20 Thread cbr...@hush.com
Agreed. I had a few other issues and went the reboot route. On 06/20/2014 at 10:42 AM, "Steve Snyder" wrote:You don't have to reboot the server. Just do a "lsof | grep DEL" (and maybe "lsof | grep delete") and restart those services that are using upgraded libraries. That said, there have been